Skip to content

Commit 60058d7

Browse files
glenn-andrewscfriedt
authored andcommitted
boards: disco_l475_iot1 update openocd.cfg
Latest versions of OpenOCD don't seem to work with `transport select hla_swd`, but the `board/stm32l4discovery.cfg` file should work on any version of OpenOCD that contains it (including my older version). This should keep things forward-compatible. Probably this will affect other stm32 boards using `hla_swd` but I have no way of testing them. Signed-off-by: Glenn Andrews <[email protected]>
1 parent ce1235d commit 60058d7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
source [find interface/stlink.cfg]
2-
3-
transport select hla_swd
4-
5-
source [find target/stm32l4x.cfg]
6-
7-
reset_config srst_only
1+
source [find board/stm32l4discovery.cfg]

0 commit comments

Comments
 (0)