6bc870d899
* Refactor `bootloader_jump()` implementations * Fix tests? * Rename `atmel-samba` to `md-boot`
8 lines
178 B
Makefile
8 lines
178 B
Makefile
# MCU name
|
|
MCU = MK20DX256
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = halfkay
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|