index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
Age
Commit message (
Expand
)
Author
2024-10-24
tests/extmod: Add test to compare time_ns with time.
Damien George
2024-10-24
tests/extmod: Use time_ns instead of time in lfs mtime test.
Damien George
2024-10-24
tests/extmod: Fix access of RTC class in machine.RTC test.
Damien George
2024-10-24
tests/extmod: Add a simple test for machine.RTC.
Damien George
2024-10-22
tests/extmod: Support esp32,mimxrt,stm32,samd ports in UART TX test.
Damien George
2024-10-22
tests/extmod: Make invalid-blockdev test work consistently on all ports.
Damien George
2024-10-22
tests/run-tests.py: Skip large viper test on esp8266.
Damien George
2024-10-22
tests/micropython: Tweak ringio test for targets with terse errors.
Damien George
2024-10-22
tests/extmod: Adjust ssl/tls tests to run on targets with axTLS.
Damien George
2024-10-22
tests/extmod: Config SPI test for esp8266 and skip SoftTimer test.
Damien George
2024-10-22
extmod/modframebuf: Fix FrameBuffer size check for stride corner-cases.
Corran Webster
2024-10-22
rp2/machine_uart: Make it so TX is done only when no longer busy.
Damien George
2024-10-16
py/objtype: Don't delegate lookup of descriptor methods to __getattr__.
Damien George
2024-10-15
tests/run-tests.py: Only run inlineasm tests on rp2 ARM targets.
Damien George
2024-10-15
tests/ports/rp2: Update lightsleep/machine_idle to skip on RP2350.
Damien George
2024-10-15
tests/ports/rp2: Add simple rp2-specific UART test.
Damien George
2024-10-15
tests/ports/rp2: Update DMA test to work on RP2350.
Damien George
2024-10-15
tests/run-tests.py: Wait for soft reset if a target skips a test.
Damien George
2024-10-10
esp32: Fix hang in taskYIELD() on riscv CPUs when IRQs disabled.
Angus Gratton
2024-10-09
tests: Tweak machine SPI and UART tests to work with esp32c6.
Damien George
2024-10-09
tests/README: Update instructions for key/cert pair usage on device.
Andrew Leech
2024-10-07
py/objtype: Allow passing keyword arguments to native base __init__.
stijn
2024-09-26
py/mpz: Skip separators when running out of digits to print.
Alessandro Gatti
2024-09-26
py/persistentcode: Explicitly track native BSS/rodata when needed.
Damien George
2024-09-26
extmod/vfs_blockdev: Implement common helper for read and write.
Angus Gratton
2024-09-26
extmod/vfs_blockdev: Check block device function positive results.
Angus Gratton
2024-09-19
py/objringio: Add micropython.RingIO() interface for general use.
Andrew Leech
2024-09-19
tests/ports/unix: Update and extend the modffi integer tests.
Michael Sawyer
2024-09-19
tests/run-tests.py: Remove --write-exp and --list-tests options.
Damien George
2024-09-19
shared/tinyusb: Only run TinyUSB on the main thread if GIL is disabled.
Angus Gratton
2024-09-06
tests/run-tests.py: Add a zephyr test target.
Damien George
2024-09-06
tests/thread: Adapt stress_aes.py to run on zephyr.
danicampora
2024-09-06
tests/extmod/machine_uart_irq_txidle.py: Simplify the test script.
robert-hh
2024-09-06
shared/runtime/sys_stdio_mphal: Fix printed type for stdio streams.
timdechant
2024-09-06
qemu: Rename qemu-arm port to qemu.
Damien George
2024-09-06
all: Remove remaining qemu-riscv references.
Damien George
2024-09-04
tests/run-tests.py: Automatically detect native arch and mpy-cross flag.
Damien George
2024-09-04
tests/net_inet: Update micropython.org certificate for SSL tests.
Damien George
2024-09-02
tests/basics: Add tests for optional args to int.to_bytes/from_bytes.
Amirreza Hamzavi
2024-08-29
tests/extmod_hardware: Add tests for machine.UART.IRQ_RX/RXIDLE/BREAK.
Damien George
2024-08-29
tests/extmod: Add test for machine.UART.IRQ_TXIDLE.
Damien George
2024-08-28
qemu-arm: Rework to provide a REPL and run tests via a pty serial port.
Damien George
2024-08-28
tests/run-tests.py: Skip additional tests when slice unavailable.
Damien George
2024-08-19
py/objstr: Skip whitespace in bytes.fromhex().
Glenn Moloney
2024-08-14
test/extmod: Fix machine_spi_rate test on ESP32-C3.
Angus Gratton
2024-08-14
unix: Switch stack limit check to new cstack API.
Angus Gratton
2024-08-14
tests/run-tests.py: Enable stress tests on esp32 port.
Angus Gratton
2024-08-13
tests/extmod/ssl_keycert.py: Add test for PKCS8 formatted DER key.
Peter Züger
2024-08-07
tests/extmod: Add machine_spi_rate test.
Angus Gratton
2024-08-07
tests/extmod: Rename machine_timer exp file to machine_soft_timer.
Damien George
[next]