Skip to content

Conversation

@Jason2866
Copy link
Collaborator

No description provided.

TinyuZhao and others added 30 commits November 12, 2025 09:26
…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
…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
klew and others added 16 commits November 17, 2025 10:41
- 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
@Jason2866 Jason2866 merged commit 9d3eae7 into tasmota:release/v5.5_clang Nov 23, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.