summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2025-08-22py/mpconfig: Enable the sys module at all feature levels by default.Damien George
2025-07-31examples/bluetooth/ble_advertising.py: Fix decoding UUIDs.Damien George
2025-07-25examples/usercmodule: Cast arguments for printf.Jeff Epler
2025-07-24examples/natmod: Use LINK_RUNTIME=1 when building for armv6m.Damien George
2025-07-20examples/natmod/btree: Fix build on RV32 with Picolibc.Alessandro Gatti
2025-07-17examples/rp2/pio_uart_rx.py: Fix use of PIO constants.Anson Mansfield
2025-06-10py/dynruntime.mk: Enable single-precision float by default on armv6/7m.Damien George
2025-06-04examples/natmod/btree: Fix build for Xtensa.Alessandro Gatti
2025-06-04examples/natmod/deflate: Fix build for Xtensa.Alessandro Gatti
2025-06-04examples/natmod/framebuf: Fix build for Xtensa.Alessandro Gatti
2025-06-04examples/natmod/random: Fix build for Xtensa.Alessandro Gatti
2025-06-04extmod/modframebuf: Add support for blit'ing read-only data.Damien George
2025-03-17tools/mpy_ld.py: Allow linking static libraries.Volodymyr Shymanskyy
2025-02-25all: Upgrade codespell to v2.4.1.Christian Clauss
2024-12-23examples/natmod/re: Fix build on RV32 with alloca.Alessandro Gatti
2024-12-23tools/mpy_ld.py: Add native modules support for RV32 code.Alessandro Gatti
2024-09-17examples/natmod: Fix URL links in README.md.Matt Trentini
2024-08-28examples/network: Support full URLs in HTTP(S) client examples.Damien George
2024-08-28examples/network: Use SSLContext instead of old ssl.wrap_socket.Damien George
2024-08-28examples/network: Support IPv4 and IPv6 in HTTP client examples.Damien George
2024-08-14py: Add new cstack API for stack checking, with limit margin macro.Angus Gratton
2024-07-25examples/usercmodule/cexample: Add more advanced native class.Laurens Valk
2024-05-24examples/natmod/btree: Make btree.open use mp_arg_parse_all for kwargs.Damien George
2024-05-23examples/natmod/features4: Create custom FactorialError as exc example.Damien George
2024-05-15examples/usb: Add README that points out the alternative usb modules.Angus Gratton
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-03-28examples/natmod/framebuf: Enable FrameBuffer.poly method.Damien George
2024-03-16all: Update extmod, ports, examples to build with new berkeley-db lib.Damien George
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2024-02-15embed: Improve stack top estimation.YAMAMOTO Takashi
2024-01-31examples/embedding: Add -fno-common to the sample compiler flags.Angus Gratton
2023-11-17py/obj: Fix mp_obj_is_type compilation with C++.stijn
2023-11-03examples/pins.py: Remove this pins printing example.Jim Mussared
2023-10-16extmod/modframebuf: Remove FrameBuffer1 from natmod build.Jim Mussared
2023-10-03all: Fix various spelling mistakes found by codespell 2.2.6.Damien George
2023-09-29examples/unix/machine_bios.py: Fix typo.Thomas
2023-09-02examples/natmod: Add features4 as a class definition example.Jim Mussared
2023-09-01examples/bluetooth: Link to aioble in BLE examples.Jim Mussared
2023-09-01examples/bluetooth: Raise ValueError when advertising data is too large.Alexander Wilde
2023-08-16examples/hwapi: Add missing import for 96Boards Carbon example.Angus Gratton
2023-08-16all: Add missing imports for micropython.const.Angus Gratton
2023-08-16examples: Mark asm, pio, etc. as noqa: F821 (undefined-name).Angus Gratton
2023-07-21examples/natmod/deflate: Add deflate as a dynamic native module.Jim Mussared
2023-07-21all: Remove the zlib module.Jim Mussared
2023-06-19examples/hwapi: Rename uasyncio to asyncio.Jim Mussared
2023-06-08all: Replace all uses of umodule in Python code.Jim Mussared
2023-06-08examples/natmod: Rename umodule to module.Jim Mussared