Add support for STM32F7 MCU

This commit is contained in:
Morten
2018-01-11 22:29:08 +01:00
committed by Scott Lahteine
parent a27fa80a7e
commit a0246c5c96
32 changed files with 7633 additions and 10 deletions

View File

@@ -34,9 +34,14 @@
#elif defined(TARGET_LPC1768)
#include "HAL_LPC1768/spi_pins.h"
#elif defined(__STM32F1__)
#include "HAL_STM32F1/spi_pins.h"
#else
#include "HAL_STM32F1/spi_pins.h"
#elif defined(STM32F7)
#include "HAL_STM32F7/spi_pins.h"
#else
#error "Unsupported Platform!"
#endif