summaryrefslogtreecommitdiffstatshomepage
path: root/tests/ports
Commit message (Expand)AuthorAge
* tests/ports/alif_hardware: Add flash testing script.Damien George2025-04-09
* tests: Four typos in tests directory.Christian Clauss2025-02-25
* all: Upgrade to ruff v0.9.6.Christian Clauss2025-02-25
* extmod/modmarshal: Add new marshal module.Damien George2025-02-11
* rp2/rp2_flash: Workaround multicore lockout not being reset.Mike Bell2025-02-07
* tests/ports/rp2: Add test for SLEEP_ENx registers over lightsleep.Damien George2025-02-07
* py/emitinlinerv32: Add inline assembler support for RV32.Alessandro Gatti2025-01-02
* tests/inlineasm: Make room for RV32IMC inline asm tests.Alessandro Gatti2025-01-01
* rp2/modmachine: Fix USB sleep on RP2350 MCUs.Peter Harper2024-12-19
* tests/ports/stm32_hardware: Convert DMA test to use unittest.Damien George2024-12-06
* tests/ports/rp2: Update lightsleep/machine_idle to skip on RP2350.Damien George2024-10-15
* tests/ports/rp2: Add simple rp2-specific UART test.Damien George2024-10-15
* tests/ports/rp2: Update DMA test to work on RP2350.Damien George2024-10-15
* py/objringio: Add micropython.RingIO() interface for general use.Andrew Leech2024-09-19
* tests/ports/unix: Update and extend the modffi integer tests.Michael Sawyer2024-09-19
* qemu: Rename qemu-arm port to qemu.Damien George2024-09-06
* unix: Switch stack limit check to new cstack API.Angus Gratton2024-08-14
* rp2: Stop machine.idle() blocking indefinitely.Angus Gratton2024-07-23
* webassembly: Reuse PyProxy objects when they are the same Python object.Damien George2024-07-19
* py/objint: Try to convert big-int back to small-int after binary op.Jim Mussared2024-07-01
* webassembly/objjsproxy: Lookup attributes without testing they exist.Damien George2024-06-28
* rp2: Fix USB PLL glitch during wake from light sleep.Angus Gratton2024-06-25
* webassembly/api: Allow specifying the pystack size.Damien George2024-06-20
* webassembly/asyncio: Schedule run loop when tasks are pushed to queue.Damien George2024-06-20
* webassembly/asyncio: Support top-level await of asyncio Task and Event.Damien George2024-06-18
* webassembly/objjsproxy: Implement proxying of JS iterable protocol.Damien George2024-06-18
* webassembly/proxy_c: Return undefined if dict lookup failed on JS side.Damien George2024-05-16
* webassembly/proxy_js: Create a special "undefined" type for Python.Damien George2024-05-16
* webassembly/proxy_js: Revert back to converting Py None to JS null.Damien George2024-05-16
* webassembly/proxy_js: Convert JS undefined and JS null to Py None.Damien George2024-05-13
* webassembly/proxy_c: Ensure objs thrown into generators are exceptions.Damien George2024-05-13
* webassembly/asyncio: Fix case where a Promise is resolved with no arg.Damien George2024-05-13
* webassembly/api: Resolve thenables returned from runPythonAsync.Damien George2024-05-07
* webassembly/objpyproxy: Implement JS iterator protocol for Py iterables.Damien George2024-05-07
* webassembly/proxy_c: Reject promises with a PythonError instance.Damien George2024-05-06
* webassembly: Add JavaScript-based asyncio support.Damien George2024-04-24
* webassembly/proxy_js: Allow a Python proxy of a function to be undone.Damien George2024-03-30
* webassembly/proxy_js: Promote Python thenable to a Promise.Damien George2024-03-30
* webassembly/proxy_c: Ensure return value of async fun is passed to JS.Damien George2024-03-30
* tests/ports/webassembly: Add webassembly JS tests.Damien George2024-03-22
* stm32/dma: Add D-cache protection for DMA RX operations, including SPI.Angus Gratton2024-03-08
* all: Prune trailing whitespace.Phil Howard2024-03-07
* tests/ports/unix: Add coverage test for frozen functions and generators.Damien George2024-02-16
* tests: Use vfs module instead of os.Damien George2024-02-07
* extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes.Damien George2024-02-07
* extmod/modtls: Move the native ssl module to tls.Felix Dörre2024-02-07
* tests/ports/rp2/rp2_dma.py: Tweak test to be more reliable.Damien George2024-01-30
* tests/ports/rp2: Add rp2-specific tests with a test for rp2.DMA.Damien George2024-01-22
* tests: Move port-specific test directories into tests/ports/ directory.Damien George2024-01-22