aboutsummaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2020-11-13extmod/modbluetooth: Make UUID type accessible outside modbluetooth.c.Jim Mussared
2020-11-13extmod/machine_mem: Only allow integers in machine.memX subscript.Arrowana
2020-11-11extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.Damien George
2020-11-05extmod/nimble/nimble.mk: Add -Wno-old-style-declaration.Jim Mussared
2020-11-05extmod/btstack/btstack.mk: Add -Wimplicit-fallthrough=0.Jim Mussared
2020-10-29extmod/modurandom: Support urandom.seed() without an argument.Damien George
2020-10-29extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.Damien George
2020-10-22py, extmod: Introduce and use MP_FALLTHROUGH macro.Emil Renner Berthing
2020-10-22extmod: Disable -Wmissing-field-initializers for lfs2.Emil Renner Berthing
2020-10-22py, extmod: Add explicit initializers for default values.Emil Renner Berthing
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
2020-10-01extmod/machine_spi: Remove "id" arg in SoftSPI constructor.Damien George
2020-10-01extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.Damien George
2020-10-01extmod/machine_i2c: Rename type to SoftI2C and add custom print method.Damien George
2020-09-30extmod/modure: Allow \\ in re.sub replacements.Andrew Leech
2020-09-25extmod/modbluetooth: Change module-owned bytes objects to memoryview.Damien George
2020-09-23extmod/vfs: Fix lookup of entry in root dir so it fails correctly.Damien George
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-09-18extmod/modbluetooth: Implement MTU.Jim Mussared
2020-09-15extmod/modbluetooth: Print UUIDs correctly.Jim Mussared
2020-09-15extmod/modbluetooth: Make BLE.irq() method positional only.Jim Mussared
2020-09-15extmod/modbluetooth: Fix handling of optional data/uuid args.Jim Mussared
2020-09-11extmod/modussl_axtls: Reduce size of code that makes exception.Damien George
2020-09-08extmod/nimble: Add timeout for HCI sync on startup.Jim Mussared
2020-09-08extmod/btstack: Detect HCI UART init failure.Jim Mussared
2020-09-08extmod/btstack: Add btstack support for _IRQ_GATTS_READ_REQUEST.Andrew Leech
2020-09-08extmod/modbluetooth: Allow using mp_hal_get_mac as a static address.Jim Mussared
2020-09-08extmod/modbluetooth: Implement configuration of address modes.Jim Mussared
2020-09-08unix: Implement BLE H4 HCI UART for btstack/nimble.Jim Mussared
2020-09-08extmod/nimble: Implement NimBLE mutex.Jim Mussared
2020-09-08extmod/nimble: Make nimble_malloc work with allocated size.Jim Mussared
2020-09-08extmod/nimble: Set struct alignment correctly on 64-bit arch.Jim Mussared
2020-09-08extmod/modbluetooth: Refactor stack/hci/driver/port bindings.Jim Mussared
2020-09-08extmod/modbluetooth: Rename logging macro to be just DEBUG_printf.Jim Mussared
2020-09-04all: Rename "sys" module to "usys".stijn
2020-09-01extmod/vfs: Add option to use 1970 as Epoch.Damien George
2020-09-01extmod/vfs: Support larger integer range in VFS stat time fields.Damien George
2020-08-30extmod/modlwip: Fix error return for TCP recv when not connected.Damien George
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-08-27extmod/machine_i2c: Fix buffer overrun if 'addrsize' is bigger than 32.Michael Buesch
2020-08-26extmod/bluetooth: Support active scanning in BLE.gap_scan().Andrew Leech
2020-08-26extmod/modbluetooth: Fix race between READ_REQUEST and other IRQs.Jim Mussared
2020-08-26extmod/btstack: Implement GAP scan duration_ms parameter.Jim Mussared
2020-08-25extmod/vfs_lfs: Add mtime support to littlefs files.Damien George
2020-08-22extmod/uasyncio: Truncate negative sleeps to 0.Damien George
2020-08-12extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.Damien George
2020-07-25extmod/uasyncio: Add StreamReader.readexactly(n) method.Damien George
2020-07-21extmod/modussl_mbedtls: Integrate shorter error strings.Thorsten von Eicken
2020-07-20extmod/modussl: Improve exception error messages.Thorsten von Eicken