summaryrefslogtreecommitdiff
path: root/tests/extmod_hardware
AgeCommit message (Expand)Author
2025-11-19tests/extmod_hardware/machine_encoder.py: Use target_wiring for encoder.Ihor Nehrutsa
2025-11-19tests/extmod_hardware/machine_encoder.py: Fix initial rotation count.Ihor Nehrutsa
2025-09-08tests: Convert all machine.UART tests to use target_wiring.Damien George
2025-08-02tests/extmod_hardware: Add basic tests for machine.Counter and Encoder.Angus Gratton
2025-08-01tests/extmod_hardware: Add self unittest for I2CTarget.Damien George
2025-07-23tests/extmod_hardware/machine_uart_irq_break.py: Remove send_uart.Damien George
2025-07-08tests/extmod_hardware/machine_uart_irq_rxidle.py: Test multiple writes.Damien George
2025-07-08tests/extmod_hardware/machine_uart_irq_rxidle.py: Ignore inital IRQ.Damien George
2025-07-08tests/extmod_hardware: Add UART config for STM32WB boards.Damien George
2025-04-09tests: Update UART and SPI tests to work on Alif boards.Damien George
2025-02-25tests: Four typos in tests directory.Christian Clauss
2024-12-11tests/extmod_hardware: Add a test for machine.PWM freq and duty.Damien George
2024-10-09tests: Tweak machine SPI and UART tests to work with esp32c6.Damien George
2024-08-29tests/extmod_hardware: Add tests for machine.UART.IRQ_RX/RXIDLE/BREAK.Damien George