File tree 3 files changed +12
-2
lines changed
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):
50
50
}
51
51
if new :
52
52
boards = {
53
+ # "uploader_plugin" and "additional_tools" need to be hard coded because
54
+ # there is no way to retrieve them dinamically
53
55
"arduino:renesas_uno:unor4wifi" : {
54
56
"fqbn" : "arduino:renesas_uno:unor4wifi" ,
55
57
"firmware" : [],
56
- # "uploader_plugin" and "additional_tools" need to be hard coded because
57
- # there is no way to retrieve them dinamically
58
58
"uploader_plugin" : "arduino:uno-r4-wifi-fwuploader-plugin@1.0.0" ,
59
59
"additional_tools" : ["arduino:espflash@2.0.0" , "arduino:bossac@1.9.1-arduino5" ],
60
60
},
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
+ },
61
67
}
62
68
return boards
63
69
Original file line number Diff line number Diff line change 2
2
"arduino:renesas_uno:unor4wifi" : {
3
3
"moduleName" : " ESP32-S3" ,
4
4
"versions" : [" 0.1.0" , " 0.2.0" ]
5
+ },
6
+ "arduino:renesas_portenta:portenta_c33" : {
7
+ "moduleName" : " ESP32-C3" ,
8
+ "versions" : [" 1.5.0" ]
5
9
}
6
10
}
You can’t perform that action at this time.
0 commit comments