index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
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-08-19
extmod: Add machine.bitstream.
Jim Mussared
2021-08-14
extmod/modbluetooth: Add send_update arg to gatts_write.
Jim Mussared
2021-08-13
extmod/modlwip: Fix close and clean up of UDP and raw sockets.
Damien George
2021-08-07
extmod/modujson: Add support for dump/dumps separators keyword-argument.
Peter Züger
2021-07-31
extmod/uasyncio: In open_connection use address info in socket creation.
oclyke
2021-07-23
extmod/nimble: Add "memory stalling" mechanism for l2cap_send.
Jim Mussared
2021-07-23
extmod/nimble: Allow modbluetooth binding to hook "sent HCI packet".
Jim Mussared
2021-07-23
extmod/modbluetooth: Clamp MTU values to 32->UINT16_MAX.
Jim Mussared
2021-07-22
extmod/utime: Always invoke mp_hal_delay_ms when >= to 0ms.
Josh Lloyd
2021-07-17
extmod/btstack/btstack.mk: Use -Wno-implicit-fallthrough, not =0.
Damien George
2021-07-17
extmod/nimble: Fix leak in l2cap_send if send-while-stalled.
Jim Mussared
2021-07-17
extmod/moduselect: Conditionally compile select().
David Lechner
2021-07-15
py: Introduce and use mp_raise_type_arg helper.
Damien George
2021-07-12
all: Update to point to files in new shared/ directory.
Damien George
2021-07-12
extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib.
Damien George
2021-07-12
lib/crypto-algorithms: Move crypto-algorithms code from extmod to lib.
Damien George
2021-07-12
lib/uzlib: Move uzlib code from extmod to lib.
Damien George
2021-07-12
lib/re1.5: Move re1.5 code from extmod to lib.
Damien George
2021-07-08
extmod/axtls-include: Add axtls_os_port.h to customise axTLS.
Damien George
2021-06-26
extmod/uasyncio: Get addr and bind server socket before creating task.
Damien George
2021-06-24
all: Fix signed shifts and NULL access errors from -fsanitize=undefined.
Jeff Epler
2021-06-23
extmod/btstack: Check that BLE is active before performing operations.
Damien George
2021-06-23
extmod/btstack: Add missing call to mp_bluetooth_hci_uart_deinit.
Damien George
2021-06-23
stm32: Provide a custom BTstack runloop that integrates with soft timer.
Damien George
2021-06-17
extmod/nimble: Remove TODO comment about notify_custom freeing om.
Damien George
2021-06-16
extmod/uasyncio: Fix race with cancelled task waiting on finished task.
Damien George
2021-06-15
extmod/uasyncio: Add readinto() method to Stream class.
Mike Teachman
2021-06-08
extmod/uasyncio: Fix start_server and wait_closed race condition.
Miguel Grinberg
2021-05-30
extmod/modurandom: Support an argument of bits=0 to getrandbits.
Damien George
2021-05-30
extmod/modurandom: Add error message when getrandbits has bad value.
Macarthur Inbody
2021-05-26
extmod/moduhashlib: Put hash obj in final state after digest is called.
Damien George
2021-05-06
extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32.
Damien George
2021-05-06
extmod/moductypes: Replace numbers with macro constants.
Damien George
2021-05-06
extmod/moductypes: Remove double blank lines and debugging printf's.
Damien George
2021-05-06
extmod: Remove old comments used for auto-doc generation.
Damien George
2021-04-30
all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.
Damien George
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
[next]