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
/
extmod
Age
Commit message (
Expand
)
Author
2020-07-09
extmod/nimble: Fix attr NULL ptr dereference in ble_gatt_attr_read_cb.
Thomas Friebel
2020-06-25
extmod/vfs_lfs: Fix littlefs bindings to build in nan-box mode.
Damien George
2020-06-24
extmod/moductypes: Use mp_obj_is_dict_or_ordereddict to simplify code.
Damien George
2020-06-19
tools/uncrustify: Enable more opts to remove space between func and '('.
David Lechner
2020-06-18
tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.
Damien George
2020-06-10
extmod/modbluetooth: Register default GATT service and fix esp32 init.
jp-96
2020-06-10
extmod/uasyncio: Add asyncio.wait_for_ms function.
Damien George
2020-06-08
extmod/ure: Use single function for match/search/sub.
stijn
2020-06-05
extmod/modbluetooth: Support bigger characteristic values.
Jim Mussared
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: Allow discovery of svc/char by uuid.
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-29
extmod/vfs: Retain previous working directory if chdir fails.
Damien George
2020-05-15
extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.
Damien George
2020-05-11
extmod/nimble: Make error code mapping default to MP_EIO.
Thomas Friebel
2020-05-11
extmod/modbluetooth: Add support for changing the GAP device name.
Damien George
2020-05-08
extmod/vfs_lfsx: Fix rename to respect cur dir for new path.
robert
2020-05-08
extmod/vfs_lfsx: Normalize path name in chdir.
robert
2020-05-08
extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.
robert
2020-05-02
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
Damien George
2020-04-29
unix: Add btstack to the unix submodules list.
Jim Mussared
2020-04-29
extmod/modbluetooth: Fix sign compare and unused variable warnings.
Jim Mussared
2020-04-29
unix: Add support for modbluetooth and BLE using btstack.
Jim Mussared
2020-04-29
extmod/btstack: Implement more robust init/deinit sequencing.
Jim Mussared
2020-04-29
extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.
Jim Mussared
2020-04-29
stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.
Jim Mussared
2020-04-27
py/stream: Remove mp_stream_errno and use system errno instead.
Damien George
2020-04-27
extmod/nimble: Update to work with NimBLE 1.3.
Jim Mussared
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-18
all: Fix implicit floating point to integer conversions.
stijn
2020-04-18
all: Fix implicit conversion from double to float.
stijn
2020-04-18
all: Fix implicit floating point promotion.
stijn
2020-04-18
Revert "all: Fix implicit casts of float/double, and signed comparison."
stijn
2020-04-14
extmod/uasyncio: Change cannot to can't in error message, and test exp.
Damien George
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-13
extmod/uasyncio: Add Loop.new_event_loop method.
Damien George
2020-04-07
extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.
Damien George
2020-04-07
extmod/btstack: Pass through SCAN_RSP events.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
extmod/modubinascii: Make code private and module self-contained.
Jim Mussared
2020-04-04
extmod/uasyncio: Add global exception handling methods.
Kevin Köck
2020-04-02
extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls.
Damien George
2020-04-02
extmod/uasyncio: Add error message to Lock.release's RuntimeError.
Kevin Köck
2020-04-02
extmod/uasyncio: Implement Loop.stop() to stop the event loop.
Damien George
2020-04-01
extmod/uasyncio: Don't create a Loop instance in get_event_loop().
Damien George
2020-03-30
all: Fix implicit casts of float/double, and signed comparison.
David Lechner
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-27
unix: Implement PEP 475 to retry syscalls failing with EINTR.
David Lechner
[next]