Skip to content

Commit 98a03fc

Browse files
committed
upload bin and uf2 for arduino boards; remove unneeded build steps
1 parent c24a4f7 commit 98a03fc

File tree

3 files changed

+4
-42
lines changed

3 files changed

+4
-42
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,3 @@ jobs:
273273
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
274274
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
275275
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
276-
- name: Install upload deps
277-
run: |
278-
pip install uritemplate

tools/build_board_info.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
# Per board overrides
3838
extension_by_board = {
3939
# samd
40-
"arduino_mkr1300": BIN,
41-
"arduino_mkrzero": BIN,
42-
"arduino_nano_33_iot": BIN,
43-
"arduino_zero": BIN,
40+
"arduino_mkr1300": BIN_UF2,
41+
"arduino_mkrzero": BIN_UF2,
42+
"arduino_nano_33_iot": BIN_UF2,
43+
"arduino_zero": BIN_UF2,
4444
"feather_m0_adalogger": BIN_UF2,
4545
"feather_m0_basic": BIN_UF2,
4646
"feather_m0_rfm69": BIN_UF2,

tools/upload_release_files.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)