Commits
User selector
Commit History
Commits on May 7, 2026
py/py.mk: Add LIBS_USERMOD to LIBS.
Show description for 01df5a1authored andcommitted
Commits on Jan 5, 2026
tools/ci.sh: Put embedding build rules in ci.sh.
Show description for 569ebaaauthored andcommitted
Commits on Dec 30, 2025
tools/mpy_ld.py: Add RV64 natmod support.
Show description for e939d3ecommitted
Commits on Aug 22, 2025
py/mpconfig: Enable the sys module at all feature levels by default.
Show description for a3f9deccommitted
Commits on Jul 31, 2025
examples/bluetooth/ble_advertising.py: Fix decoding UUIDs.
Show description for a9b038acommitted
Commits on Jul 25, 2025
examples/usercmodule: Cast arguments for printf.
Show description for 18a835eauthored andcommitted
Commits on Jul 24, 2025
examples/natmod: Use LINK_RUNTIME=1 when building for armv6m.
Show description for bba15e0committed
Commits on Jul 20, 2025
examples/natmod/btree: Fix build on RV32 with Picolibc.
Show description for b63e528authored andcommitted
Commits on Jul 17, 2025
examples/rp2/pio_uart_rx.py: Fix use of PIO constants.
Show description for 554f114authored andcommitted
Commits on Jun 10, 2025
py/dynruntime.mk: Enable single-precision float by default on armv6/7m.
Show description for 17951cecommitted
Commits on Jun 4, 2025
examples/natmod/btree: Fix build for Xtensa.
Show description for 4227654authored andcommittedexamples/natmod/deflate: Fix build for Xtensa.
Show description for 887125fauthored andcommittedexamples/natmod/framebuf: Fix build for Xtensa.
Show description for 462ee12authored andcommittedexamples/natmod/random: Fix build for Xtensa.
Show description for 0bf2fd7authored andcommitted
Commits on Jun 3, 2025
extmod/modframebuf: Add support for blit'ing read-only data.
Show description for b153484committed
Commits on Mar 17, 2025
tools/mpy_ld.py: Allow linking static libraries.
Show description for 5197611authored andcommitted
Commits on Feb 25, 2025
all: Upgrade codespell to v2.4.1.
Show description for 5e206fdauthored andcommitted
Commits on Dec 22, 2024
examples/natmod/re: Fix build on RV32 with alloca.
Show description for 1857e62authored andcommittedtools/mpy_ld.py: Add native modules support for RV32 code.
Show description for 6760e00authored andcommitted
Commits on Sep 17, 2024
examples/natmod: Fix URL links in README.md.
Show description for 7953089authored andcommitted
Commits on Aug 28, 2024
examples/network: Support full URLs in HTTP(S) client examples.
Show description for fd03a05committedexamples/network: Use SSLContext instead of old ssl.wrap_socket.
Show description for d757053committedexamples/network: Support IPv4 and IPv6 in HTTP client examples.
Show description for c8385efcommitted
Commits on Aug 14, 2024
py: Add new cstack API for stack checking, with limit margin macro.
Show description for 86f2c28authored andcommitted
Commits on Jul 25, 2024
examples/usercmodule/cexample: Add more advanced native class.
Show description for 19b1333authored andcommitted
Commits on May 24, 2024
examples/natmod/btree: Make btree.open use mp_arg_parse_all for kwargs.
Show description for df41913committed
Commits on May 23, 2024
examples/natmod/features4: Create custom FactorialError as exc example.
Show description for d532f96committed
Commits on May 15, 2024
examples/usb: Add README that points out the alternative usb modules.
Show description for 47ae739authored andcommitted
Commits on May 13, 2024
examples/network: Add example of HTTPS client using non-blocking socket.
Show description for cc3550ecommittedexamples/network: Rename SSL examples to start with https.
Show description for bd610ffcommittedexamples/usb: Add a USBDevice example implementing the DFU protocol.
Show description for eb517a0committedexamples/usb: Add a very simple USBDevice example with host.
Show description for b2df89ccommitted
Commits on Mar 28, 2024
examples/natmod/framebuf: Enable FrameBuffer.poly method.
Show description for 8b0efdecommitted
Commits on Mar 16, 2024
all: Update extmod, ports, examples to build with new berkeley-db lib.
Show description for cd8eea2committed
Commits on Mar 7, 2024
all: Remove the "STATIC" macro and just use "static" instead.
Show description for decf8e6authored andcommitted