Chibios: add makefiles for Teensy 3.x examples.

This commit is contained in:
flabbergast 2015-12-21 17:04:46 +00:00
parent a47c3c7333
commit b2a3a26537
2 changed files with 78 additions and 1 deletions

View file

@ -55,7 +55,7 @@ BOARD = PJRC_TEENSY_3
# Cortex version
# Teensy LC is cortex-m0; Teensy 3.x are cortex-m4
MCU = cortex-m0
MCU = cortex-m4
# ARM version, CORTEX-M0/M1 are 6, CORTEX-M3/M4/M7 are 7
# I.e. 6 for Teensy LC; 7 for Teensy 3.x