Skip to content

Commit 07c2326

Browse files
mrnukekarlp
authored andcommitted
examples/tiva/lm4f: Use correct openocd interface
I'd love to meet the person who managed to use flossjtag interface with a Stellaris board, but until we can meet, use the correct interface, which is ti-icdi. Note that this setting is redundant, since the board config file already specifies the correct interface; however, OOCD_INTERFACE variable cannot be empty, by virtue of how higher-level makefiles are written.
1 parent 9f8d37d commit 07c2326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tiva/lm4f/Makefile.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ARCH_FLAGS = -mthumb -mcpu=cortex-m4 $(FP_FLAGS)
3131
# Support for ICDI is available starting with openocd 0.7.0
3232

3333
OOCD ?= openocd
34-
OOCD_INTERFACE ?= flossjtag
34+
OOCD_INTERFACE ?= ti-icdi
3535
OOCD_BOARD ?= ek-lm4f120xl
3636

3737
################################################################################

0 commit comments

Comments
 (0)