Skip to content

Commit 2088626

Browse files
authored
Add SWD pinmux to stm32f1 family
Add missing SWD pinmux definitions for STM32F1 MCU family
1 parent 3784237 commit 2088626

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/genpinctrl/stm32f1-pinctrl-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@
256256
match: "^USB_OTG_FS_(?:DM)?(?:DP)?(?:SOF)?(?:ID)?(?:VBUS)?$"
257257
mode: input
258258

259+
- name: JTAG PORT
260+
match: ^(SYS|DEBUG)_((JTMS-)?SWDIO|(JTCK-)?SWCLK|JTDI|JTDO(-TRACESWO|-SWO)?|(NJ)?JTRST)$
261+
mode: alternate
262+
259263
- name: USB
260264
match: "^USB_(?:DM)?(?:DP)?$"
261265
mode: input

0 commit comments

Comments
 (0)