We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d75d4 commit 3cfe900Copy full SHA for 3cfe900
scripts/genpinctrl/stm32-pinctrl-config.yaml
@@ -259,6 +259,9 @@
259
- name: TIM_CH / TIM_CHN
260
match: "^TIM\\d+_CH\\d+N?$"
261
262
+- name: TSC
263
+ match: "^TSC_(?:G\\d+_IO\\d+|SYNC)$"
264
+
265
- name: UART_CTS / USART_CTS / LPUART_CTS
266
match: "^(?:LP)?US?ART\\d+_CTS$"
267
drive: open-drain
scripts/genpinctrl/stm32f1-pinctrl-config.yaml
@@ -230,6 +230,10 @@
230
mode: input
231
variant: pwm_in
232
233
234
235
+ mode: alternate
236
237
- name: UART_CTS / USART_CTS
238
match: "^US?ART\\d+_CTS$"
239
0 commit comments