1082 Commits (662b9761b37b054f08fe2f7c00d0fce3a418d0b0)

Author SHA1 Message Date
Jim Mussared 662b9761b3 all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE. 3 years ago
Jim Mussared 42587c7870 all: Standardise mp_obj_type_t initialisation. 3 years ago
Jim Mussared fb2a57800a all: Simplify buffer protocol to just a "get buffer" callback. 3 years ago
Andrew Leech 4e0964b59f extmod/vfs: Add finaliser to ilistdir to close directory handle. 2 years ago
Jim Mussared cacc96d98c extmod/modbluetooth: Replace def_handle with end_handle in char IRQ. 2 years ago
Jim Mussared 82fc16f298 extmod/modbluetooth: Fix descriptor registration with empty tuple. 2 years ago
Jim Mussared 24678fe452 drivers: Remove drivers that are now in micropython-lib. 2 years ago
Jeff Epler e90b85cc98 extmod/modure: Convert byte offsets to unicode indices when necessary. 2 years ago
Jim Mussared 203dae41fb all: Update all manifest.py files to use new features. 2 years ago
robert-hh 0b26efe73d extmod/machine_i2c: Call MICROPY_PY_EVENT_HOOK during i2c.scan(). 2 years ago
Jim Mussared 3a910b1565 py/objstr: Optimise mp_obj_new_str_from_vstr for known-safe strings. 2 years ago
Jim Mussared 8a0ee5a5c0 py/objstr: Split mp_obj_str_from_vstr into bytes/str versions. 2 years ago
robert-hh 8308f9c977 extmod/network_wiznet5k: Use the configured DNS address if available. 2 years ago
Jim Mussared c616721b1a extmod/modframebuf: Improve poly-fill boundary pixels. 2 years ago
Mat Booth 04a655c744 extmod/modframebuf: Add polygon drawing methods. 2 years ago
Peter Hinch 42ec9703a0 extmod/modframebuf: Add ellipse drawing method. 2 years ago
Jim Mussared 127b340438 extmod/modframebuf: Add fill argument to rect(). 2 years ago
Jim Mussared 470a44bd3a extmod/modframebuf: Optimise argument handling. 2 years ago
Damien George 8f4c108025 all: Remove MICROPY_PY_IO_FILEIO config option. 2 years ago
Damien George 237a393bec extmod/vfs_posix_file: Remove unused MICROPY_VFS_POSIX_FILE. 2 years ago
MrJake222 69719927f1 extmod/modlwip: Add support for leaving multicast groups. 3 years ago
Damien George 01514e80c9 extmod/uasyncio: Rename internal _flag to state, to save a qstr. 2 years ago
Ned Konz 5543b2a9cc extmod/uasyncio: Add clear method to ThreadSafeFlag. 3 years ago
Jim Mussared 28aaab9590 py/objstr: Add hex/fromhex to bytes/memoryview/bytearray. 3 years ago
Damien George af6d2845fa extmod/network_wiznet5k: Extract SPI transfer function dynamically. 2 years ago
robert-hh f000ac9e82 extmod/network_wiznet5k: Rearrange the function wiznet5k_poll(). 2 years ago
robert-hh 999b66d531 extmod/network_wiznet5k: Schedule clearing of interrupt flags. 2 years ago
robert-hh 73699a846c extmod/network_wiznet5k: Deinit the NIC before (re-)initialisation. 2 years ago
robert-hh be2beab71a extmod/network_wiznet5k: Drop obsolete argument count check. 2 years ago
robert-hh 736b427220 extmod/network_wiznet5k: Register NIC when the lwIP stack is used. 2 years ago
iabdalkader 9dfabcd6d3 extmod/network_cyw43: Add hostname config option. 2 years ago
Ian Davies 1bf2fd0592 extmod/modussl_mbedtls: Set a more sensible default debug log level. 2 years ago
Ian Davies fbe9417b90 extmod/ntptime: Factor out ntptime module from esp8266 port. 2 years ago
Jim Mussared b22abcdbbe extmod/uasyncio: Handle gather with no awaitables. 2 years ago
Jim Mussared e65d1e69e8 py/modio: Remove FileIO and TextIOWrapper from io module. 2 years ago
Jim Mussared 924e55aca1 extmod/webrepl: Allow the page to run from the device (over HTTP). 2 years ago
Damien George e05d0a6335 extmod/modbluetooth: Add support for running sync irq on system thread. 4 years ago
Jim Mussared a053827084 extmod/network_ninaw10: Move ninaw10 root pointer registrations here. 2 years ago
Damien George bdad63eda2 extmod/btstack: Fix descriptor discovery handle range and events. 2 years ago
Carlosgg b41cfea02a extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 3 years ago
Damien George b89422ceaa extmod: Always use custom mbedtls error message code. 2 years ago
David Lechner 2c728c5330 extmod/modbluetooth: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 32e32bd761 extmod/vfs: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner d532c55e3b extmod/modlwip: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 631b692177 extmod/uos_dupterm: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner a3703584fe extmod/modnetwork: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner e531b72b56 extmod/nimble: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 8fa6191f95 extmod/btstack: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
Damien George d660a0c3d1 extmod/network_cyw43: Add "security" config option to get/set auth mode. 2 years ago
Damien George 4f30c60dcb extmod/modnetwork: Include cyw43-driver header if it's enabled. 2 years ago