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-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-10-01
ports: Support legacy soft I2C/SPI construction via id=-1 arg.
Damien George
2020-10-01
extmod/machine_spi: Remove "id" arg in SoftSPI constructor.
Damien George
2020-10-01
extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.
Damien George
2020-10-01
extmod/machine_i2c: Rename type to SoftI2C and add custom print method.
Damien George
2020-09-30
extmod/modure: Allow \\ in re.sub replacements.
Andrew Leech
2020-09-25
extmod/modbluetooth: Change module-owned bytes objects to memoryview.
Damien George
2020-09-23
extmod/vfs: Fix lookup of entry in root dir so it fails correctly.
Damien George
2020-09-18
all: Rename absolute time-based functions to include "epoch".
Damien George
2020-09-18
extmod/modbluetooth: Implement MTU.
Jim Mussared
2020-09-15
extmod/modbluetooth: Print UUIDs correctly.
Jim Mussared
2020-09-15
extmod/modbluetooth: Make BLE.irq() method positional only.
Jim Mussared
2020-09-15
extmod/modbluetooth: Fix handling of optional data/uuid args.
Jim Mussared
2020-09-11
extmod/modussl_axtls: Reduce size of code that makes exception.
Damien George
2020-09-08
extmod/nimble: Add timeout for HCI sync on startup.
Jim Mussared
2020-09-08
extmod/btstack: Detect HCI UART init failure.
Jim Mussared
2020-09-08
extmod/btstack: Add btstack support for _IRQ_GATTS_READ_REQUEST.
Andrew Leech
2020-09-08
extmod/modbluetooth: Allow using mp_hal_get_mac as a static address.
Jim Mussared
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
[next]