Support for Teensy 4 (#19311)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user