File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,14 @@ def generate_boards_json(input_data, arduino_cli_path):
242
242
"fqbn" : "arduino:mbed_nano:nanorp2040connect" ,
243
243
"firmware" : [],
244
244
},
245
- "arduino:renesas_uno:unor4wifi" : {"fqbn" : "arduino:renesas_uno:unor4wifi" , "firmware" : []},
245
+ "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" : ["arduino:espflash@2.0.0" , "arduino:bossac@1.9.1-arduino5" ],
252
+ },
246
253
}
247
254
248
255
# List of old boards that need precompiled sketch data and uploader information obtained through platform.txt.
You can’t perform that action at this time.
0 commit comments