index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
2020-09-08
extmod/modbluetooth: Implement configuration of address modes.
Jim Mussared
2020-09-08
unix: Implement BLE H4 HCI UART for btstack/nimble.
Jim Mussared
2020-09-08
extmod/nimble: Implement NimBLE mutex.
Jim Mussared
2020-09-08
extmod/nimble: Make nimble_malloc work with allocated size.
Jim Mussared
2020-09-08
extmod/nimble: Set struct alignment correctly on 64-bit arch.
Jim Mussared
2020-09-08
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
Jim Mussared
2020-09-08
extmod/modbluetooth: Rename logging macro to be just DEBUG_printf.
Jim Mussared
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-09-01
extmod/vfs: Add option to use 1970 as Epoch.
Damien George
2020-09-01
extmod/vfs: Support larger integer range in VFS stat time fields.
Damien George
2020-08-30
extmod/modlwip: Fix error return for TCP recv when not connected.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-08-27
extmod/machine_i2c: Fix buffer overrun if 'addrsize' is bigger than 32.
Michael Buesch
2020-08-26
extmod/bluetooth: Support active scanning in BLE.gap_scan().
Andrew Leech
2020-08-26
extmod/modbluetooth: Fix race between READ_REQUEST and other IRQs.
Jim Mussared
2020-08-26
extmod/btstack: Implement GAP scan duration_ms parameter.
Jim Mussared
2020-08-25
extmod/vfs_lfs: Add mtime support to littlefs files.
Damien George
2020-08-22
extmod/uasyncio: Truncate negative sleeps to 0.
Damien George
2020-08-12
extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.
Damien George
2020-07-25
extmod/uasyncio: Add StreamReader.readexactly(n) method.
Damien George
2020-07-21
extmod/modussl_mbedtls: Integrate shorter error strings.
Thorsten von Eicken
2020-07-20
extmod/modussl: Improve exception error messages.
Thorsten von Eicken
2020-07-20
extmod/modbluetooth: Add event for "indicate acknowledgement".
Jim Mussared
2020-07-20
extmod/modbluetooth: Fix so it builds in peripheral-only mode.
Jim Mussared
2020-07-20
extmod/modbluetooth: Ignore unused self_in in ble_gatts_indicate.
Jim Mussared
2020-07-18
docs/library: Add gatts_indicate() doc to ubluetooth.rst.
Jim Mussared
2020-07-18
extmod/btstack: Schedule notify/indicate/write ops for bg completion.
Jim Mussared
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
[next]