tests/target_wiring/ZEPHYR_NUCLEO_WB55RG.py: Add nucleo_wb55rg.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-08-27 23:31:19 +10:00
parent 5bafb0bf68
commit 123f66b259

View File

@@ -0,0 +1,7 @@
# Target wiring for zephyr nucleo_wb55rg.
#
# Connect:
# - TX=PC0 to RX=PC1
uart_loopback_args = ("lpuart1",)
uart_loopback_kwargs = {}