Skip to content

Commit

Permalink
Add SWD pinmux to stm32f1 family
Browse files Browse the repository at this point in the history
Add missing SWD pinmux definitions for STM32F1 MCU family
  • Loading branch information
alteman authored Dec 13, 2024
1 parent 3784237 commit 2088626
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/genpinctrl/stm32f1-pinctrl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@
match: "^USB_OTG_FS_(?:DM)?(?:DP)?(?:SOF)?(?:ID)?(?:VBUS)?$"
mode: input

- name: JTAG PORT
match: ^(SYS|DEBUG)_((JTMS-)?SWDIO|(JTCK-)?SWCLK|JTDI|JTDO(-TRACESWO|-SWO)?|(NJ)?JTRST)$
mode: alternate

- name: USB
match: "^USB_(?:DM)?(?:DP)?$"
mode: input
Expand Down

0 comments on commit 2088626

Please sign in to comment.