circuitpython/ports
Damien George 10ef3e4ac2 esp32: Update to use ESP-IDF v5.4.2.
This is a patch release of the IDF.  Comparing with 5.4.1, firmware size is
up by about 1.5k on ESP32 and 9k on ESP32-S3.  But IRAM usage (of the IDF)
is down by about 500 byte on ESP32 and DRAM usage is down by about 20k on
ESP32 and 10k on ESP32-S3.

Testing on ESP32, ESP32-S2, ESP32-S3 and ESP32-C3 shows no regressions,
except in BLE MTU ordering (the MTU exchange event occuring before the
connect event).

Signed-off-by: Damien George <damien@micropython.org>
2025-07-23 12:52:49 +10:00
..
alif alif/lwip_inc: Refactor lwipopts.h to use extmod's common options. 2025-07-17 13:28:24 +10:00
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 esp32: Update to use ESP-IDF v5.4.2. 2025-07-23 12:52:49 +10:00
esp8266 shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
mimxrt shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
minimal all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
nrf ports: Update board.json files for vendor/product consistency. 2025-06-04 01:47:59 +10:00
pic16bit all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
powerpc all: Rename the "NORETURN" macro to "MP_NORETURN". 2025-05-13 10:36:47 +10:00
qemu examples/natmod/btree: Fix build on RV32 with Picolibc. 2025-07-20 23:03:40 +10:00
renesas-ra shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
rp2 rp2/mpnetworkport: Deregister all sys timeouts when netif is removed. 2025-07-17 13:39:10 +10:00
samd samd/boards: Change the SparkFun vendor name to SparkFun. 2025-06-19 15:12:49 +02:00
stm32 shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
unix unix: Allow the GIL to be enabled. 2025-07-23 11:35:38 +10:00
webassembly webassembly/objpyproxy: Avoid throwing on implicit symbols access. 2025-07-17 14:37:53 +10:00
windows shared/timeutils: Standardize supported date range on all platforms. 2025-07-09 11:54:21 +10:00
zephyr zephyr/machine_pin: Retry configuring gpio with just GPIO_OUTPUT. 2025-07-08 11:15:11 +10:00