16127 Commits (7d8b2d89cc6b3734b6ecef36c49354fbf1406687)
 

Author SHA1 Message Date
Angus Gratton c1a6b95bf2 github/ISSUE_TEMPLATE: Update issue form to remove checklist generation. 6 months ago
Andrew Leech c11efc74ee samd/mphalport: Refactor to use shared TinyUSB CDC functions. 6 months ago
Andrew Leech 2d33071b17 renesas-ra/mphalport: Refactor to use shared TinyUSB CDC functions. 6 months ago
Andrew Leech 2475a52f5c mimxrt/mphalport: Refactor to use shared TinyUSB CDC functions. 6 months ago
Andrew Leech 1eaa562fdf rp2/mphalport: Refactor to use shared TinyUSB CDC functions. 6 months ago
Andrew Leech c98789a6d8 shared/tinyusb: Add common CDC TX/RX functions. 6 months ago
Alessandro Gatti 3613ad9624 lib/libm: Do not force floating point type size evaluation. 6 months ago
Angus Gratton 3af006efb3 rp2: Support calling pendsv_suspend/resume from core 1. 10 months ago
Angus Gratton 83e82c5ad3 rp2: Refactor to not use pico-sdk alarm pool functions for sleeping. 10 months ago
Angus Gratton 74fb42aa82 rp2: Refactor soft timer to use hardware timer alarm. 10 months ago
Damien George 2926001b60 all: Bump version to 1.24.0-preview. 5 months ago
Damien George a61c446c0b all: Bump version to 1.23.0. 5 months ago
Damien George 30a9ccf4ca tests/basics: Move str/bytes tests that give SyntaxWarning to sep file. 5 months ago
Damien George dd4767a7d1 tests/basics: Add .exp file for slice_op test. 5 months ago
Damien George ad6750b22e tests/float: Use "not" instead of ~ to invert bool value. 5 months ago
Damien George 5f6e689124 LICENSE,docs: Update copyright year range to include 2024. 5 months ago
Damien George 8a8c65f309 lib/micropython-lib: Update submodule to latest. 5 months ago
Matt Trentini 03cf4d4980 rp2/boards/W5500_EVB_PICO: Update incorrect url in board.json. 5 months ago
Damien George a34b5d1b79 tests/net_inet/tls_text_errors.py: Tweak test for newer CPython version. 5 months ago
Damien George e1111d873a tests/net_hosted/ssl_verify_callback.py: Make exp match actual output. 5 months ago
Damien George 1a2fdcac0d tests/basics: Split out generator.throw tests that pass multiple args. 5 months ago
Damien George 2e852522b1 tests/extmod: Add .exp test files for asyncio.get_event_loop tests. 5 months ago
Damien George 1ea06b99d8 tests/extmod: Fix regex strings to be of r"" type. 5 months ago
Damien George c0a25a69eb extmod/modos: Only sync FAT filesystems using disk_ioctl. 5 months ago
Damien George fbf811474a tools/ci.sh: Simplify selection of natmod tests to run. 5 months ago
Damien George 5d07d0c7b0 tests/run-natmodtests.py: Fix search for supported native tests. 5 months ago
Damien George df41913782 examples/natmod/btree: Make btree.open use mp_arg_parse_all for kwargs. 6 months ago
Brian Pugh c624a5c0c4 py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs. 7 months ago
Jared Hancock a196468c47 esp32: Add support for TCP_NODELAY. 6 months ago
Jared Hancock b1e9602702 extmod/modlwip: Use Nagle algorithm and add support for TCP_NODELAY. 8 months ago
Damien George d532f960a4 examples/natmod/features4: Create custom FactorialError as exc example. 6 months ago
Damien George 482292cc66 py/dynruntime: Add mp_obj_exception_init function to create C exception. 6 months ago
Damien George a919ce26d3 webassembly/modjsffi: Add mem_info function to get detailed stats. 6 months ago
Damien George 57a9ffa632 webassembly: Register PyProxy objects for JS-side finalisation. 6 months ago
Damien George 5c7a414574 webassembly: Add C-level finaliser to JsProxy object. 6 months ago
Damien George c0ca4bb85f webassembly: Set GC threshold and do top-level GC collect when possible. 6 months ago
Damien George cdaf2de80c webassembly: Track the current depth of calls to external C functions. 6 months ago
Damien George ed2885facb webassembly/proxy_c: Don't return value of a void function. 6 months ago
Damien George d7f031397d webassembly/objjsproxy: Make jsproxy_it keep ref to jsproxy. 6 months ago
Damien George cfd5a8ea3a webassembly/proxy_c: Return undefined if dict lookup failed on JS side. 6 months ago
Damien George aa2e3880c1 webassembly/proxy_js: Create a special "undefined" type for Python. 6 months ago
Damien George 0148bbb495 webassembly/proxy_js: Revert back to converting Py None to JS null. 6 months ago
Daniël van de Giessen c10a74b162 esp32/panichandler: Print support information on panic. 8 months ago
Angus Gratton a0d4fdcce0 stm32/pyb_can: Fix STM32G4 FDCAN source clock frequency. 6 months ago
Angus Gratton 47ae739409 examples/usb: Add README that points out the alternative usb modules. 6 months ago
Damien George abd1f28bc2 docs/library/asyncio: Document that ThreadSafeFlag now works on unix. 6 months ago
Olivier Lenoir e816b49c44 docs/reference: Document how to mip install packages from GitLab. 8 months ago
Olivier Lenoir 85c85e8f0d tools/mpremote: Add support to mip install from GitLab. 8 months ago
Damien George 025d10a702 tests/micropython/import_mpy_invalid.py: Skip if target cant import mpy. 6 months ago
Damien George 154d602b6e webassembly/mpconfigport: Enable importing of .mpy files. 6 months ago