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:
@@ -298,6 +298,8 @@
|
||||
#include "pins_RAMPS4DUE.h"
|
||||
#elif MB(ALLIGATOR)
|
||||
#include "pins_ALLIGATOR_R2.h"
|
||||
#elif MB(STM32F1R)
|
||||
#include "pins_STM32F1R.h"
|
||||
#else
|
||||
#error "Unknown MOTHERBOARD value set in Configuration.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user