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-11-18
extmod/uplatform: Use generic custom platform string.
stijn
2021-11-18
extmod/uplatform: Remove unused definitions.
stijn
2021-11-17
extmod/uasyncio: Fix gather returning exceptions from a cancelled task.
Damien George
2021-11-13
drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver.
iabdalkader
2021-10-26
extmod/nimble: Remove workaround for OS_ENOMEM.
Jim Mussared
2021-10-26
extmod/nimble: Update to NimBLE v1.4.
Jim Mussared
2021-10-26
extmod/modbluetooth: Add connection interval to gap_connect.
Jim Mussared
2021-10-19
extmod/vfs_posix_file: Support MP_STREAM_POLL in vfs_posix_file_ioctl.
Andrew Leech
2021-09-24
extmod/moduplatform: Improve implementation for PC ports.
stijn
2021-09-19
extmod: Add platform module.
iabdalkader
2021-09-19
rp2: Add framework for networking.
iabdalkader
2021-09-19
extmod/nimble: Add nimble CMake fragment file.
iabdalkader
2021-09-19
extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype.
iabdalkader
2021-09-15
extmod/modnetwork: Remove modnetwork socket u_state member.
iabdalkader
2021-09-15
extmod/modnetwork: Remove STM32 references.
iabdalkader
2021-09-15
extmod/network_cyw43: Make consistent use of STA and AP constants.
Damien George
2021-09-15
extmod/modnetwork: Define network interfaces in port config files.
iabdalkader
2021-09-15
extmod/modusocket: Add read/write stream methods to socket object.
iabdalkader
2021-09-15
extmod/modnetwork: Add extended socket state.
iabdalkader
2021-09-15
extmod/modnetwork: Add STA_IF and AP_IF constants.
iabdalkader
2021-09-15
extmod: Move modnetwork and modusocket from stm32 to extmod.
iabdalkader
2021-09-04
extmod/machine_pwm: Factor out machine.PWM bindings to common code.
Damien George
2021-09-02
extmod/modonewire: Make _onewire module configurable via macro option.
Damien George
2021-09-02
extmod/machine_spi: Make SoftSPI configurable via macro option.
Damien George
2021-09-02
extmod/machine_i2c: Make SoftI2C configurable via macro option.
Damien George
2021-08-31
drivers/cyw43: Make wifi join fail if interface is not active.
Damien George
2021-08-25
extmod/modframebuf: Enable blit between different formats via a palette.
Peter Hinch
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
[next]