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-12-02
extmod/modbluetooth: Allow setting char/desc enc/auth options.
Andrew Leech
2020-12-02
extmod/modbluetooth: Add _IRQ_CONNECTION_UPDATE event.
Andrew Leech
2020-12-02
extmod/nimble: Fail read if the characteristic is too big.
Jim Mussared
2020-12-02
extmod/uasyncio: Fix cancellation handling of wait_for.
Damien George
2020-12-02
extmod/uasyncio: Add Task.done() method.
Damien George
2020-12-02
extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.
Damien George
2020-11-24
extmod/nimble/modbluetooth_nimble: Fix build when l2cap unavailable.
Jim Mussared
2020-11-24
extmod/modbluetooth: Add API for L2CAP channels.
Jim Mussared
2020-11-23
extmod/machine_i2c: Add init protocol method for generic I2C bindings.
Damien George
2020-11-13
extmod/nimble: Make stm32 and unix NimBLE ports use synchronous events.
Jim Mussared
2020-11-13
extmod/modbluetooth: Re-instate optional no-ringbuf modbluetooth.
Jim Mussared
2020-11-13
extmod/nimble: Poll startup directly rather than using NimBLE sem.
Jim Mussared
2020-11-13
extmod/modbluetooth: Combine gattc-data-available callbacks into one.
Jim Mussared
2020-11-13
extmod/modbluetooth: Make UUID type accessible outside modbluetooth.c.
Jim Mussared
2020-11-13
extmod/machine_mem: Only allow integers in machine.memX subscript.
Arrowana
2020-11-11
extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.
Damien George
2020-11-05
extmod/nimble/nimble.mk: Add -Wno-old-style-declaration.
Jim Mussared
2020-11-05
extmod/btstack/btstack.mk: Add -Wimplicit-fallthrough=0.
Jim Mussared
2020-10-29
extmod/modurandom: Support urandom.seed() without an argument.
Damien George
2020-10-29
extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.
Damien George
2020-10-22
py, extmod: Introduce and use MP_FALLTHROUGH macro.
Emil Renner Berthing
2020-10-22
extmod: Disable -Wmissing-field-initializers for lfs2.
Emil Renner Berthing
2020-10-22
py, extmod: Add explicit initializers for default values.
Emil Renner Berthing
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
[next]