Chibios: add makefiles for Teensy 3.x examples.
This commit is contained in:
parent
a47c3c7333
commit
b2a3a26537
2 changed files with 78 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue