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-03-11
extmod/modbluetooth: Change scan result's "connectable" to "adv_type".
Damien George
2020-03-11
extmod/modbluetooth: Unify error handling in remaining places.
Thomas Friebel
2020-03-11
extmod/nimble: Clarify active state and check for active in all methods.
Jim Mussared
2020-03-10
stm32: Refactor Bluetooth HCI RX to be independent of transport layer.
Damien George
2020-03-10
extmod/btstack: Implement notifications/indications for GATT clients.
Damien George
2020-03-10
extmod/btstack: Implement scan and gatt client, connect and disconnect.
Damien George
2020-03-10
extmod/btstack: Implement gatts_db for btstack.
Damien George
2020-03-10
extmod/btstack: Implement service registration.
Damien George
2020-03-10
extmod/btstack: Implement advertising.
Damien George
2020-03-10
extmod/btstack: Add empty modbluetooth implementation.
Damien George
2020-03-10
extmod/modbluetooth: Extract out gatts_db functionality from nimble.
Damien George
2020-03-10
stm32: Refactor bluetooth stack/hci/driver bindings.
Damien George
2020-03-06
extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-21
extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer.
Jim Mussared
2020-02-18
extmod/modbluetooth_nimble: Fix wrong offset used for descriptor flags.
Jim Mussared
2020-02-18
extmod/modbluetooth.h: Fix typo in comment about registering services.
Jim Mussared
2020-02-18
extmod/modbluetooth: Implement config getter for BLE rxbuf size.
Thomas Friebel
2020-02-18
py: Factor out definition of mp_float_union_t to one location.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2020-02-13
py: Add mp_raise_type helper macro and use it where appropriate.
Damien George
2020-01-26
extmod/vfs_posix: Release GIL during system calls.
David Lechner
2020-01-09
py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.
Damien George
2019-12-27
extmod/modbluetooth: Fix func prototype, empty args should be (void).
Yonatan Goldschmidt
2019-12-27
extmod: Fix modbluetooth and modwebrepl to build in nanbox mode.
Damien George
2019-12-27
py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects.
Damien George
2019-12-27
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
Damien George
2019-12-23
extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned.
Damien George
2019-12-20
extmod/webrepl: Move webrepl scripts to common place and use manifest.
Jim Mussared
2019-12-13
examples/natmod: Add urandom native module example.
Damien George
2019-12-12
extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib.
Damien George
2019-12-12
extmod/modbtree: Use mp_printf instead of printf.
Damien George
2019-12-05
extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=).
Damien George
2019-12-04
extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.
Damien George
2019-12-04
stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf.
Damien George
2019-12-02
extmod/modbluetooth: Remove limit on data coming from gattc data input.
Damien George
2019-12-02
extmod/modbluetooth: Simplify how BLE IRQ callback is scheduled.
Damien George
2019-11-26
extmod/vfs_lfs: Fix bug when passing no args to constructor and mkfs.
Damien George
2019-11-26
extmod/vfs_lfs: Pass flag along to ioctl when init'ing bdev for lfs.
Damien George
2019-11-25
extmod/modbluetooth: Simplify management of pre-allocated event data.
Jim Mussared
2019-11-25
extmod/modbluetooh_nimble: Fix UUID conversion for 16 and 32 bit values.
Jim Mussared
2019-11-25
extmod/modbluetooth_nimble: Make gap_scan_stop no-op if no scan ongoing.
Jim Mussared
2019-11-25
extmod/modbluetooth: Create UUID from bytes and allow comparison ops.
Jim Mussared
2019-11-21
extmod/modbluetooth: Prioritise non-scan-result events.
Jim Mussared
2019-11-11
extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.
Damien George
2019-11-06
extmod/vfs: Add autodetect of littlefs filesystem when mounting.
Damien George
2019-11-05
all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).
Damien George
2019-11-01
extmod/modbtree: Make FILEVTABLE const to put it in ROM.
Damien George
2019-11-01
extmod/nimble: Factor out stm32-specific HCI UART RX/TX code.
Damien George
2019-11-01
extmod/nimble: Remove unneeded nimble_sprintf wrapper function.
Damien George
[next]