Skip to content

Commit 1ec2eae

Browse files
jbehrensnxjhedberg
authored andcommitted
boards: st: OpenOCD Fix for WB55 Based Boards
Fixes the openocd configuration for nucleo_wb55rg, stm32wb55mm_dk and stm32wb55mmg. Signed-off-by: Jan Behrens <jan.behrens@navimatix.de>
1 parent 92fe404 commit 1ec2eae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
source [find board/st_nucleo_wb55rg]
1+
source [find board/st_nucleo_wb55.cfg]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# OpenOCD st_nucleo_wb55rg.cfg matches stm32wb55mm_dk support
2-
source [find board/st_nucleo_wb55rg.cfg]
1+
# OpenOCD st_nucleo_wb55.cfg matches stm32wb55mm_dk support
2+
source [find board/st_nucleo_wb55.cfg]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# OpenOCD st_nucleo_wb55rg.cfg matches stm32wb55mmg support
2-
source [find board/st_nucleo_wb55k.cfg]
1+
# OpenOCD st_nucleo_wb55.cfg matches stm32wb55mmg support
2+
source [find board/st_nucleo_wb55.cfg]

0 commit comments

Comments
 (0)