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 86ea8a5 commit 01e8de9Copy full SHA for 01e8de9
tools/scripts/generate_hal_matrix.py
@@ -106,7 +106,8 @@ def hal_get_modules():
106
"flash": "Internal Flash",
107
"timer": "Timer",
108
"i2c": "I<sup>2</sup>C",
109
- "usart": "UART"
+ "usart": "UART",
110
+ "pio": "GPIO"
111
}
112
mname = remap.get(mname, mname.upper())
113
modules.add(mname)
0 commit comments