811 Commits (5b94c610971334019e7301026e0fbbf5950e094d)

Author SHA1 Message Date
Damien George 373b400632 extmod/modussl_axtls: Reduce size of code that makes exception. 4 years ago
Jim Mussared 126f972c34 extmod/nimble: Add timeout for HCI sync on startup. 4 years ago
Jim Mussared 99a29ec705 extmod/btstack: Detect HCI UART init failure. 4 years ago
Andrew Leech 8b00aeab8f extmod/btstack: Add btstack support for _IRQ_GATTS_READ_REQUEST. 4 years ago
Jim Mussared 52a2ce45de extmod/modbluetooth: Allow using mp_hal_get_mac as a static address. 4 years ago
Jim Mussared c4af714d58 extmod/modbluetooth: Implement configuration of address modes. 4 years ago
Jim Mussared 1b1b22905e unix: Implement BLE H4 HCI UART for btstack/nimble. 4 years ago
Jim Mussared aa18ab7db2 extmod/nimble: Implement NimBLE mutex. 4 years ago
Jim Mussared f3f31ac959 extmod/nimble: Make nimble_malloc work with allocated size. 4 years ago
Jim Mussared 5b08676d6a extmod/nimble: Set struct alignment correctly on 64-bit arch. 4 years ago
Jim Mussared ed14435a8e extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 4 years ago
Jim Mussared e46aac24ba extmod/modbluetooth: Rename logging macro to be just DEBUG_printf. 4 years ago
stijn 40ad8f1666 all: Rename "sys" module to "usys". 4 years ago
Damien George 2a72e90ab8 extmod/vfs: Add option to use 1970 as Epoch. 4 years ago
Damien George c70e599659 extmod/vfs: Support larger integer range in VFS stat time fields. 4 years ago
Damien George d1995e50eb extmod/modlwip: Fix error return for TCP recv when not connected. 4 years ago
Damien George 06659077a8 all: Update Python code to conform to latest black formatting. 4 years ago
Michael Buesch cef678b2db extmod/machine_i2c: Fix buffer overrun if 'addrsize' is bigger than 32. 4 years ago
Andrew Leech a80a146858 extmod/bluetooth: Support active scanning in BLE.gap_scan(). 4 years ago
Jim Mussared 0bc2c1c105 extmod/modbluetooth: Fix race between READ_REQUEST and other IRQs. 4 years ago
Jim Mussared 3d9a7ed02f extmod/btstack: Implement GAP scan duration_ms parameter. 4 years ago
Damien George 2acc087880 extmod/vfs_lfs: Add mtime support to littlefs files. 4 years ago
Damien George 55c76eaac1 extmod/uasyncio: Truncate negative sleeps to 0. 4 years ago
Damien George 60f5b941e0 extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode. 4 years ago
Damien George 441460d81f extmod/uasyncio: Add StreamReader.readexactly(n) method. 4 years ago
Thorsten von Eicken 5264478007 extmod/modussl_mbedtls: Integrate shorter error strings. 4 years ago
Thorsten von Eicken 9aa214077e extmod/modussl: Improve exception error messages. 5 years ago
Jim Mussared 9d823a5d9a extmod/modbluetooth: Add event for "indicate acknowledgement". 4 years ago
Jim Mussared 3c7ca2004c extmod/modbluetooth: Fix so it builds in peripheral-only mode. 4 years ago
Jim Mussared 43ceadac55 extmod/modbluetooth: Ignore unused self_in in ble_gatts_indicate. 4 years ago
Jim Mussared b7698841b2 docs/library: Add gatts_indicate() doc to ubluetooth.rst. 4 years ago
Jim Mussared e152d0c197 extmod/btstack: Schedule notify/indicate/write ops for bg completion. 4 years ago
Thomas Friebel b6146ca1a1 extmod/nimble: Fix attr NULL ptr dereference in ble_gatt_attr_read_cb. 4 years ago
Damien George 0c77668d11 extmod/vfs_lfs: Fix littlefs bindings to build in nan-box mode. 4 years ago
Damien George 7dd480ad55 extmod/moductypes: Use mp_obj_is_dict_or_ordereddict to simplify code. 4 years ago
David Lechner 77ed6f69ac tools/uncrustify: Enable more opts to remove space between func and '('. 4 years ago
Damien George 026fda605e tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting. 4 years ago
jp-96 3705bc418c extmod/modbluetooth: Register default GATT service and fix esp32 init. 4 years ago
Damien George a4c96fb3b0 extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
stijn 51fd6c9777 extmod/ure: Use single function for match/search/sub. 4 years ago
Jim Mussared 8b7ae4e099 extmod/modbluetooth: Support bigger characteristic values. 5 years ago
Jim Mussared 1cad63c0bc extmod/modbluetooth: Ensure status=0 always on success. 5 years ago
Jim Mussared c07ea3e4c2 extmod/modbluetooth: Implement read done event. 4 years ago
Jim Mussared 919d640aec extmod/modbluetooth: Allow discovery of svc/char by uuid. 5 years ago
Jim Mussared 6a3c89d584 extmod/modbluetooth: Add discover complete events for svc/char/desc. 5 years ago
Jim Mussared e6881f0829 extmod/modbluetooth: Make modbluetooth event not a bitfield. 5 years ago
Damien George 22806ed5df extmod/vfs: Retain previous working directory if chdir fails. 5 years ago
Damien George 7dffbfd22a extmod/vfs_lfsx: Fix import_stat so it takes into account current dir. 5 years ago
Thomas Friebel 18fb5b4432 extmod/nimble: Make error code mapping default to MP_EIO. 5 years ago
Damien George 3b6c9119eb extmod/modbluetooth: Add support for changing the GAP device name. 5 years ago