1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-01 15:53:05 +00:00
MarlinFirmware/ini/teensy.ini

43 lines
1008 B
INI
Raw Normal View History

2021-04-02 02:53:19 +00:00
#
# Marlin Firmware
# PlatformIO Configuration File
#
#################################
# #
# Teensy Architectures #
# #
#################################
#
# Teensy 3.1 / 3.2 (ARM Cortex-M4)
#
[env:teensy31]
2023-07-18 23:17:09 +00:00
platform = teensy
board = teensy31
build_src_filter = ${common.default_src_filter} +<src/HAL/TEENSY31_32>
lib_ignore = NativeEthernet
2021-04-02 02:53:19 +00:00
#
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
#
[env:teensy35]
2023-07-18 23:17:09 +00:00
platform = teensy
board = teensy35
build_src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
lib_ignore = NativeEthernet
2021-04-02 02:53:19 +00:00
[env:teensy36]
2023-07-18 23:17:09 +00:00
platform = teensy
board = teensy36
build_src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
lib_ignore = NativeEthernet
2021-04-02 02:53:19 +00:00
#
# Teensy 4.0 / 4.1 (ARM Cortex-M7)
#
[env:teensy41]
2023-07-18 23:17:09 +00:00
platform = teensy
board = teensy41
build_src_filter = ${common.default_src_filter} +<src/HAL/TEENSY40_41>