aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2022-10-11all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS.Jim Mussared
2022-09-30top: Replace upip with mip everywhere.Jim Mussared
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19py/obj: Merge getiter and iternext mp_obj_type_t slots.Jim Mussared
2022-09-19py/obj: Add accessors for type slots and use everywhere.Jim Mussared
2022-09-19py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t.Jim Mussared
2022-09-19all: Simplify buffer protocol to just a "get buffer" callback.Jim Mussared
2022-08-19extmod/modframebuf: Add ellipse drawing method.Peter Hinch
2022-08-18all: Remove MICROPY_PY_IO_FILEIO config option.Damien George
2022-08-11all: Fix paths to mpy-cross and micropython binaries.Daniel Jour
2022-07-18examples/embedding: Remove obsolete axtls build target.Damien George
2022-07-18shared/readline: Use MP_REGISTER_ROOT_POINTER().David Lechner
2022-06-21extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk.David Lechner
2022-06-10examples/natmod/features3: Add example to test more natmod features.Damien George
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-05-25py/builtin: Clean up and simplify import_stat and builtin_open config.Damien George
2022-03-25examples/embedding: Fix build with updated sys and os modules.Damien George
2022-02-18unix/Makefile: Remove explicit addition of -std=c++ flag.stijn
2022-02-02all: Update Python formatting to latest Black version 22.1.0.Damien George
2021-09-16all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2021-04-17rp2/rp2_pio: Add fifo_join support for PIO.Tim Radvan
2021-04-09examples/embedding: Fix example so it compiles again.Santeri Paavolainen
2021-04-01examples/usercmodules: Simplify user C module enabling.Damien George
2021-03-31examples/usercmodule: Add micropython.cmake to the C and CPP examples.Phil Howard
2021-02-04all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.Damien George
2021-02-02examples/rp2: Add pio_uart_rx.py example.Tim Radvan
2021-01-30rp2: Add new port to Raspberry Pi RP2 microcontroller.Damien George
2020-12-02examples/bluetooth: Add bonding/passkey demo.Jim Mussared
2020-12-02extmod/modbluetooth: Allow setting char/desc enc/auth options.Andrew Leech
2020-10-29examples: Add example code for user C modules, both C and C++.stijn
2020-09-26examples/bluetooth: Update to use positional-only args to irq().Jim Mussared
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-07-20extmod/modbluetooth: Add event for "indicate acknowledgement".Jim Mussared
2020-07-18examples/bluetooth: Add simple UART demo with central and peripheral.Jim Mussared
2020-07-18examples/bluetooth: In ble_advertising.py, skip appearance if not set.Jim Mussared
2020-06-10examples/bluetooth: Fix event code in ble_temperature_central.py.Jim Mussared
2020-06-08extmod/ure: Use single function for match/search/sub.stijn
2020-06-05examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising.jxltom
2020-06-05extmod/modbluetooth: Ensure status=0 always on success.Jim Mussared
2020-06-05extmod/modbluetooth: Implement read done event.Jim Mussared
2020-06-05extmod/modbluetooth: Add discover complete events for svc/char/desc.Jim Mussared
2020-06-05extmod/modbluetooth: Make modbluetooth event not a bitfield.Jim Mussared
2020-05-02extmod/modbtree: Retain reference to underlying stream so it's not GC'd.Damien George
2020-04-30all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.Damien George
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-04-05py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.Jim Mussared
2020-03-12examples/bluetooth: Replace "connectable" parameter with "adv_type".Thomas Friebel
2020-03-03examples/natmod: Add .gitignore to ignore generated example .mpy files.Damien George