Browse Source

💚 Specify compatible Teensy @4.12 (#22448)

ellensp 2 years ago
parent
commit
bf39c66d34
No account linked to committer's email address
1 changed files with 13 additions and 4 deletions
  1. 13
    4
      ini/teensy.ini

+ 13
- 4
ini/teensy.ini View File

@@ -10,10 +10,19 @@
10 10
 #################################
11 11
 
12 12
 #
13
+# Teensy++ 2.0
14
+#
15
+[env:teensy20]
16
+platform   = teensy
17
+extends    = common_avr8
18
+board      = teensy2pp
19
+lib_ignore = ${env:common_avr8.lib_ignore}, NativeEthernet
20
+
21
+#
13 22
 # Teensy 3.1 / 3.2 (ARM Cortex-M4)
14 23
 #
15 24
 [env:teensy31]
16
-platform      = teensy
25
+platform      = teensy@~4.12.0
17 26
 board         = teensy31
18 27
 src_filter    = ${common.default_src_filter} +<src/HAL/TEENSY31_32>
19 28
 lib_ignore    = NativeEthernet
@@ -22,13 +31,13 @@ lib_ignore    = NativeEthernet
22 31
 # Teensy 3.5 / 3.6 (ARM Cortex-M4)
23 32
 #
24 33
 [env:teensy35]
25
-platform      = teensy
34
+platform      = teensy@~4.12.0
26 35
 board         = teensy35
27 36
 src_filter    = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
28 37
 lib_ignore    = NativeEthernet
29 38
 
30 39
 [env:teensy36]
31
-platform      = teensy
40
+platform      = teensy@~4.12.0
32 41
 board         = teensy36
33 42
 src_filter    = ${common.default_src_filter} +<src/HAL/TEENSY35_36>
34 43
 lib_ignore    = NativeEthernet
@@ -37,6 +46,6 @@ lib_ignore    = NativeEthernet
37 46
 # Teensy 4.0 / 4.1 (ARM Cortex-M7)
38 47
 #
39 48
 [env:teensy41]
40
-platform      = teensy
49
+platform      = teensy@~4.12.0
41 50
 board         = teensy41
42 51
 src_filter    = ${common.default_src_filter} +<src/HAL/TEENSY40_41>

Loading…
Cancel
Save