index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
ports
Commit message (
Expand
)
Author
Age
*
tests/ports/alif_hardware: Add flash testing script.
Damien George
2025-04-09
*
tests: Four typos in tests directory.
Christian Clauss
2025-02-25
*
all: Upgrade to ruff v0.9.6.
Christian Clauss
2025-02-25
*
extmod/modmarshal: Add new marshal module.
Damien George
2025-02-11
*
rp2/rp2_flash: Workaround multicore lockout not being reset.
Mike Bell
2025-02-07
*
tests/ports/rp2: Add test for SLEEP_ENx registers over lightsleep.
Damien George
2025-02-07
*
py/emitinlinerv32: Add inline assembler support for RV32.
Alessandro Gatti
2025-01-02
*
tests/inlineasm: Make room for RV32IMC inline asm tests.
Alessandro Gatti
2025-01-01
*
rp2/modmachine: Fix USB sleep on RP2350 MCUs.
Peter Harper
2024-12-19
*
tests/ports/stm32_hardware: Convert DMA test to use unittest.
Damien George
2024-12-06
*
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
*
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
*
qemu: Rename qemu-arm port to qemu.
Damien George
2024-09-06
*
unix: Switch stack limit check to new cstack API.
Angus Gratton
2024-08-14
*
rp2: Stop machine.idle() blocking indefinitely.
Angus Gratton
2024-07-23
*
webassembly: Reuse PyProxy objects when they are the same Python object.
Damien George
2024-07-19
*
py/objint: Try to convert big-int back to small-int after binary op.
Jim Mussared
2024-07-01
*
webassembly/objjsproxy: Lookup attributes without testing they exist.
Damien George
2024-06-28
*
rp2: Fix USB PLL glitch during wake from light sleep.
Angus Gratton
2024-06-25
*
webassembly/api: Allow specifying the pystack size.
Damien George
2024-06-20
*
webassembly/asyncio: Schedule run loop when tasks are pushed to queue.
Damien George
2024-06-20
*
webassembly/asyncio: Support top-level await of asyncio Task and Event.
Damien George
2024-06-18
*
webassembly/objjsproxy: Implement proxying of JS iterable protocol.
Damien George
2024-06-18
*
webassembly/proxy_c: Return undefined if dict lookup failed on JS side.
Damien George
2024-05-16
*
webassembly/proxy_js: Create a special "undefined" type for Python.
Damien George
2024-05-16
*
webassembly/proxy_js: Revert back to converting Py None to JS null.
Damien George
2024-05-16
*
webassembly/proxy_js: Convert JS undefined and JS null to Py None.
Damien George
2024-05-13
*
webassembly/proxy_c: Ensure objs thrown into generators are exceptions.
Damien George
2024-05-13
*
webassembly/asyncio: Fix case where a Promise is resolved with no arg.
Damien George
2024-05-13
*
webassembly/api: Resolve thenables returned from runPythonAsync.
Damien George
2024-05-07
*
webassembly/objpyproxy: Implement JS iterator protocol for Py iterables.
Damien George
2024-05-07
*
webassembly/proxy_c: Reject promises with a PythonError instance.
Damien George
2024-05-06
*
webassembly: Add JavaScript-based asyncio support.
Damien George
2024-04-24
*
webassembly/proxy_js: Allow a Python proxy of a function to be undone.
Damien George
2024-03-30
*
webassembly/proxy_js: Promote Python thenable to a Promise.
Damien George
2024-03-30
*
webassembly/proxy_c: Ensure return value of async fun is passed to JS.
Damien George
2024-03-30
*
tests/ports/webassembly: Add webassembly JS tests.
Damien George
2024-03-22
*
stm32/dma: Add D-cache protection for DMA RX operations, including SPI.
Angus Gratton
2024-03-08
*
all: Prune trailing whitespace.
Phil Howard
2024-03-07
*
tests/ports/unix: Add coverage test for frozen functions and generators.
Damien George
2024-02-16
*
tests: Use vfs module instead of os.
Damien George
2024-02-07
*
extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes.
Damien George
2024-02-07
*
extmod/modtls: Move the native ssl module to tls.
Felix Dörre
2024-02-07
*
tests/ports/rp2/rp2_dma.py: Tweak test to be more reliable.
Damien George
2024-01-30
*
tests/ports/rp2: Add rp2-specific tests with a test for rp2.DMA.
Damien George
2024-01-22
*
tests: Move port-specific test directories into tests/ports/ directory.
Damien George
2024-01-22