MKS Robin Lite/Lite2 Board Support (#14729)

This commit is contained in:
thisiskeithb
2019-07-27 02:43:37 -07:00
committed by Scott Lahteine
parent 7084f3647a
commit d74efd9d46
6 changed files with 218 additions and 7 deletions

View File

@@ -462,6 +462,8 @@
#include "stm32/pins_MKS_ROBIN_MINI.h" // STM32F1 env:mks_robin_mini
#elif MB(MKS_ROBIN_NANO)
#include "stm32/pins_MKS_ROBIN_NANO.h" // STM32F1 env:mks_robin_nano
#elif MB(MKS_ROBIN_LITE)
#include "stm32/pins_MKS_ROBIN_LITE.h" // STM32F1 env:mks_robin_lite
#elif MB(JGAURORA_A5S_A1)
#include "stm32/pins_JGAURORA_A5S_A1.h" // STM32F1 env:JGAURORA_A5S_A1
#elif MB(FYSETC_AIO_II)