15867 Commits (8762fe8b4c6a7608d48daa8458e6501fafd3eafc)
 

Author SHA1 Message Date
Jared Hancock 8762fe8b4c extmod/network_wiznet5k: Properly enable socket buffers for W5100(S). 7 months ago
Rick Sorensen 63c30a2dfc esp32/modesp32: Add mcu_temperature() function for C3/S2/S3 devices. 11 months ago
Rick Sorensen 595f86155a docs/esp32/quickref: Add note about different ESP32 varieties. 11 months ago
Damien George be1ecb54e6 webassembly/api: Resolve thenables returned from runPythonAsync. 6 months ago
Damien George c056840ee8 webassembly/objpyproxy: Implement JS iterator protocol for Py iterables. 6 months ago
Damien George e860e32e24 webassembly/objjsproxy: Fix proxying in arguments to JS new function. 6 months ago
Damien George 50b43fec1a webassembly/proxy_c: Only proxy across resolve/reject funs when needed. 6 months ago
Damien George 9da63a343e webassembly/proxy_c: Reject promises with a PythonError instance. 6 months ago
Damien George 9681a66c6b webassembly/api: Fix importing micropython.mjs module from node REPL. 6 months ago
Damien George a521df27dc stm32/i2c: Fix clock enable for I2C4 on STM32F7 MCUs. 7 months ago
Damien George a7d34b6f7c stm32/mboot: Buffer the correct amount of bytes for a flash write. 6 months ago
Damien George d3fe0a06e8 stm32/flash: Fix writing final words to flash on H5 and H7 MCUs. 6 months ago
Damien George 64f28dc1eb stm32/boards/LEGO_HUB_NO7: Add robust update logic to mboot. 6 months ago
Damien George b896fa9b1f stm32/boards/LEGO_HUB_NO6: Write key after writing elements. 6 months ago
Matt Trentini b1ac266bb5 docs/develop/optimizations: Fix typo identified in issue 14391. 6 months ago
Damien George e60e8079a7 nrf/mpconfigport: Enable MICROPY_NLR_THUMB_USE_LONG_JUMP on nRF51xx. 7 months ago
J. Neuschäfer 7b050b366b py/nlrthumb: Make non-Thumb2 long-jump workaround opt-in. 2 years ago
Damien George 49af8cad49 webassembly/api: Inject asyncio.run if needed by the script. 7 months ago
Damien George 8a3546b3bd webassembly: Add JavaScript-based asyncio support. 7 months ago
Damien George 84d6f8e8cb webassembly/modjsffi: Add jsffi.async_timeout_ms. 7 months ago
Damien George 967ad38ac7 extmod/modasyncio: Make mp_asyncio_context variable public. 7 months ago
Damien George d998ca78c8 webassembly/proxy_c: Fix then-continue to convert reason to throw value. 7 months ago
Damien George 92b3b69648 webassembly/proxy_c: Fix proxy then reject handling. 7 months ago
Damien George 4c3f5f552b webassembly/objjsproxy: Fix handling of thrown value into JS generator. 7 months ago
Damien George 9c7f0659e2 webassembly/api: Allocate code data on C heap when running Python code. 7 months ago
Damien George 45848f77ca webassembly/api: Fix waiting for Emscripten module to be loaded. 7 months ago
Damien George 49ce7a6075 github/workflows: Run code size workflow on shared or port code changes. 7 months ago
Angus Gratton 6877987002 tests/cpydiff: Add a note about risk of resizing memoryview targets. 8 months ago
Angus Gratton 4bed614e70 py/objarray: Fix use-after-free if extending a bytearray from itself. 9 months ago
Vonasmic ce491ab0d1 py/obj: Fix initialiser order in MP_DEFINE_CONST_OBJ_TYPE_NARGS_ macros. 7 months ago
stijn 40f7e9ce20 py/objfun: Fix C++ compatibility with casting in inline functions. 7 months ago
Michiel W. Beijen 3129b69e0f rp2/README: Fix typo, improve sentence about building with other boards. 7 months ago
Simon Wood 19844b4983 rp2/modmachine: Prevent lock-up when lightsleep() called within thread. 7 months ago
J. Neuschäfer f76cf29402 github/workflows: Update coverage workflow to codecov-action@v4. 7 months ago
Angus Gratton d11ca092f7 shared/tinyusb: Fix dynamic USB control callbacks for wLength==0. 7 months ago
iabdalkader 53d0050255 lib/arduino-lib: Update submodule to the latest. 7 months ago
Damien George 5114f2c1ea webassembly/proxy_js: Allow a Python proxy of a function to be undone. 7 months ago
Damien George 7c62fbe3f2 webassembly/proxy_js: Promote Python thenable to a Promise. 7 months ago
Damien George 3997532186 webassembly/proxy_c: Ensure return value of async fun is passed to JS. 7 months ago
iabdalkader 87d821ab49 mimxrt: Add support for OpenAMP. 8 months ago
iabdalkader 23d7a915c1 stm32/mpremoteprocport: Use metal logging functions. 8 months ago
iabdalkader 8936d3af46 extmod/modopenamp: Use metal logging functions exclusively. 7 months ago
iabdalkader aa0f3ebe93 extmod/modopenamp: Set a default log handler for ports. 8 months ago
Damien George b829450359 samd/mcu: Guard static function with appropriate #if. 7 months ago
Damien George 20a86eff53 tests/net_inet: Add simpler tls sites test, and skip existing on axtls. 7 months ago
Damien George c3e37d1fac extmod/modtls_axtls: Add verify_mode and CERT_NONE constant. 7 months ago
Damien George 628a37e6cf docs/reference/mpyfiles: Document change in .mpy sub-version. 8 months ago
Damien George bdbc869f9e py/persistentcode: Bump .mpy sub-version to 6.3. 8 months ago
Damien George 8b0efde927 examples/natmod/framebuf: Enable FrameBuffer.poly method. 8 months ago
Damien George d2276f0d41 py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array. 8 months ago