🔨 Require PIO >= 6.0.1 (#24205)

This commit is contained in:
ellensp
2022-05-20 02:15:57 +12:00
committed by Scott Lahteine
parent fe77fc66c0
commit 02c267f542
13 changed files with 71 additions and 71 deletions

View File

@ -45,36 +45,36 @@ board = teensy2pp
# Teensy 3.x - 4.x
#
[teensy_arm]
platform = teensy@~4.12.0
src_filter = ${common.default_src_filter}
lib_ignore = NativeEthernet
platform = teensy@~4.12.0
build_src_filter = ${common.default_src_filter}
lib_ignore = NativeEthernet
#
# Teensy 3.1 / 3.2 (ARM Cortex-M4)
#
[env:teensy31]
extends = teensy_arm
board = teensy31
src_filter = ${teensy_arm.src_filter} +<src/HAL/TEENSY31_32>
extends = teensy_arm
board = teensy31
build_src_filter = ${teensy_arm.build_src_filter} +<src/HAL/TEENSY31_32>
#
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
#
[env:teensy35]
extends = teensy_arm
board = teensy35
src_filter = ${teensy_arm.src_filter} +<src/HAL/TEENSY35_36>
extends = teensy_arm
board = teensy35
build_src_filter = ${teensy_arm.build_src_filter} +<src/HAL/TEENSY35_36>
[env:teensy36]
extends = teensy_arm
board = teensy36
src_filter = ${teensy_arm.src_filter} +<src/HAL/TEENSY35_36>
extends = teensy_arm
board = teensy36
build_src_filter = ${teensy_arm.build_src_filter} +<src/HAL/TEENSY35_36>
#
# Teensy 4.0 / 4.1 (ARM Cortex-M7)
#
[env:teensy41]
extends = teensy_arm
board = teensy41
src_filter = ${teensy_arm.src_filter} +<src/HAL/TEENSY40_41>
lib_ignore =
extends = teensy_arm
board = teensy41
build_src_filter = ${teensy_arm.build_src_filter} +<src/HAL/TEENSY40_41>
lib_ignore =