File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 38
38
if "Adafruit_Learning_System_Guides" in BUILD_DIR :
39
39
print ("Found learning system repo" )
40
40
IS_LEARNING_SYS = True
41
- / home / runner / work / Adafruit_Learning_System_Guides / Adafruit_Learning_System_Guides
42
41
os .rm (BUILD_DIR + "/ci/examples/Blink/Blink.ino" )
43
42
os .rmdir (BUILD_DIR + "/ci/examples/Blink" )
44
43
elif "METROX-Examples-and-Project-Sketches" in BUILD_DIR :
112
111
"slidetrinkey_m0" : ["adafruit:samd:adafruit_slidetrinkey_m0" , "0x68ed2b88" ],
113
112
"proxlighttrinkey_m0" : ["adafruit:samd:adafruit_proxlighttrinkey_m0" , "0x68ed2b88" ],
114
113
"qtpy_m0" : ["adafruit:samd:adafruit_qtpy_m0" , "0x68ed2b88" ],
114
+ "qtpy_m0_tinyusb" : ["adafruit:samd:adafruit_qtpy_m0:usbstack=tinyusb" , "0x68ed2b88" ],
115
115
# Arduino nRF
116
116
"microbit" : ["sandeepmistry:nRF5:BBCmicrobit:softdevice=s110" , None ],
117
117
# Adafruit nRF
You can’t perform that action at this time.
0 commit comments