We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4403594 commit ad37809Copy full SHA for ad37809
generator/generator.py
@@ -242,7 +242,17 @@ def generate_boards_json(input_data, arduino_cli_path):
242
"fqbn": "arduino:mbed_nano:nanorp2040connect",
243
"firmware": [],
244
},
245
- "arduino:renesas_uno:unor4wifi": {"fqbn": "arduino:renesas_uno:unor4wifi", "firmware": []},
+ "arduino:renesas_uno:unor4wifi": {
246
+ "fqbn": "arduino:renesas_uno:unor4wifi",
247
+ "firmware": [],
248
+ # "uploader_plugin" and "additional_tools" need to be hard coded because
249
+ # there is no way to retrieve them dinamically
250
+ "uploader_plugin": "arduino:uno-r4-wifi-fwuploader@1.0.0",
251
+ "additional_tools": [
252
+ "arduino:espflash@2.0.0",
253
+ "arduino:bossac@1.9.1-arduino5"
254
+ ],
255
+ },
256
}
257
258
# List of boards that do not need precompiled sketch data.
0 commit comments