File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ jobs:
145145 - " trinket_m0_haxpress"
146146 - " uchip"
147147 - " ugame10"
148+ - " stm32f411ve_discovery"
148149
149150 steps :
150151 - name : Set up Python 3.5
Original file line number Diff line number Diff line change 1212sys .path .append ("adabot" )
1313import adabot .github_requests as github
1414
15- SUPPORTED_PORTS = ["nrf" , "atmel-samd" ]
15+ SUPPORTED_PORTS = ["nrf" , "atmel-samd" , "stm32f4" ]
1616
1717BIN = ('bin' ,)
1818UF2 = ('uf2' ,)
2323extension_by_port = {
2424 "nrf" : UF2 ,
2525 "atmel-samd" : UF2 ,
26+ "stm32f4" : BIN ,
2627}
2728
2829# Per board overrides
4041 "makerdiary_nrf52840_mdk_usb_dongle" : HEX ,
4142 "pca10056" : BIN_UF2 ,
4243 "pca10059" : BIN_UF2 ,
43- "electronut_labs_blip" : HEX
44+ "electronut_labs_blip" : HEX ,
45+
46+ # stm32f4
47+ "stm32f411ve_discovery" : BIN
4448}
4549
4650aliases_by_board = {
You can’t perform that action at this time.
0 commit comments