summaryrefslogtreecommitdiffstatshomepage
path: root/examples
Commit message (Expand)AuthorAge
* examples/natmod/btree: Make btree.open use mp_arg_parse_all for kwargs.Damien George2024-05-24
* examples/natmod/features4: Create custom FactorialError as exc example.Damien George2024-05-23
* examples/usb: Add README that points out the alternative usb modules.Angus Gratton2024-05-15
* examples/network: Add example of HTTPS client using non-blocking socket.Damien George2024-05-13
* examples/network: Rename SSL examples to start with https.Damien George2024-05-13
* examples/usb: Add a USBDevice example implementing the DFU protocol.Damien George2024-05-13
* examples/usb: Add a very simple USBDevice example with host.Damien George2024-05-13
* examples/natmod/framebuf: Enable FrameBuffer.poly method.Damien George2024-03-28
* all: Update extmod, ports, examples to build with new berkeley-db lib.Damien George2024-03-16
* all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton2024-03-07
* embed: Improve stack top estimation.YAMAMOTO Takashi2024-02-15
* examples/embedding: Add -fno-common to the sample compiler flags.Angus Gratton2024-01-31
* py/obj: Fix mp_obj_is_type compilation with C++.stijn2023-11-17
* examples/pins.py: Remove this pins printing example.Jim Mussared2023-11-03
* extmod/modframebuf: Remove FrameBuffer1 from natmod build.Jim Mussared2023-10-16
* all: Fix various spelling mistakes found by codespell 2.2.6.Damien George2023-10-03
* examples/unix/machine_bios.py: Fix typo.Thomas2023-09-29
* examples/natmod: Add features4 as a class definition example.Jim Mussared2023-09-02
* examples/bluetooth: Link to aioble in BLE examples.Jim Mussared2023-09-01
* examples/bluetooth: Raise ValueError when advertising data is too large.Alexander Wilde2023-09-01
* examples/hwapi: Add missing import for 96Boards Carbon example.Angus Gratton2023-08-16
* all: Add missing imports for micropython.const.Angus Gratton2023-08-16
* examples: Mark asm, pio, etc. as noqa: F821 (undefined-name).Angus Gratton2023-08-16
* examples/natmod/deflate: Add deflate as a dynamic native module.Jim Mussared2023-07-21
* all: Remove the zlib module.Jim Mussared2023-07-21
* examples/hwapi: Rename uasyncio to asyncio.Jim Mussared2023-06-19
* all: Replace all uses of umodule in Python code.Jim Mussared2023-06-08
* examples/natmod: Rename umodule to module.Jim Mussared2023-06-08
* all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared2023-06-08
* all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.Jim Mussared2023-06-08
* examples/usercmodule: Add a sub-package example.Jim Mussared2023-06-01
* all: Fix cases of Python variable assigned but never used.Christian Clauss2023-05-02
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
* examples/bluetooth/ble_temperature_central.py: Remove service tuple.Jim Mussared2023-04-26
* examples/usercmodule/cexample: Use mp_obj_malloc().David Lechner2023-03-20
* examples/bluetooth: Fix check for _conn_handle being None.Damien George2023-02-15
* examples/rp2: Add comment that examples using IO25 don't work on Pico W.Damien George2023-02-07
* top: Update Python formatting to black "2023 stable style".Jim Mussared2023-02-02
* examples/embedding: Rework example to use ports/embed.Damien George2023-01-20
* docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example.Stig Bjørlykke2023-01-12
* examples/usercmodule: Add example of a native C class.Laurens Valk2022-11-23
* all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS.Jim Mussared2022-10-11
* top: Replace upip with mip everywhere.Jim Mussared2022-09-30
* py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared2022-09-19
* py/obj: Merge getiter and iternext mp_obj_type_t slots.Jim Mussared2022-09-19
* py/obj: Add accessors for type slots and use everywhere.Jim Mussared2022-09-19
* py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t.Jim Mussared2022-09-19
* all: Simplify buffer protocol to just a "get buffer" callback.Jim Mussared2022-09-19