index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2023-06-08
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2023-06-08
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-06-08
all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.
Jim Mussared
2023-06-01
examples/usercmodule: Add a sub-package example.
Jim Mussared
2023-05-02
all: Fix cases of Python variable assigned but never used.
Christian Clauss
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2023-04-26
examples/bluetooth/ble_temperature_central.py: Remove service tuple.
Jim Mussared
2023-03-20
examples/usercmodule/cexample: Use mp_obj_malloc().
David Lechner
2023-02-15
examples/bluetooth: Fix check for _conn_handle being None.
Damien George
2023-02-07
examples/rp2: Add comment that examples using IO25 don't work on Pico W.
Damien George
2023-02-02
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2023-01-20
examples/embedding: Rework example to use ports/embed.
Damien George
2023-01-12
docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example.
Stig Bjørlykke
2022-11-23
examples/usercmodule: Add example of a native C class.
Laurens Valk
2022-10-11
all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS.
Jim Mussared
2022-09-30
top: Replace upip with mip everywhere.
Jim Mussared
2022-09-19
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
py/obj: Merge getiter and iternext mp_obj_type_t slots.
Jim Mussared
2022-09-19
py/obj: Add accessors for type slots and use everywhere.
Jim Mussared
2022-09-19
py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t.
Jim Mussared
2022-09-19
all: Simplify buffer protocol to just a "get buffer" callback.
Jim Mussared
2022-08-19
extmod/modframebuf: Add ellipse drawing method.
Peter Hinch
2022-08-18
all: Remove MICROPY_PY_IO_FILEIO config option.
Damien George
2022-08-11
all: Fix paths to mpy-cross and micropython binaries.
Daniel Jour
2022-07-18
examples/embedding: Remove obsolete axtls build target.
Damien George
2022-07-18
shared/readline: Use MP_REGISTER_ROOT_POINTER().
David Lechner
2022-06-21
extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk.
David Lechner
2022-06-10
examples/natmod/features3: Add example to test more natmod features.
Damien George
2022-06-02
all: Remove third argument to MP_REGISTER_MODULE.
Damien George
2022-05-25
py/builtin: Clean up and simplify import_stat and builtin_open config.
Damien George
2022-03-25
examples/embedding: Fix build with updated sys and os modules.
Damien George
2022-02-18
unix/Makefile: Remove explicit addition of -std=c++ flag.
stijn
2022-02-02
all: Update Python formatting to latest Black version 22.1.0.
Damien George
2021-09-16
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Jim Mussared
2021-07-12
all: Update to point to files in new shared/ directory.
Damien George
2021-04-17
rp2/rp2_pio: Add fifo_join support for PIO.
Tim Radvan
2021-04-09
examples/embedding: Fix example so it compiles again.
Santeri Paavolainen
2021-04-01
examples/usercmodules: Simplify user C module enabling.
Damien George
2021-03-31
examples/usercmodule: Add micropython.cmake to the C and CPP examples.
Phil Howard
2021-02-04
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Damien George
2021-02-02
examples/rp2: Add pio_uart_rx.py example.
Tim Radvan
2021-01-30
rp2: Add new port to Raspberry Pi RP2 microcontroller.
Damien George
2020-12-02
examples/bluetooth: Add bonding/passkey demo.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow setting char/desc enc/auth options.
Andrew Leech
2020-10-29
examples: Add example code for user C modules, both C and C++.
stijn
2020-09-26
examples/bluetooth: Update to use positional-only args to irq().
Jim Mussared
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-07-20
extmod/modbluetooth: Add event for "indicate acknowledgement".
Jim Mussared
2020-07-18
examples/bluetooth: Add simple UART demo with central and peripheral.
Jim Mussared
[prev]
[next]