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