Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add portenta C33 firmware to the plugin system #206

Merged
merged 1 commit into from
Aug 21, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added firmwares/ESP32-C3/1.5.0/ESP32-C3.bin
Binary file not shown.
8 changes: 8 additions & 0 deletions generator/new_boards.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"additional_tools": ["arduino:espflash@2.0.0", "arduino:bossac@1.9.1-arduino5"],
"module": "ESP32-S3"
},
"arduino:renesas_portenta:portenta_c33": {
"moduleName": "ESP32-C3",
"versions": ["1.5.0"],
"name": "Arduino Portenta C33",
"uploader_plugin": "arduino:portenta-c33-fwuploader-plugin@1.0.0",
"additional_tools": ["arduino:esptool@3.3.3", "arduino:dfu-util@0.11.0-arduino5"],
"module": "ESP32-C3"
},
"arduino:samd:mkrwifi1010": {
"moduleName": "NINA",
"versions": [
Expand Down