Skip to content

Commit 084bc80

Browse files
committed
openocd fix ep93xx on windows
1 parent 9663bfb commit 084bc80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-assets/scripts/dependencies/openocd.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ function openocd_build()
171171
config_options+=("--enable-bcm2835gpio")
172172
config_options+=("--enable-cmsis-dap")
173173
config_options+=("--enable-dummy")
174-
config_options+=("--enable-ep93xx")
175174
config_options+=("--enable-ft232r")
176175
config_options+=("--enable-ftdi")
177176
config_options+=("--enable-imx_gpio")
@@ -196,6 +195,7 @@ function openocd_build()
196195
config_options+=("--enable-xds110")
197196

198197
# Disable drivers that apparently failed to build on all platforms.
198+
config_options+=("--disable-ep93xx")
199199
config_options+=("--disable-zy1000-master")
200200
config_options+=("--disable-zy1000")
201201
config_options+=("--disable-ioutil")
@@ -243,6 +243,7 @@ function openocd_build()
243243

244244
config_options+=("--enable-amtjtagaccel")
245245
config_options+=("--enable-buspirate")
246+
config_options+=("--enable-ep93xx")
246247
config_options+=("--enable-gw16012")
247248
config_options+=("--enable-linuxspidev")
248249
config_options+=("--enable-parport")
@@ -269,6 +270,7 @@ function openocd_build()
269270
# --enable-usb_blaster_libftdi -> --enable-usb_blaster
270271

271272
config_options+=("--enable-buspirate")
273+
config_options+=("--enable-ep93xx")
272274

273275
# --enable-amtjtagaccel -> 'sys/io.h' file not found
274276
config_options+=("--disable-amtjtagaccel")

0 commit comments

Comments
 (0)