Skip to content

Commit 5756ff6

Browse files
umbynosfacchinm
authored andcommitted
fix openOCD config paths
1 parent 182af85 commit 5756ff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ portenta_c33.upload.maximum_data_size=523624
4848

4949
portenta_c33.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
5050
portenta_c33.debug.server.openocd.scripts.1={programmer.transport_script}
51-
portenta_c33.debug.server.openocd.scripts.2=target/R7FA6M5BH.cfg
51+
portenta_c33.debug.server.openocd.scripts.2={runtime.platform.path}/debugger/R7FA6M5BH.cfg
5252
portenta_c33.debug.svd_file={runtime.platform.path}/svd/R7FA6M5BH.svd
5353

5454

@@ -102,7 +102,7 @@ minima.upload.maximum_data_size=32768
102102

103103
minima.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
104104
minima.debug.server.openocd.scripts.1={programmer.transport_script}
105-
minima.debug.server.openocd.scripts.2=target/R7FA4M1AB.cfg
105+
minima.debug.server.openocd.scripts.2={runtime.platform.path}/debugger/R7FA4M1AB.cfg
106106
minima.debug.svd_file={runtime.platform.path}/svd/R7FA4M1AB.svd
107107

108108
##############################################################
@@ -153,7 +153,7 @@ unor4wifi.upload.maximum_data_size=32768
153153

154154
unor4wifi.debug.server.openocd.scripts.0=interface/{programmer.protocol}.cfg
155155
unor4wifi.debug.server.openocd.scripts.1={programmer.transport_script}
156-
unor4wifi.debug.server.openocd.scripts.2=target/R7FA4M1AB.cfg
156+
unor4wifi.debug.server.openocd.scripts.2={runtime.platform.path}/debugger/R7FA4M1AB.cfg
157157
unor4wifi.debug.svd_file={runtime.platform.path}/svd/R7FA4M1AB.svd
158158

159159
##############################################################

0 commit comments

Comments
 (0)