Commit Graph

4 Commits

Author SHA1 Message Date
Damien George 8f24c86263 tests/extmod_hardware/machine_pwm.py: Convert test to use target_wiring.
Signed-off-by: Damien George <damien@micropython.org>
2026-03-20 11:37:15 +11:00
robert-hh b64f4f9e44 tests/extmod_hardware/machine_encoder.py: Add a MIMXRT configuration.
For Teensy 4.x.  The connectivity tests and the falling edge of the counter
test are skipped.

Signed-off-by: robert-hh <robert@hammelrath.com>
2026-03-09 00:02:04 +11:00
Damien George d291a280bd tests/target_wiring: Add SPI instance for mimxrt, nrf, renesas-ra, samd.
Signed-off-by: Damien George <damien@micropython.org>
2026-02-04 19:59:19 +11:00
Damien George 5bafb0bf68 tests: Convert all machine.UART tests to use target_wiring.
All the existing `machine.UART` tests in extmod and extmod_hardware are
converted to use the new `target_wiring` scheme, which removes a lot of
duplicated board-specific settings.

All the existing boards that were supported by these UART tests now have
their own `target_wiring` file.  Some configurations are board specific (eg
NUCLEO_WB55) and others are port specific.

Signed-off-by: Damien George <damien@micropython.org>
2025-09-08 11:52:49 +10:00