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
2020-07-18
examples/bluetooth: In ble_advertising.py, skip appearance if not set.
Jim Mussared
2020-06-10
examples/bluetooth: Fix event code in ble_temperature_central.py.
Jim Mussared
2020-06-08
extmod/ure: Use single function for match/search/sub.
stijn
2020-06-05
examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising.
jxltom
2020-06-05
extmod/modbluetooth: Ensure status=0 always on success.
Jim Mussared
2020-06-05
extmod/modbluetooth: Implement read done event.
Jim Mussared
2020-06-05
extmod/modbluetooth: Add discover complete events for svc/char/desc.
Jim Mussared
2020-06-05
extmod/modbluetooth: Make modbluetooth event not a bitfield.
Jim Mussared
2020-05-02
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
Damien George
2020-04-30
all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.
Damien George
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.
Jim Mussared
2020-03-12
examples/bluetooth: Replace "connectable" parameter with "adv_type".
Thomas Friebel
2020-03-03
examples/natmod: Add .gitignore to ignore generated example .mpy files.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
examples/bluetooth/ble_temperature_central.py: Shorten comment.
Damien George
2020-02-28
examples/accellog.py: Shift long comments to their own line.
Damien George
2019-12-19
examples/natmod: Add very simple features0 example to compute factorial.
Damien George
2019-12-18
examples/network: Add testing key/cert to SSL HTTP server example.
Damien George
2019-12-13
examples/natmod: Add urandom native module example.
Damien George
2019-12-12
examples/natmod: Add features1 and features2 examples.
Damien George
2019-12-12
examples/natmod: Add ure example.
Damien George
2019-12-12
examples/natmod: Add framebuf example.
Damien George
2019-12-12
examples/natmod: Add uzlib example.
Damien George
2019-12-12
examples/natmod: Add uheapq example.
Damien George
2019-12-12
examples/natmod: Add btree example.
Damien George
2019-11-25
examples/bluetooth: Add example for reading temperature sensor.
Jim Mussared
2019-11-25
examples/bluetooth: Add helpers for decoding advertising payloads.
Jim Mussared
2019-11-11
examples/embedding: Remove obsolete fatfs files from build.
Damien George
2019-10-29
examples/bluetooth/ble_uart_peripheral: Use append mode for RX char.
Jim Mussared
2019-10-29
examples/embedding: Replace symlink of mpconfigport.h with real file.
Damien George
2019-10-22
examples/bluetooth/ble_uart_peripheral.py: Add usage demo.
Jim Mussared
2019-10-22
examples/bluetooth: Use UUIDs directly to add services to adv payload.
Jim Mussared
2019-10-18
examples/bluetooth: Add basic BLE peripheral examples.
Jim Mussared
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2018-10-23
examples/unix/ffi_example: Clean up and update the ffi example.
Paul Sokolovsky
2018-09-14
examples/embedding: Fix hard-coded MP_QSTR_ value.
Damien George
2018-09-14
examples/embedding: Fix reference to freed memory, lexer src name.
Dave Hylands
2018-06-18
examples/embedding: Add code markup and fix typo in README.md.
Damien George
2018-02-23
examples/embedding: Don't prefix $(MPTOP) to ports/unix source files.
Damien George
2018-02-22
examples/embedding: Update broken paths to use correct $(MPTOP).
talljosh
2018-02-14
unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.
Damien George
2017-10-09
examples: hwconfig_console: Add .on()/.off() methods.
Paul Sokolovsky
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-06-07
examples/embedding: Use core-provided KeyboardInterrupt object.
Damien George
2017-05-29
various: Spelling fixes
Ville Skyttä
[prev]
[next]