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
Age
Commit message (
Expand
)
Author
2024-05-31
all: Bump version to 1.24.0-preview.
v1.24.0-preview
Damien George
2024-05-31
all: Bump version to 1.23.0.
v1.23.0
Damien George
2024-05-28
tests/basics: Move str/bytes tests that give SyntaxWarning to sep file.
Damien George
2024-05-28
tests/basics: Add .exp file for slice_op test.
Damien George
2024-05-28
tests/float: Use "not" instead of ~ to invert bool value.
Damien George
2024-05-27
LICENSE,docs: Update copyright year range to include 2024.
Damien George
2024-05-27
lib/micropython-lib: Update submodule to latest.
Damien George
2024-05-27
rp2/boards/W5500_EVB_PICO: Update incorrect url in board.json.
Matt Trentini
2024-05-27
tests/net_inet/tls_text_errors.py: Tweak test for newer CPython version.
Damien George
2024-05-27
tests/net_hosted/ssl_verify_callback.py: Make exp match actual output.
Damien George
2024-05-27
tests/basics: Split out generator.throw tests that pass multiple args.
Damien George
2024-05-27
tests/extmod: Add .exp test files for asyncio.get_event_loop tests.
Damien George
2024-05-27
tests/extmod: Fix regex strings to be of r"" type.
Damien George
2024-05-27
extmod/modos: Only sync FAT filesystems using disk_ioctl.
Damien George
2024-05-27
tools/ci.sh: Simplify selection of natmod tests to run.
Damien George
2024-05-27
tests/run-natmodtests.py: Fix search for supported native tests.
Damien George
2024-05-24
examples/natmod/btree: Make btree.open use mp_arg_parse_all for kwargs.
Damien George
2024-05-24
py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.
Brian Pugh
2024-05-23
esp32: Add support for TCP_NODELAY.
Jared Hancock
2024-05-23
extmod/modlwip: Use Nagle algorithm and add support for TCP_NODELAY.
Jared Hancock
2024-05-23
examples/natmod/features4: Create custom FactorialError as exc example.
Damien George
2024-05-23
py/dynruntime: Add mp_obj_exception_init function to create C exception.
Damien George
2024-05-22
webassembly/modjsffi: Add mem_info function to get detailed stats.
Damien George
2024-05-22
webassembly: Register PyProxy objects for JS-side finalisation.
Damien George
2024-05-22
webassembly: Add C-level finaliser to JsProxy object.
Damien George
2024-05-22
webassembly: Set GC threshold and do top-level GC collect when possible.
Damien George
2024-05-22
webassembly: Track the current depth of calls to external C functions.
Damien George
2024-05-21
webassembly/proxy_c: Don't return value of a void function.
Damien George
2024-05-21
webassembly/objjsproxy: Make jsproxy_it keep ref to jsproxy.
Damien George
2024-05-16
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
esp32/panichandler: Print support information on panic.
Daniƫl van de Giessen
2024-05-15
stm32/pyb_can: Fix STM32G4 FDCAN source clock frequency.
Angus Gratton
2024-05-15
examples/usb: Add README that points out the alternative usb modules.
Angus Gratton
2024-05-15
docs/library/asyncio: Document that ThreadSafeFlag now works on unix.
Damien George
2024-05-15
docs/reference: Document how to mip install packages from GitLab.
Olivier Lenoir
2024-05-15
tools/mpremote: Add support to mip install from GitLab.
Olivier Lenoir
2024-05-14
tests/micropython/import_mpy_invalid.py: Skip if target cant import mpy.
Damien George
2024-05-14
webassembly/mpconfigport: Enable importing of .mpy files.
Damien George
2024-05-13
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/proxy_c: Support more than 4 args when JS calls Py func.
Damien George
2024-05-13
examples/network: Add example of HTTPS client using non-blocking socket.
Damien George
2024-05-13
examples/network: Rename SSL examples to start with https.
Damien George
2024-05-13
examples/usb: Add a USBDevice example implementing the DFU protocol.
Damien George
2024-05-13
examples/usb: Add a very simple USBDevice example with host.
Damien George
2024-05-09
docs/library/machine.USBDevice: Update note about packages in mp-lib.
Angus Gratton
2024-05-09
shared/tinyusb: Stall the CDC IN endpoint while disconnecting.
Angus Gratton
[next]