mirror of
https://github.com/micropython/micropython.git
synced 2026-02-12 22:20:18 +01:00
tests/target_wiring: Add SPI instance for mimxrt, nrf, renesas-ra, samd.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -5,3 +5,5 @@
|
||||
|
||||
uart_loopback_args = (1,)
|
||||
uart_loopback_kwargs = {}
|
||||
|
||||
spi_standalone_args_list = [()]
|
||||
|
||||
@@ -5,3 +5,5 @@
|
||||
|
||||
uart_loopback_args = (0,)
|
||||
uart_loopback_kwargs = {}
|
||||
|
||||
spi_standalone_args_list = [(1,)]
|
||||
|
||||
3
tests/target_wiring/renesas-ra.py
Normal file
3
tests/target_wiring/renesas-ra.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Target wiring for general renesas-ra board.
|
||||
|
||||
spi_standalone_args_list = [(0,)]
|
||||
@@ -5,3 +5,5 @@
|
||||
|
||||
uart_loopback_args = ()
|
||||
uart_loopback_kwargs = {"tx": "D1", "rx": "D0"}
|
||||
|
||||
spi_standalone_args_list = [()]
|
||||
|
||||
Reference in New Issue
Block a user