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
2023-06-14
extmod/btstack: Fix marking of static addresses in set_random_address.
Peter Harper
2023-06-14
extmod/btstack: Add cmake support for BTstack.
Peter Harper
2023-06-08
extmod/modtimeq: Remove timeq module.
Jim Mussared
2023-06-08
all: Replace all uses of umodule in Python code.
Jim Mussared
2023-06-08
all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins.
Jim Mussared
2023-06-08
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2023-06-08
all: Rename *umodule*.h to remove the "u" prefix.
Jim Mussared
2023-06-08
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-06-08
all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.
Jim Mussared
2023-06-01
py: Change MP_UNARY_OP_INT to MP_UNARY_OP_INT_MAYBE.
Damien George
2023-06-01
extmod/moduos: Move os.sync() into extmod/moduos.c.
robert-hh
2023-05-19
extmod/extmod.mk: Suppress deprecated-non-prototype warning.
Chris Wilson
2023-05-19
extmod/vfs_lfsx: Fix offset used before range check.
Mingjie Shen
2023-05-08
extmod/network_cyw43: Add power management constants.
Damien George
2023-05-04
extmod/machine_pwm: Remove PWM_INIT and PWM_DUTY_U16_NS config options.
Damien George
2023-05-02
all: Fix various Python coding inconsistencies found by ruff.
Christian Clauss
2023-04-30
lib/mbedtls: Update to mbedtls v2.28.1.
Carlosgg
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2023-04-27
extmod/modutime: Provide a generic time module.
Damien George
2023-04-27
extmod/utime_mphal: Provide a general mktime function.
Damien George
2023-04-26
extmod/btstack/modbluetooth_btstack: Add default services.
Jim Mussared
2023-04-26
extmod/modbluetooth: Make all HCI transports trace in the same format.
Jim Mussared
2023-04-26
extmod/nimble: Fix flags for descriptor registration.
Jim Mussared
2023-04-26
extmod/btstack: Add support for CCCD to allow client subscriptions.
Jim Mussared
2023-04-26
extmod/btstack: Fix MTU handling.
Jim Mussared
2023-04-26
extmod/btstack: Include value handle in client read/write events.
Jim Mussared
2023-04-26
extmod/btstack: Fix indicate/notify queuing.
Jim Mussared
2023-04-26
extmod/modbluetooth: Merge gatts_notify/indicate implementation.
Jim Mussared
2023-04-22
extmod/btstack: Switch to use hci_dump_init instead of hci_dump_open.
Damien George
2023-04-05
extmod/network_ninaw10: Add missing raw socket type to socket().
iabdalkader
2023-04-04
extmod/network_cyw43: Add support to get STA RSSI using status() method.
Oliver Joos
2023-04-04
extmod/network_cyw43: Fix setting hostname using config() method.
Oliver Joos
2023-04-04
extmod/network_ninaw10: Check socket types when creating new sockets.
iabdalkader
2023-03-21
extmod/vfs_posix: Do not filter '..*' in ilistdir when filtering '..'.
Jeremy Rand
2023-03-01
extmod/network_cyw43: Use CYW43_CHANNEL_NONE for default arg in connect.
Damien George
2023-03-01
stm32: Update to use the open-source lib version of cyw43-driver.
Jim Mussared
2023-03-01
extmod/modnetwork: Allow more extensive port-specific customisation.
Jim Mussared
2023-03-01
extmod/modnetwork: Add network.hostname() and network.country().
Jim Mussared
2023-02-21
extmod/modbtree: Move system includes within MICROPY_PY_BTREE guard.
Damien George
2023-02-15
extmod/utime_mphal: Fix comment re delta range check in time_ticks_add.
Damien George
2023-02-02
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2023-01-12
extmod/axtls-include: Add back needed header files for building axTLS.
Florian Weimer
2022-12-20
extmod/network_cyw43: Fix handling of networks with open security.
Damien George
2022-12-15
extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL).
Damien Tournoud
2022-12-15
extmod/modnetwork: Use a type protocol to implement NIC functions.
Jim Mussared
2022-12-14
extmod/uasyncio: Fix syntax of generator functions.
Damien Tournoud
2022-12-09
extmod/modframebuf: Fix crash in FrameBuffer scrolling beyond extents.
TPReal
2022-11-18
extmod/moduplatform: Fix MSVC x86_64 check.
David Lechner
[next]