ac5e6b6a3b
* Tentative Teensy 3.5 support * Set firmware format to .hex for ARM Teensys * Got to "device descriptor failed" by comparing with Teensy 3.6 code * Drop down to 96MHz... * Bump back up to 120MHz
8 lines
178 B
Makefile
8 lines
178 B
Makefile
# MCU name
|
|
MCU = MK64FX512
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = halfkay
|
|
|
|
# Enter lower-power sleep mode when on the ChibiOS idle thread
|
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|