File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11rm -rf atmel-samd/build*
22rm -rf esp8266/build*
33
4- ATMEL_BOARDS=" cplay_m0_flash feather_m0_basic feather_m0_adalogger feather_m0_flash metro_m0_flash trinket_m0 gemma_m0"
4+ ATMEL_BOARDS=" arduino_zero cplay_m0_flash feather_m0_basic feather_m0_adalogger feather_m0_flash metro_m0_flash trinket_m0 gemma_m0"
55
66for board in $ATMEL_BOARDS ; do
77 make -C atmel-samd BOARD=$board
@@ -14,6 +14,6 @@ if [ $? -ne 0 ]; then
1414fi
1515
1616for board in $ATMEL_BOARDS ; do
17- cp atmel-samd/build-$board /firmware.bin bin/adafruit-micropython -$board -$version .bin
17+ cp atmel-samd/build-$board /firmware.bin bin/adafruit-circuitpython -$board -$version .bin
1818done
19- cp esp8266/build/firmware-combined.bin bin/adafruit-micropython -feather_huzzah-$version .bin
19+ cp esp8266/build/firmware-combined.bin bin/adafruit-circuitpython -feather_huzzah-$version .bin
You can’t perform that action at this time.
0 commit comments