index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
extmod_hardware
Age
Commit message (
Expand
)
Author
2025-11-19
tests/extmod_hardware/machine_encoder.py: Use target_wiring for encoder.
Ihor Nehrutsa
2025-11-19
tests/extmod_hardware/machine_encoder.py: Fix initial rotation count.
Ihor Nehrutsa
2025-09-08
tests: Convert all machine.UART tests to use target_wiring.
Damien George
2025-08-02
tests/extmod_hardware: Add basic tests for machine.Counter and Encoder.
Angus Gratton
2025-08-01
tests/extmod_hardware: Add self unittest for I2CTarget.
Damien George
2025-07-23
tests/extmod_hardware/machine_uart_irq_break.py: Remove send_uart.
Damien George
2025-07-08
tests/extmod_hardware/machine_uart_irq_rxidle.py: Test multiple writes.
Damien George
2025-07-08
tests/extmod_hardware/machine_uart_irq_rxidle.py: Ignore inital IRQ.
Damien George
2025-07-08
tests/extmod_hardware: Add UART config for STM32WB boards.
Damien George
2025-04-09
tests: Update UART and SPI tests to work on Alif boards.
Damien George
2025-02-25
tests: Four typos in tests directory.
Christian Clauss
2024-12-11
tests/extmod_hardware: Add a test for machine.PWM freq and duty.
Damien George
2024-10-09
tests: Tweak machine SPI and UART tests to work with esp32c6.
Damien George
2024-08-29
tests/extmod_hardware: Add tests for machine.UART.IRQ_RX/RXIDLE/BREAK.
Damien George