1326 Commits (5147dc5de5ac1eb0c733005e4fbd665bcffd74d4)

Author SHA1 Message Date
Owen 4fdad8eabe extmod/modre: Rename re_exec to re_exec_helper to avoid clash on BSD. 4 months ago
robert-hh ee1036023e extmod/machine_spi: Support firstbit=LSB for machine.SoftSPI. 2 years ago
iabdalkader 20b00ca501 extmod/network_nina: Fix the AP security mode constants. 7 months ago
robert-hh 2be45dd682 extmod/modmachine: Allow more than one argument to machine.freq(). 4 months ago
Jon Foster 92484d8822 all: Use new mp_obj_new_str_from_cstr() function. 7 months ago
Sylvain Zimmer 838794ebcc extmod/mbedtls: Enable GCM and ECDHE-RSA in common mbedtls config. 5 months ago
Felix Dörre 57008a1e69 extmod/machine_usb_device: Add USBDevice.remote_wakeup method. 5 months ago
Damien George 74f52374e4 extmod/extmod.mk: Disable maybe-uninitialized warnings in libm_dbl. 4 months ago
Damien George 8ac9c8f392 extmod/modasyncio: Add support for a callback on TaskQueue push. 5 months ago
Alessandro Gatti 411d66586c extmod/modplatform: Add picolibc to the recognised libcs list. 5 months ago
Damien George 5903ee561c extmod/modlwip: Consolidate socket.accept timeout logic. 5 months ago
Damien George df0d7e9429 extmod/modlwip: Make socket.connect raise ETIMEDOUT on non-zero timeout. 5 months ago
robert-hh a71471be66 extmod/network_lwip: Allow using the CIDR notation for addr4. 7 months ago
robert-hh 7e7cc2b427 extmod/network_ninaw10: Implement the ipconfig methods for ninaw10. 7 months ago
Damien George c0a25a69eb extmod/modos: Only sync FAT filesystems using disk_ioctl. 5 months ago
Jared Hancock b1e9602702 extmod/modlwip: Use Nagle algorithm and add support for TCP_NODELAY. 8 months ago
Jared Hancock 8762fe8b4c extmod/network_wiznet5k: Properly enable socket buffers for W5100(S). 7 months ago
Damien George 967ad38ac7 extmod/modasyncio: Make mp_asyncio_context variable public. 7 months ago
iabdalkader 8936d3af46 extmod/modopenamp: Use metal logging functions exclusively. 7 months ago
iabdalkader aa0f3ebe93 extmod/modopenamp: Set a default log handler for ports. 8 months ago
Damien George c3e37d1fac extmod/modtls_axtls: Add verify_mode and CERT_NONE constant. 7 months ago
Damien George 8b0efde927 examples/natmod/framebuf: Enable FrameBuffer.poly method. 8 months ago
iabdalkader 7753045a8f extmod: Add interface and security constants at WLAN class level. 8 months ago
Jared Hancock 086d4d127d extmod/network_wiznet5k: Properly enable interrupt signal on w5100s. 8 months ago
Felix Dörre 1c6012b0b5 extmod/modnetwork: Implement IPv6 API to set and get NIC configuration. 1 year ago
Damien George cd8eea2ae9 all: Update extmod, ports, examples to build with new berkeley-db lib. 8 months ago
Felix Dörre 01c31ea804 extmod/os_dupterm: Handle exception properly when it occurs in parallel. 9 months ago
iabdalkader 81aba8253a extmod/modopenamp_remoteproc: Add new OpenAMP RemoteProc class. 9 months ago
iabdalkader 14dae42fe7 extmod/modopenamp: Add new OpenAMP module. 9 months ago
iabdalkader 61ee59ad89 extmod/libmetal: Add MicroPython platform for libmetal. 9 months ago
Angus Gratton 9d0d262be0 extmod/machine_usb_device: Add support for Python USB devices. 12 months ago
Daniël van de Giessen 58a596f4a9 extmod/nimble: Check for active before setting address mode. 8 months ago
Damien George bfc3dde2c9 extmod/modmachine: Add MICROPY_PY_MACHINE_RESET configuration option. 8 months ago
Damien George dd134e4836 extmod/modmachine: Add MICROPY_PY_MACHINE_MEMX configuration option. 8 months ago
Damien George 23ccbcf230 extmod/modmachine: Add MICROPY_PY_MACHINE_SIGNAL configuration option. 8 months ago
iabdalkader c231c89651 extmod/network_ninaw10: Fix error messages. 8 months ago
iabdalkader 2b6f81f2b9 extmod/network_ninaw10: Set the proper security mode if none provided. 8 months ago
iabdalkader 8b4a21cd64 extmod/network_ninaw10: Activate the NIC on demand. 8 months ago
MikeTeachman 0b145fdc2d esp32/machine_i2s: Integrate new I2S IDF driver. 9 months ago
Phil Howard dda9b9c6da all: Prune trailing whitespace. 8 months ago
Angus Gratton decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
Daniël van de Giessen bc424ddc41
py/modthread: Move thread state initialisation to shared function. 8 months ago
Daniël van de Giessen d1e15b9281 extmod/nimble: Enable key distribution to support bonding. 11 months ago
Daniël van de Giessen 3460b48a6d extmod/nimble: Override configuration options set in nimble_port_init. 11 months ago
Damien George 8692d2602a extmod/asyncio: Make current_task raise exception when there is no task. 9 months ago
Felix Dörre d2bcb8597e extmod/modlwip: Add back support for empty IP addresses. 9 months ago
Felix Dörre 8547a78275 extmod/modwebsocket: Fix websocket to send correct close frame. 1 year ago
Damien George 01f4e85f1b extmod/modmachine: Remove MICROPY_PY_MACHINE guard from header. 9 months ago
Andrew Leech 2962e24167 extmod/vfs_posix_file: Ensure file object has safe default fd. 9 months ago
Damien George cae690d047 all: Use mp_obj_malloc_with_finaliser everywhere it's applicable. 9 months ago