216 Commits (548f88d2bd254f1328014a303f8bf602a0646421)

Author SHA1 Message Date
Matt Trentini 7953089a25 examples/natmod: Fix URL links in README.md. 2 months ago
Damien George fd03a0587f examples/network: Support full URLs in HTTP(S) client examples. 3 months ago
Damien George d75705311a examples/network: Use SSLContext instead of old ssl.wrap_socket. 3 months ago
Damien George c8385ef75a examples/network: Support IPv4 and IPv6 in HTTP client examples. 3 months ago
Angus Gratton 86f2c285eb py: Add new cstack API for stack checking, with limit margin macro. 3 months ago
Laurens Valk 19b1333cb1 examples/usercmodule/cexample: Add more advanced native class. 2 years ago
Damien George df41913782 examples/natmod/btree: Make btree.open use mp_arg_parse_all for kwargs. 6 months ago
Damien George d532f960a4 examples/natmod/features4: Create custom FactorialError as exc example. 6 months ago
Angus Gratton 47ae739409 examples/usb: Add README that points out the alternative usb modules. 6 months ago
Damien George cc3550eeef examples/network: Add example of HTTPS client using non-blocking socket. 6 months ago
Damien George bd610ff016 examples/network: Rename SSL examples to start with https. 6 months ago
Damien George eb517a0a12 examples/usb: Add a USBDevice example implementing the DFU protocol. 6 months ago
Damien George b2df89c417 examples/usb: Add a very simple USBDevice example with host. 6 months ago
Damien George 8b0efde927 examples/natmod/framebuf: Enable FrameBuffer.poly method. 8 months ago
Damien George cd8eea2ae9 all: Update extmod, ports, examples to build with new berkeley-db lib. 8 months ago
Angus Gratton decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
YAMAMOTO Takashi d2a3cd7ac4 embed: Improve stack top estimation. 9 months ago
Angus Gratton 457f2ccf80 examples/embedding: Add -fno-common to the sample compiler flags. 9 months ago
stijn a968888f69 py/obj: Fix mp_obj_is_type compilation with C++. 12 months ago
Jim Mussared 59f3c7facb examples/pins.py: Remove this pins printing example. 1 year ago
Jim Mussared 8eb7721b4a extmod/modframebuf: Remove FrameBuffer1 from natmod build. 1 year ago
Damien George cf490a7091 all: Fix various spelling mistakes found by codespell 2.2.6. 1 year ago
Thomas c854d0e3e1 examples/unix/machine_bios.py: Fix typo. 1 year ago
Jim Mussared 607548f32d examples/natmod: Add features4 as a class definition example. 1 year ago
Jim Mussared f4a6fc2c8e examples/bluetooth: Link to aioble in BLE examples. 1 year ago
Alexander Wilde b94ab6a2ef examples/bluetooth: Raise ValueError when advertising data is too large. 1 year ago
Angus Gratton 29c022e0f1 examples/hwapi: Add missing import for 96Boards Carbon example. 1 year ago
Angus Gratton 801910fc83 all: Add missing imports for micropython.const. 1 year ago
Angus Gratton 861fbf6ab5 examples: Mark asm, pio, etc. as noqa: F821 (undefined-name). 1 year ago
Jim Mussared ea1a5e43d0 examples/natmod/deflate: Add deflate as a dynamic native module. 1 year ago
Jim Mussared add1200343 all: Remove the zlib module. 1 year ago
Jim Mussared d975bb1f27 examples/hwapi: Rename uasyncio to asyncio. 1 year ago
Jim Mussared 5fd042e7d1 all: Replace all uses of umodule in Python code. 2 years ago
Jim Mussared eb85f4d4c9 examples/natmod: Rename umodule to module. 2 years ago
Jim Mussared 45ac651d1a all: Rename *umodule*.c to remove the "u" prefix. 2 years ago
Jim Mussared f5f9edf645 all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 2 years ago
Jim Mussared 7f5d5c7271 all: Rename mod_umodule*, ^umodule* to remove the "u" prefix. 2 years ago
Jim Mussared 30628d1bb7 all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere. 2 years ago
Jim Mussared 5e04521251 examples/usercmodule: Add a sub-package example. 2 years ago
Christian Clauss 2a1db770ce all: Fix cases of Python variable assigned but never used. 2 years ago
Damien George b1229efbd1 all: Fix spelling mistakes based on codespell check. 2 years ago
Jim Mussared 201f5df91e examples/bluetooth/ble_temperature_central.py: Remove service tuple. 2 years ago
David Lechner 44ec57f13a examples/usercmodule/cexample: Use mp_obj_malloc(). 2 years ago
Damien George e1f211c6b5 examples/bluetooth: Fix check for _conn_handle being None. 2 years ago
Damien George 35524a6fda examples/rp2: Add comment that examples using IO25 don't work on Pico W. 2 years ago
Jim Mussared 8b27482692 top: Update Python formatting to black "2023 stable style". 2 years ago
Damien George 4f3780a156 examples/embedding: Rework example to use ports/embed. 2 years ago
Stig Bjørlykke 209a6bb6b7 docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example. 2 years ago
Laurens Valk a67989aa20 examples/usercmodule: Add example of a native C class. 2 years ago
Jim Mussared 17f2783e4a all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2 years ago