2020-02-21 06:12:15 +00:00
|
|
|
# MCU name
|
|
|
|
MCU = MKL26Z64
|
2020-03-01 00:50:49 +00:00
|
|
|
USE_CHIBIOS_CONTRIB = yes
|
2020-01-02 22:58:34 +00:00
|
|
|
|
2021-12-27 10:10:07 +00:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = halfkay
|
|
|
|
|
2020-01-02 22:58:34 +00:00
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|