forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 9
Release/v5.5 #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Jason2866
merged 46 commits into
tasmota:release/v5.5_clang
from
espressif:release/v5.5
Nov 23, 2025
Merged
Release/v5.5 #282
Jason2866
merged 46 commits into
tasmota:release/v5.5_clang
from
espressif:release/v5.5
Nov 23, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…yption Encrypted flash write operation sometimes result in random corruption in certain bytes. Root cause points to sudden current surge due to involvement of encryption block overwhelming LDO supply. More details will be provided in the ESP32-C5 SoC Errata document. This fix limits the CPU clock to 160MHz for flash encryption enabled case. Failing encrypted flash write tests could successfully pass in this configuration. Going ahead, a dynamic clock adjustment in flash driver will be considered to mitigate this issue.
- Fixed Bluetooth hardware error of 'CHMAP_ERROR' - Fixed encryption collision bug
* esp-openthread: thread_zigbee/esp-openthread@068a8f4d2 * openthread: espressif/openthread@36b14d3ef * esp-idf: 8d036f2ed
…se/v5.5' fix(lwip): allow task stack from SPIRAM except for ESP32 ECO2 and below (v5.5) See merge request espressif/esp-idf!43318
…ease/v5.5' feat(wifi): avoid disconnect when set band mode(backport v5.5) See merge request espressif/esp-idf!43074
feat(gpio): add IO hold support for Deep-sleep for ESP32-P4 ECO5 (v5.5) See merge request espressif/esp-idf!43308
fix(esp_system): fix XTAL32K power breaks ADC function on 32k XTAL clock pin (v5.5) See merge request espressif/esp-idf!43297
…PH domain for esp32c6
…write Add connection checks to usb_serial_jtag_write and usb_serial_jtag_read functions to return -EIO error code when the USB Serial JTAG is not connected.
Add a new test case to verify that USJ printing doesn't block CPU on chip wake-up from light sleep. The test measures the average time per print operation and ensures it's below 5000 microseconds.
fix(lcd): fix mipi dsi phy type for p4 version below 3.0 (v5.5) See merge request espressif/esp-idf!43354
… 'release/v5.5' fix(coex): fixed the espnow send fail when coex enable (v5.5) See merge request espressif/esp-idf!43299
test(usj): Fix usj test failure for fsync function (backport v5.5) See merge request espressif/esp-idf!43378
fix(openthread): resolve deadlock issues due to switching_lock (v5.5) See merge request espressif/esp-idf!43358
bugfix(wifi): Re-calibrate FTM for ESP32-C5 (ECO2) (Backport v5.5) See merge request espressif/esp-idf!43373
…v5.5' fix(esp_driver_usb_serial_jtag): check USJ accessibility before read/write (v5.5) See merge request espressif/esp-idf!43393
- Instead of returning error (ESP_FAIL), which led to an abort in the startup
* C5 phy_version: 1 107, 8c534c84, Nov 17 2025 * C6 phy_version: 343, b513b46, Nov 14 2025 (cherry picked from commit 5286451) Co-authored-by: Zhou Xiao <[email protected]>
…e/v5.5' fix(esp_system): limit CPU clock to 160MHz in ESP32-C5 for flash encryption (v5.5) See merge request espressif/esp-idf!43326
…e/v5.5' fix(esp_hw_support): add dependency of the TOP domain to the RTC_PERIPH domain for esp32c6 (v5.5) See merge request espressif/esp-idf!43383
Test is flakey, could possibly be due to the ULP occasionally needing a bit more time to start up.
1. Increase the dwell time for Off-chan FTM 2. Perform the Off-Chan FTM in 20Mhz
fix(hal): correct PHY selection logic in usb_wrap_ll.h (backport v5.5) See merge request espressif/esp-idf!43304
…elease/v5.5' feat(esp_hw_support): support unicore auto clock gating for esp32p4 rev3+ (v5.5) See merge request espressif/esp-idf!43370
fix(bt/controller): fixed Bluetooth hardware error of 'CHMAP_ERROR' (v5.5) See merge request espressif/esp-idf!43339
isp: added shadow reg settings (v5.5) See merge request espressif/esp-idf!43376
feat(phy): updated phy lib for ESP32-C5 ECO2/ECO3 coex (v5.5) See merge request espressif/esp-idf!43416
fix(nvs_sec_provider): replace abort() when nvs_keys is missing with a warrnig log (GitHub PR) (v5.5) See merge request espressif/esp-idf!43409
test(ulp): added larger delay in ULP FSM I_WR_REG instruction test (v5.5) See merge request espressif/esp-idf!43422
bugfix(wifi): Add the termination dialog token in ASAP FTM (Backport v5.5) See merge request espressif/esp-idf!43430
fix(adc): fix ESP32P4 V3 build error on 5.5 See merge request espressif/esp-idf!43503
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.