1071 Commits (8a0ee5a5c04e83f04d1c62029ac5ba7c74856507)

Author SHA1 Message Date
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
Damien George 7dd818052e extmod/network_cyw43: Support new cyw43-driver. 2 years ago
Damien George f75e611054 extmod/vfs: Prevent uninitialized variable warning for path_out. 2 years ago
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
Thorsten von Eicken c21452a1d2 extmod/uasyncio: Attempt to write immediately in Stream.write method. 5 years ago
Damien George 627ba38154 py/parsenum: Optimise when building with complex disabled. 2 years ago
David Lechner a565811f23 extmod/modbtree: Use buffer protocol for keys/values. 2 years ago
David Lechner c118b5d0e4 extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2 years ago
Damien George 4802b6d3af extmod/extmod.cmake: Only include modbtree in build if it's enabled. 2 years ago
Damien George f5769698e5 extmod/modlwip: Clean up inclusion of modlwip in build process. 2 years ago
iabdalkader efa73ca833 extmod/network_ninaw10: Rename WLAN connect argument from essid to ssid. 2 years ago
iabdalkader c502cf73e0 extmod/network_cyw43: Rename WLAN keyword args to ssid/security/key. 2 years ago