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