Skip to content

Commit e67a388

Browse files
committed
scripts: stm32cube: genpinctrl for stm32wba debug pinout
Generates the debug_njtrst_pb4 pin for the stm32wba65x serie where the PB4(NJRST) is named "DEBUG_NJTRST" Signed-off-by: F. Ramu <[email protected]>
1 parent 5dcc08c commit e67a388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/genpinctrl/stm32-pinctrl-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
slew-rate: very-high-speed
145145

146146
- name: JTAG PORT
147-
match: ^(SYS|DEBUG)_((JTMS-)?SWDIO|(JTCK-)?SWCLK|JTDI|JTDO(-TRACESWO|-SWO)?|(NJ)?JTRST)$
147+
match: ^(SYS|DEBUG)_((JTMS-)?SWDIO|(JTCK-)?SWCLK|JTDI|JTDO(-TRACESWO|-SWO)?|(N)?JTRST)$
148148

149149
- name: LTDC
150150
match: "^LTDC_(?:DE|CLK|HSYNC|VSYNC|R[0-7]|G[0-7]|B[0-7])$"

0 commit comments

Comments
 (0)