Commit Graph

45190 Commits

Author SHA1 Message Date
Xiao Xufeng fcae32885b change(version): Update version to 5.5.1 v5.5.1 2025-08-30 21:42:28 +08:00
Michael (XIAO Xufeng) ca77450feb Merge branch 'feat/add_c5_c61_supported' into 'release/v5.5'
feat(tools): add c5, c61 into supported targets list

See merge request espressif/esp-idf!41629
2025-08-30 21:39:07 +08:00
Xiao Xufeng 6049a4a1c2 feat(tools): add c5, c61 into supported targets list 2025-08-30 01:23:15 +08:00
Jiang Jiang Jian d544ed0d21 Merge branch 'bugfix/fixed_c5_rx_data_err_v5.5' into 'release/v5.5'
feat(ble): fixed ble rx pdu error issue on ESP32-C5 (v5.5)

See merge request espressif/esp-idf!41573
2025-08-29 10:58:55 +08:00
Zhao Wei Liang 7f4dd43626 feat(ble): fixed ble rx pdu error issue on ESP32-C5
(cherry picked from commit eaf12518af)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-27 20:12:05 +08:00
Jiang Jiang Jian ae2b5af875 Merge branch 'bugfix/add_phy_calibration_independent_support_v5.5' into 'release/v5.5'
feat(phy): add phy calibration independent support(backport v5.5)

See merge request espressif/esp-idf!41416
2025-08-22 17:52:32 +08:00
Jiang Jiang Jian 0ef3fb4961 Merge branch 'fix/fix_psram_cross_page_issue_v5.5' into 'release/v5.5'
psram: fixed psram cross page issue on c5 / c61 (v5.5)

See merge request espressif/esp-idf!41403
2025-08-22 12:36:29 +08:00
yinqingzhao 5714153832 feat(phy): add phy calibration independent support 2025-08-22 10:49:23 +08:00
armando 17a23d1ddb fix(psram): fixed psram cross page issue 2025-08-22 00:02:06 +08:00
Jiang Jiang Jian 92df7573a4 Merge branch 'bugfix/fix_esp32c5_ersu_compatibility_issue_v5.5' into 'release/v5.5'
fix(wifi): fix ersu compatibility issue(Backport v5.5)

See merge request espressif/esp-idf!41385
2025-08-21 20:02:13 +08:00
Jiang Jiang Jian 492c534d49 Merge branch 'fix/increase_c61_sleep_wakeup_ahead_time_v5.5' into 'release/v5.5'
change(esp_hw_support): increase esp32c61 s2a_work_time_us (v5.5)

See merge request espressif/esp-idf!41392
2025-08-21 18:02:48 +08:00
wuzhenghui 76f3aea6ea change(esp_hw_support): increase s2a_work_time_us 2025-08-21 11:52:44 +08:00
Jiang Jiang Jian 02c5f2dbb9 Merge branch 'fix/disable_efuse_xts_aes_256_esp32c5_v5.5' into 'release/v5.5'
Disable XTS-AES-256 using efuse key for ESP32-C5 (v5.5)

See merge request espressif/esp-idf!41364
2025-08-21 10:31:37 +08:00
muhaidong 8fe3d573d2 fix(ci): increase the bin size of esp-mqtt ssl example with psk verification 2025-08-21 10:11:09 +08:00
Marius Vikhammer d20fb2604a Merge branch 'docs/misc_c5_c61_v5.5' into 'release/v5.5'
docs(misc): cleanup docs for C5 and C61 (v5.5)

See merge request espressif/esp-idf!41329
2025-08-21 07:00:48 +08:00
muhaidong 12e1db7753 fix(ci): increased app partition size in mqtt5 example 2025-08-20 19:52:49 +08:00
Jiang Jiang Jian 7b478f3ec8 Merge branch 'fix/fix_psram_incr16_v5.5' into 'release/v5.5'
fix(dma): add burst size check when dma access psram (v5.5)

See merge request espressif/esp-idf!41107
2025-08-20 14:01:36 +08:00
Jiang Jiang Jian 4f8f9748f6 Merge branch 'bugfix/psram_enc_workaround_v5.5' into 'release/v5.5'
fix(psram): provide boot warning about PSRAM encryption issue on C5/C61 (v5.5)

See merge request espressif/esp-idf!41163
2025-08-20 10:21:43 +08:00
harshal.patil 4213e41bbd fix(soc): Disable XTS-AES-256 using efuse key for ESP32-C5 2025-08-19 21:59:34 +05:30
Jiang Jiang Jian 0f07209abb Merge branch 'enhancement/protect_from_odd_phy_disable_operations_by_single_modem_v5.5' into 'release/v5.5'
esp_phy: Add protection of consecutive disable operations by single modem source (v5.5)

See merge request espressif/esp-idf!41291
2025-08-19 20:52:02 +08:00
muhaidong b26c24ac02 fix(wifi): fix ersu compatibility issue 2025-08-19 19:49:29 +08:00
Jiang Jiang Jian 10d07d1a2b Merge branch 'feat/update_phylib_for_c5_v5.5' into 'release/v5.5'
feat(esp_phy): update phylib for C5(backport v5.5)

See merge request espressif/esp-idf!41202
2025-08-19 19:47:50 +08:00
morris 290a454500 Merge branch 'fix/rmt_simple_encoder_done_with_mem_full_v5.5' into 'release/v5.5'
fix(rmt): fix the state of simple encoder with mem full (v5.5)

See merge request espressif/esp-idf!41243
2025-08-19 15:06:01 +08:00
morris de8d13360a Merge branch 'bugfix/twai_driver_cxx_test_v5.5' into 'release/v5.5'
fix(twai): fixed build errors in cxx environment (v5.5)

See merge request espressif/esp-idf!41223
2025-08-19 14:59:22 +08:00
Marius Vikhammer ee777b0387 docs(misc): cleanup docs for C5 and C61 2025-08-18 14:16:22 +08:00
Marius Vikhammer a3ca8669f2 Merge branch 'doc/update_docs_c61_v5.5' into 'release/v5.5'
doc: update docs (v5.5)

See merge request espressif/esp-idf!41250
2025-08-18 10:53:59 +08:00
morris 2be55b580c fix(twai): fixed build errors in cxx environment
Closes https://github.com/espressif/esp-idf/issues/16999
2025-08-15 18:28:38 +08:00
Chen Jichang 333858e57b fix(dma): add burst size check when dma access psram 2025-08-15 15:37:52 +08:00
Island ad6904db25 Merge branch 'fix/specify_scan_channel_for_esp32c2_v5.5' into 'release/v5.5'
fix(ble): wrapped specify scan channel vs cmd (v5.5)

See merge request espressif/esp-idf!41155
2025-08-15 14:09:54 +08:00
Island 335bfd874e Merge branch 'fix/spi_ble_log_get_lc_ts_ceva_v5.5' into 'release/v5.5'
fix(ble): disabled get lc ts for ESP32-C3 and ESP32-S3 (v5.5)

See merge request espressif/esp-idf!41231
2025-08-15 14:09:44 +08:00
Wang Mengyang 6891970c49 fix(esp_phy): Add protection of consecutive disable operations by single modem source 2025-08-15 07:20:52 +08:00
armando 9fa874b1ce doc: update docs 2025-08-14 15:17:56 +08:00
Chen Jichang e159e69c56 fix(rmt): fix the state of the simple encoder with mem full
Closes https://github.com/espressif/esp-idf/issues/17244
2025-08-14 12:49:33 +08:00
Zhou Xiao 1b48a697c4 fix(ble): disabled get lc ts for ESP32-C3 and ESP32-S3
(cherry picked from commit c17bf63874)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-08-14 11:14:08 +08:00
zwx 831a0e8193 feat(esp_phy): update phylib for C5 2025-08-13 10:37:08 +08:00
Mahavir Jain 29df7286c8 fix(esp_psram): make SPIRAM_USE_MEMMAP depend on ESP32 target 2025-08-11 13:46:39 +05:30
Mahavir Jain 2829481eb6 fix(psram): provide boot warning about PSRAM encryption issue on C5/C61
For C5/C61 revision 1.0, PSRAM encryption has hardware issue. This will
be addressed in future silicon version. Add explicit warning about this.
2025-08-11 13:46:38 +05:30
Zhou Xiao 27fee88e26 fix(ble): wrapped specify scan channel vs cmd
(cherry picked from commit 33febd990c)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-08-11 13:13:18 +08:00
Jiang Jiang Jian 1191f4c4f9 Merge branch 'bugfix/update_librtc_v5.5' into 'release/v5.5'
fix(esp_phy): update esp32 librtc.a for coex problems

See merge request espressif/esp-idf!41142
2025-08-09 09:12:30 +08:00
Jiang Jiang Jian 950ac4cff4 Merge branch 'fix/fix_esp32c5_mac_link_bad_tigger_v5.5' into 'release/v5.5'
fix(hal): fix esp32c5 mac link bad trigger (v5.5)

See merge request espressif/esp-idf!41117
2025-08-09 08:10:27 +08:00
Jiang Jiang Jian 6d012bbefe Merge branch 'bugfix/fix_scan_done_event_miss_issue_v5.5' into 'release/v5.5'
fix(wifi): fix scan done event miss issue(Backport v5.5)

See merge request espressif/esp-idf!41036
2025-08-09 08:10:18 +08:00
Jiang Jiang Jian dbc243657d Merge branch 'change/ble_update_lib_20250806_v5.5' into 'release/v5.5'
change(ble): [AUTO_MR] 20250806 - Update ESP BLE Controller Lib (v5.5)

See merge request espressif/esp-idf!41141
2025-08-09 00:07:53 +08:00
Jiang Jiang Jian 79ce2ccd07 Merge branch 'patch/ets_delay_us_v5.5' into 'release/v5.5'
fix(esp_tee): Patch the `esp_rom_delay_us` API to use U-mode cycle CSR (v5.5)

See merge request espressif/esp-idf!41017
2025-08-09 00:05:27 +08:00
JinCheng ccd0d369aa fix(esp_phy): update esp32 librtc.a for coex problems
- ESP32 phy_version: 4861, b71b5ad, Aug, 5 2025
- ESP32 librtc version: 6758f983, Mar 22 2024, 13:39:26
2025-08-08 23:14:47 +08:00
Zhao Wei Liang d1f47fba23 change(ble): enabled specify scan channel vs hci cmd for ESP32-C2
(cherry picked from commit 2818eb91f1)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-08-08 21:14:38 +08:00
Zhao Wei Liang d5fc1a61fa change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
(cherry picked from commit 7f7c8e2c85)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-08 21:14:35 +08:00
Zhao Wei Liang c3f0eceffa change(ble): [AUTO_MR] Update lib_esp32c2 to dbd33ef2
(cherry picked from commit 043143ab8b)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-08 21:14:32 +08:00
Zhao Wei Liang d18a5f2ddc change(ble): [AUTO_MR] Update lib_esp32c6 to 898f73cb
(cherry picked from commit fe22519bb5)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-08 21:14:30 +08:00
Zhao Wei Liang 865fe36a1d change(ble): [AUTO_MR] Update lib_esp32c5 to 898f73cb
(cherry picked from commit 3abfca1e2c)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-08 21:14:27 +08:00
Zhao Wei Liang 65f0804deb change(ble): [AUTO_MR] Update lib_esp32h2 to 898f73cb
(cherry picked from commit 4990dfdd23)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-08 21:14:24 +08:00