Skip to content

Commit

Permalink
[rp] put PIO to GPIO at hal matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andryblack committed Oct 23, 2024
1 parent 5abaf03 commit 3f6d36c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/scripts/generate_hal_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ def hal_get_modules():
"flash": "Internal Flash",
"timer": "Timer",
"i2c": "I<sup>2</sup>C",
"usart": "UART"
"usart": "UART",
"pio": "GPIO"
}
mname = remap.get(mname, mname.upper())
modules.add(mname)
Expand Down

0 comments on commit 3f6d36c

Please sign in to comment.