STM32F1 HAL
Adding files for STM32F1 HAL based on libmaple/stm32duino core. Current persistent_store uses cardreader changes to be sent in separate commit, but could be changed to use i2c eeprom.
This commit is contained in:
@@ -34,7 +34,8 @@
|
||||
|
||||
#elif defined(TARGET_LPC1768)
|
||||
#include "HAL_LPC1768/spi_pins.h"
|
||||
|
||||
#elif defined(__STM32F1__)
|
||||
#include "HAL_STM32F1/spi_pins.h"
|
||||
#else
|
||||
#error "Unsupported Platform!"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user