circuitpython/tests/extmod_hardware
Angus Gratton 907c5e9976 tests/extmod_hardware: Add basic tests for machine.Counter and Encoder.
These don't test any advanced features, just the basics.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2025-08-02 00:03:03 +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/extmod_hardware/machine_uart_irq_break.py: Remove send_uart. 2025-07-23 12:51:10 +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/extmod_hardware: Add UART config for STM32WB boards. 2025-07-08 13:18:05 +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/extmod_hardware/machine_uart_irq_rxidle.py: Test multiple writes. 2025-07-08 13:18:13 +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