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:
victorpv
2017-09-27 00:30:23 -05:00
committed by Scott Lahteine
parent baf0bd2b24
commit e9acb63290
23 changed files with 3349 additions and 2 deletions

View File

@@ -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