Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lock teensy @4.12.0 for now, CI failing teensy tests #22448

Merged
merged 3 commits into from
Jul 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions ini/teensy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@
# #
#################################

#
# Teensy++ 2.0
#
[env:teensy20]
platform = teensy
extends = common_avr8
board = teensy2pp
lib_ignore = ${env:common_avr8.lib_ignore}, NativeEthernet

#
# Teensy 3.1 / 3.2 (ARM Cortex-M4)
#
[env:teensy31]
platform = teensy
platform = teensy@~4.12.0
board = teensy31
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY31_32>
lib_ignore = NativeEthernet
Expand All @@ -22,13 +31,13 @@ lib_ignore = NativeEthernet
# Teensy 3.5 / 3.6 (ARM Cortex-M4)
#
[env:teensy35]
platform = teensy
platform = teensy@~4.12.0
board = teensy35
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
lib_ignore = NativeEthernet

[env:teensy36]
platform = teensy
platform = teensy@~4.12.0
board = teensy36
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
lib_ignore = NativeEthernet
Expand All @@ -37,6 +46,6 @@ lib_ignore = NativeEthernet
# Teensy 4.0 / 4.1 (ARM Cortex-M7)
#
[env:teensy41]
platform = teensy
platform = teensy@~4.12.0
board = teensy41
src_filter = ${common.default_src_filter} +<src/HAL/TEENSY40_41>