Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8272)

This commit is contained in:
Nick Brassel
2020-03-01 11:50:49 +11:00
committed by GitHub
parent c775104b9f
commit d0c3acbe3e
5 changed files with 29 additions and 210 deletions

View File

@@ -1,5 +1,6 @@
# MCU name
MCU = MKL26Z64
USE_CHIBIOS_CONTRIB = yes
# Enter lower-power sleep mode when on the ChibiOS idle thread
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE