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