mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
tests/target_wiring/ZEPHYR_NUCLEO_WB55RG.py: Add nucleo_wb55rg.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
7
tests/target_wiring/ZEPHYR_NUCLEO_WB55RG.py
Normal file
7
tests/target_wiring/ZEPHYR_NUCLEO_WB55RG.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Target wiring for zephyr nucleo_wb55rg.
|
||||
#
|
||||
# Connect:
|
||||
# - TX=PC0 to RX=PC1
|
||||
|
||||
uart_loopback_args = ("lpuart1",)
|
||||
uart_loopback_kwargs = {}
|
||||
Reference in New Issue
Block a user