@@ -46,6 +46,12 @@ portenta_c33.upload.native_usb=true
46
46
portenta_c33.upload.maximum_size=2097152
47
47
portenta_c33.upload.maximum_data_size=523624
48
48
49
+ portenta_c33.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
50
+ portenta_c33.debug.server.openocd.scripts.1={programmer.transport_script}
51
+ portenta_c33.debug.server.openocd.scripts.2=target/R7FA6M5BH.cfg
52
+ portenta_c33.debug.svd_file={runtime.platform.path}/svd/R7FA6M5BH.svd
53
+
54
+
49
55
##############################################################
50
56
51
57
minima.name=Arduino UNO R4 Minima
@@ -94,6 +100,11 @@ minima.upload.native_usb=true
94
100
minima.upload.maximum_size=262144
95
101
minima.upload.maximum_data_size=32768
96
102
103
+ minima.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
104
+ minima.debug.server.openocd.scripts.1={programmer.transport_script}
105
+ minima.debug.server.openocd.scripts.2=target/R7FA4M1AB.cfg
106
+ minima.debug.svd_file={runtime.platform.path}/svd/R7FA4M1AB.svd
107
+
97
108
##############################################################
98
109
99
110
unor4wifi.name=Arduino UNO R4 WiFi
@@ -140,6 +151,11 @@ unor4wifi.upload.native_usb=true
140
151
unor4wifi.upload.maximum_size=262144
141
152
unor4wifi.upload.maximum_data_size=32768
142
153
154
+ unor4wifi.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
155
+ unor4wifi.debug.server.openocd.scripts.1={programmer.transport_script}
156
+ unor4wifi.debug.server.openocd.scripts.2=target/R7FA4M1AB.cfg
157
+ unor4wifi.debug.svd_file={runtime.platform.path}/svd/R7FA4M1AB.svd
158
+
143
159
##############################################################
144
160
145
161
muxto.name=Science Kit R3 Audio Module
0 commit comments