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
2021-04-23
extmod/uasyncio: Use .errno instead of .args[0] for OSError exceptions.
Damien George
2021-04-09
extmod/extmod.cmake: Add support to build btree module with CMake.
Damien George
2021-04-06
extmod/re1.5: Check and report byte overflow errors in _compilecode.
Jeff Epler
2021-03-16
extmod/modbluetooth: Free temp arrays in gatts register services.
Damien George
2021-03-14
extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.
Damien George
2021-02-19
extmod/modbluetooth: Separate enabling of "client" from "central".
Jim Mussared
2021-02-17
extmod/btstack: Use MICROPY_HW_BLE_UART_BAUDRATE for first UART init.
Damien George
2021-02-17
extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.
Thorsten von Eicken
2021-02-17
extmod/modbluetooth: Allow NimBLE to use Zephyr static address.
Jim Mussared
2021-02-17
extmod/nimble/hal/hal_uart: Fix HCI_TRACE format specifiers.
Jim Mussared
2021-02-16
extmod/uasyncio: Add ThreadSafeFlag.
Jim Mussared
2021-02-16
extmod/moduselect: Fix unsigned/signed comparison for timeout!=-1.
Jim Mussared
2021-02-16
extmod/nimble: Ensure handle is set on read error.
Jim Mussared
2021-02-15
py,extmod: Add core cmake rule files.
Damien George
2021-02-13
extmod/uasyncio: Add asyncio.current_task().
Jim Mussared
2021-02-12
extmod/btstack: Enable SYNC_EVENTS, PAIRING_BONDING by default.
Damien George
2021-02-12
extmod/btstack: Add stub functions for passkey, l2cap bindings.
Damien George
2021-02-12
extmod/btstack: Add HCI trace debugging option in btstack_hci_uart.
Damien George
2021-02-11
extmod/vfs_posix_file: Allow closing an already closed file.
Damien George
2021-01-30
extmod/nimble: Improve the flow control for l2cap recv path.
Jim Mussared
2021-01-29
extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write.
Damien George
2021-01-29
extmod/modframebuf: Change int to unsigned int in format methods args.
Damien George
2021-01-29
extmod/vfs: Check block 0 and 1 when auto-detecting littlefs.
Damien George
2021-01-22
extmod/modbluetooth: Add ble.hci_cmd(ogf, ocf, req, resp) function.
Jim Mussared
2020-12-23
extmod/nimble: Don't assert on save-IRK failure.
Jim Mussared
2020-12-23
extmod/nimble: Reset NimBLE BSS in mp_bluetooth_init.
Jim Mussared
2020-12-17
extmod/vfs: Raise OSError(ENODEV) if mounting bdev without a filesystem.
Oliver Joos
2020-12-14
extmod/modubinascii: Update code, docs for hexlify now CPython has sep.
Damien George
2020-12-02
extmod/nimble: Generate and persist a unique IRK.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add support for passkey authentication.
Jim Mussared
2020-12-02
extmod/modbluetooth: Simplify synchronous invoke_irq_handler signature.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add support for bonding (key persistence).
Jim Mussared
2020-12-02
extmod/modbluetooth: Add gap_pair(conn_handle) func to intiate pairing.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow configuration of pairing/bonding parameters.
Jim Mussared
2020-12-02
extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.
Andrew Leech
2020-12-02
extmod/modbluetooth: Add compile-config flag to enable pairing/bonding.
Jim Mussared
2020-12-02
extmod/modbluetooth: Allow user-specified reason in read request IRQ.
Jim Mussared
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
[next]