Skip to content

Commit

Permalink
Add SWD pinmux to stm32f1 family
Browse files Browse the repository at this point in the history
  • Loading branch information
name authored and erwango committed Dec 17, 2024
1 parent 3784237 commit 891fb8e
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 @@ -170,6 +170,10 @@
match: "^I2S\\d+_SD$"
mode: alternate

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

- name: RCC_MCO
match: "^RCC_MCO_?(\\d+)?$"
mode: alternate
Expand Down

0 comments on commit 891fb8e

Please sign in to comment.