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
2022-09-23
extmod/modbluetooth: Run BLE IRQ callback in protected NLR context.
Damien George
2022-09-22
extmod/modbluetooth: Do GATTC reassembly in protected uPy context.
Damien George
2022-09-22
extmod/modbluetooth: Change data_len type from size_t to uint16_t.
Damien George
2022-09-19
extmod/vfs_posix_file: Implement finaliser for files.
stijn
2022-09-19
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
py/obj: Merge getiter and iternext mp_obj_type_t slots.
Jim Mussared
2022-09-19
py/obj: Add accessors for type slots and use everywhere.
Jim Mussared
2022-09-19
py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t.
Jim Mussared
2022-09-19
all: Remove unnecessary locals_dict cast.
Jim Mussared
2022-09-19
all: Fix #if inside MP_DEFINE_CONST_OBJ_TYPE for msvc.
Jim Mussared
2022-09-19
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-09-19
all: Standardise mp_obj_type_t initialisation.
Jim Mussared
2022-09-19
all: Simplify buffer protocol to just a "get buffer" callback.
Jim Mussared
2022-09-13
extmod/vfs: Add finaliser to ilistdir to close directory handle.
Andrew Leech
2022-09-09
extmod/modbluetooth: Replace def_handle with end_handle in char IRQ.
Jim Mussared
2022-09-09
extmod/modbluetooth: Fix descriptor registration with empty tuple.
Jim Mussared
2022-09-08
drivers: Remove drivers that are now in micropython-lib.
Jim Mussared
2022-09-06
extmod/modure: Convert byte offsets to unicode indices when necessary.
Jeff Epler
2022-09-05
all: Update all manifest.py files to use new features.
Jim Mussared
2022-08-31
extmod/machine_i2c: Call MICROPY_PY_EVENT_HOOK during i2c.scan().
robert-hh
2022-08-26
py/objstr: Optimise mp_obj_new_str_from_vstr for known-safe strings.
Jim Mussared
2022-08-26
py/objstr: Split mp_obj_str_from_vstr into bytes/str versions.
Jim Mussared
2022-08-23
extmod/network_wiznet5k: Use the configured DNS address if available.
robert-hh
2022-08-19
extmod/modframebuf: Improve poly-fill boundary pixels.
Jim Mussared
2022-08-19
extmod/modframebuf: Add polygon drawing methods.
Mat Booth
2022-08-19
extmod/modframebuf: Add ellipse drawing method.
Peter Hinch
2022-08-19
extmod/modframebuf: Add fill argument to rect().
Jim Mussared
2022-08-19
extmod/modframebuf: Optimise argument handling.
Jim Mussared
2022-08-18
all: Remove MICROPY_PY_IO_FILEIO config option.
Damien George
2022-08-18
extmod/vfs_posix_file: Remove unused MICROPY_VFS_POSIX_FILE.
Damien George
2022-08-12
extmod/modlwip: Add support for leaving multicast groups.
MrJake222
2022-08-12
extmod/uasyncio: Rename internal _flag to state, to save a qstr.
Damien George
2022-08-12
extmod/uasyncio: Add clear method to ThreadSafeFlag.
Ned Konz
2022-08-12
py/objstr: Add hex/fromhex to bytes/memoryview/bytearray.
Jim Mussared
2022-08-10
extmod/network_wiznet5k: Extract SPI transfer function dynamically.
Damien George
2022-08-09
extmod/network_wiznet5k: Rearrange the function wiznet5k_poll().
robert-hh
2022-08-09
extmod/network_wiznet5k: Schedule clearing of interrupt flags.
robert-hh
2022-08-09
extmod/network_wiznet5k: Deinit the NIC before (re-)initialisation.
robert-hh
2022-08-09
extmod/network_wiznet5k: Drop obsolete argument count check.
robert-hh
2022-08-09
extmod/network_wiznet5k: Register NIC when the lwIP stack is used.
robert-hh
2022-08-06
extmod/network_cyw43: Add hostname config option.
iabdalkader
2022-08-06
extmod/modussl_mbedtls: Set a more sensible default debug log level.
Ian Davies
2022-08-06
extmod/ntptime: Factor out ntptime module from esp8266 port.
Ian Davies
2022-07-26
extmod/uasyncio: Handle gather with no awaitables.
Jim Mussared
2022-07-26
py/modio: Remove FileIO and TextIOWrapper from io module.
Jim Mussared
2022-07-23
extmod/webrepl: Allow the page to run from the device (over HTTP).
Jim Mussared
2022-07-22
extmod/modbluetooth: Add support for running sync irq on system thread.
Damien George
2022-07-21
extmod/network_ninaw10: Move ninaw10 root pointer registrations here.
Jim Mussared
2022-07-20
extmod/btstack: Fix descriptor discovery handle range and events.
Damien George
2022-07-20
extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments.
Carlosgg
[next]