Support for Teensy 4 (#19311)
This commit is contained in:
parent
bc7720c0cd
commit
049fbc92a9
31 changed files with 1814 additions and 7 deletions
|
|
@ -1264,6 +1264,19 @@ platform = teensy
|
|||
board = teensy35
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
|
||||
|
||||
[env:teensy36]
|
||||
platform = teensy
|
||||
board = teensy36
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
|
||||
|
||||
#
|
||||
# Teensy 4.0 / 4.1 (ARM Cortex-M7)
|
||||
#
|
||||
[env:teensy41]
|
||||
platform = teensy
|
||||
board = teensy41
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY40_41>
|
||||
|
||||
#
|
||||
# Native
|
||||
# No supported Arduino libraries, base Marlin only
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue