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> |
||
|---|---|---|
| .. | ||
| machine_counter.py | ||
| machine_encoder.py | ||
| machine_i2c_target.py | ||
| machine_pwm.py | ||
| machine_uart_irq_break.py | ||
| machine_uart_irq_break.py.exp | ||
| machine_uart_irq_rx.py | ||
| machine_uart_irq_rx.py.exp | ||
| machine_uart_irq_rxidle.py | ||
| machine_uart_irq_rxidle.py.exp | ||