summaryrefslogtreecommitdiff
path: root/tests/cmdline/cmd_compile_only_error.py
diff options
context:
space:
mode:
authorPhil Howard <github@gadgetoid.com>2025-07-16 17:47:29 +0100
committerDamien George <damien@micropython.org>2025-11-21 14:27:34 +1100
commit40df95357c7b3270dc60421a0078fd73b122473f (patch)
treebc698349e6e0c1f84ba34bd2f63d437335736e70 /tests/cmdline/cmd_compile_only_error.py
parent7a15c97f069ed11fe0f7e697e240bec7eea4d0fb (diff)
rp2: Fix RP2350 and RP2350B pin alt functions.
RP2350 builds were using the incomplete `rp2_af.csv` alt function table (originally made for RP2040) which broke pins > 31 in RP2350B (48-pin QFN-80) builds: >>> machine.Pin(31) Pin(GPIO31, mode=IN, pull=PULL_DOWN) >>> machine.Pin(32) Pin(GPIO32, mode=ALT, pull=PULL_DOWN, alt=31) To fix this, separate alt-functions tables for RP2350 and RP2350B are added in this commit. UART_AUX (alt function 11) was also missing, along with XIP_CS1 and CORESIGHT_TRACE, and they are now added as well. Signed-off-by: Phil Howard <github@gadgetoid.com> Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/cmdline/cmd_compile_only_error.py')
0 files changed, 0 insertions, 0 deletions