Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/sync-binaries-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
arduino-cli core install arduino:samd
arduino-cli core install arduino:mbed_nano
arduino-cli core install arduino:mbed_portenta
arduino-cli core install arduino:mbed_nicla
arduino-cli lib install ArduinoIotCloud
arduino-cli lib install ArduinoECCX08
arduino-cli lib install ArduinoSTL
Expand Down
1 change: 1 addition & 0 deletions command/device/board.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var (
"arduino:samd:mkrwifi1010",
"arduino:mbed_nano:nanorp2040connect",
"arduino:mbed_portenta:envie_m7",
"arduino:mbed_nicla:nicla_vision",
"arduino:samd:mkr1000",
"arduino:samd:mkrgsm1400",
"arduino:samd:mkrnb1500",
Expand Down
1 change: 1 addition & 0 deletions command/ota/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var (
"arduino:samd:mkrwifi1010": "8054",
"arduino:mbed_nano:nanorp2040connect": "005E",
"arduino:mbed_portenta:envie_m7": "025B",
"arduino:mbed_nicla:nicla_vision": "025F",
}
)

Expand Down
1 change: 1 addition & 0 deletions firmware/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
{"type": "crypto", "ext": ".bin", "fqbn": "arduino:samd:mkrwifi1010"},
{"type": "crypto", "ext": ".elf", "fqbn": "arduino:mbed_nano:nanorp2040connect"},
{"type": "crypto", "ext": ".bin", "fqbn": "arduino:mbed_portenta:envie_m7"},
{"type": "crypto", "ext": ".bin", "fqbn": "arduino:mbed_nicla:nicla_vision"},
{"type": "crypto", "ext": ".bin", "fqbn": "arduino:samd:mkr1000"},
{"type": "crypto", "ext": ".bin", "fqbn": "arduino:samd:mkrgsm1400"},
{"type": "crypto", "ext": ".bin", "fqbn": "arduino:samd:mkrnb1500"},
Expand Down