Skip to content

Commit b37adbc

Browse files
committed
[rp] put PIO to GPIO at hal matrix
1 parent 2b146e8 commit b37adbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/scripts/generate_hal_matrix.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ def hal_get_modules():
106106
"flash": "Internal Flash",
107107
"timer": "Timer",
108108
"i2c": "I<sup>2</sup>C",
109-
"usart": "UART"
109+
"usart": "UART",
110+
"pio": "GPIO"
110111
}
111112
mname = remap.get(mname, mname.upper())
112113
modules.add(mname)

0 commit comments

Comments
 (0)