micropython/tests/extmod_hardware
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
..
machine_counter.py tests/extmod_hardware: Add basic tests for machine.Counter and Encoder. 2025-08-02 00:03:03 +10:00
machine_encoder.py tests/extmod_hardware: Add basic tests for machine.Counter and Encoder. 2025-08-02 00:03:03 +10:00
machine_i2c_target.py tests/extmod_hardware: Add self unittest for I2CTarget. 2025-08-01 23:03:17 +10:00
machine_pwm.py tests: Four typos in tests directory. 2025-02-25 23:34:53 +11:00
machine_uart_irq_break.py tests: Convert all machine.UART tests to use target_wiring. 2025-09-08 11:52:49 +10:00
machine_uart_irq_break.py.exp tests/extmod_hardware: Add tests for machine.UART.IRQ_RX/RXIDLE/BREAK. 2024-08-29 16:48:09 +10:00
machine_uart_irq_rx.py tests: Convert all machine.UART tests to use target_wiring. 2025-09-08 11:52:49 +10:00
machine_uart_irq_rx.py.exp tests/extmod_hardware: Add tests for machine.UART.IRQ_RX/RXIDLE/BREAK. 2024-08-29 16:48:09 +10:00
machine_uart_irq_rxidle.py tests: Convert all machine.UART tests to use target_wiring. 2025-09-08 11:52:49 +10:00
machine_uart_irq_rxidle.py.exp tests/extmod_hardware/machine_uart_irq_rxidle.py: Test multiple writes. 2025-07-08 13:18:13 +10:00