Tentative Teensy 3.5 support (#14420)

* 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
This commit is contained in:
Ryan
2022-07-03 00:12:45 +10:00
committed by GitHub
parent 11299b337b
commit ac5e6b6a3b
11 changed files with 180 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
# 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