File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -50,14 +50,20 @@ def create_boards_dictionary(new):
5050 }
5151 if new :
5252 boards = {
53+ # "uploader_plugin" and "additional_tools" need to be hard coded because
54+ # there is no way to retrieve them dinamically
5355 "arduino:renesas_uno:unor4wifi" : {
5456 "fqbn" : "arduino:renesas_uno:unor4wifi" ,
5557 "firmware" : [],
56- # "uploader_plugin" and "additional_tools" need to be hard coded because
57- # there is no way to retrieve them dinamically
5858 "uploader_plugin" : "arduino:uno-r4-wifi-fwuploader-plugin@1.0.0" ,
5959 "additional_tools" : ["arduino:espflash@2.0.0" , "arduino:bossac@1.9.1-arduino5" ],
6060 },
61+ "arduino:renesas_portenta:portenta_c33" : {
62+ "fqbn" : "arduino:renesas_portenta:portenta_c33" ,
63+ "firmware" : [],
64+ "uploader_plugin" : "arduino:portenta-c33-fwuploader-plugin@1.0.0" ,
65+ "additional_tools" : ["arduino:esptool@4.6.2" , "arduino:dfu-util@0.11.0-arduino5" ],
66+ },
6167 }
6268 return boards
6369
Original file line number Diff line number Diff line change 22 "arduino:renesas_uno:unor4wifi" : {
33 "moduleName" : " ESP32-S3" ,
44 "versions" : [" 0.1.0" , " 0.2.0" ]
5+ },
6+ "arduino:renesas_portenta:portenta_c33" : {
7+ "moduleName" : " ESP32-C3" ,
8+ "versions" : [" 1.5.0" ]
59 }
610}
You can’t perform that action at this time.
0 commit comments