mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
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>
This commit is contained in:
@@ -169,7 +169,7 @@ function ci_cc3200_build {
|
||||
# ports/esp32
|
||||
|
||||
# GitHub tag of ESP-IDF to use for CI (note: must be a tag or a branch)
|
||||
IDF_VER=v5.4.1
|
||||
IDF_VER=v5.4.2
|
||||
PYTHON=$(command -v python3 2> /dev/null)
|
||||
PYTHON_VER=$(${PYTHON:-python} --version | cut -d' ' -f2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user