File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 10
10
"mcu" : " imxrt1062" ,
11
11
"zephyr" : {
12
12
"variant" : " teensy40"
13
- }
13
+ },
14
+ "hwids" : [
15
+ [
16
+ " 0x16C0" ,
17
+ " 0x0483"
18
+ ]
19
+ ]
14
20
},
15
21
"connectivity" : [
16
22
" can"
Original file line number Diff line number Diff line change 61
61
"USB_FLIGHTSIM_JOYSTICK" ,
62
62
"USB_EVERYTHING" ,
63
63
"USB_DISABLED" ,
64
+ "USB_MTPDISK_SERIAL"
64
65
)
65
66
if not set (env .get ("CPPDEFINES" , [])) & set (BUILTIN_USB_FLAGS ):
66
67
env .Append (CPPDEFINES = ["USB_SERIAL" ])
Original file line number Diff line number Diff line change 19
19
"type" : " git" ,
20
20
"url" : " https://github.com/platformio/platform-teensy.git"
21
21
},
22
- "version" : " 4.16 .0" ,
22
+ "version" : " 4.17 .0" ,
23
23
"frameworks" : {
24
24
"arduino" : {
25
25
"package" : " framework-arduinoteensy" ,
52
52
"type" : " framework" ,
53
53
"optional" : true ,
54
54
"owner" : " platformio" ,
55
- "version" : " ~1.156 .0"
55
+ "version" : " ~1.157 .0"
56
56
},
57
57
"framework-mbed" : {
58
58
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments