Commit Graph

1073 Commits

Author SHA1 Message Date
Mahavir Jain
f8fe1ce0ea Merge branch 'fix/secure_boot_verify_app_api_support_ecdsa_p384_v5.5' into 'release/v5.5'
Application's Secure Boot verify API support ECDSA-P384 (v5.5)

See merge request espressif/esp-idf!44181
2025-12-29 13:53:00 +05:30
Island
2cbffeab2d Merge branch 'change/ble_update_lib_20251106_v5.5' into 'release/v5.5'
change(ble): [AUTO_MR] 20251106 - Update ESP BLE Controller Lib (v5.5)

See merge request espressif/esp-idf!43174
2025-12-26 14:22:52 +08:00
harshal.patil
cb9acbdd21 fix(secure_boot): Application's Secure Boot verify API support ECDSA-P384 2025-12-24 10:42:15 +05:30
Jiang Jiang Jian
e8b98540b3 Merge branch 'bugfix/fix_some_bugs_related_to_ampdu_v5.5' into 'release/v5.5'
fix(wifi): fix some bugs related to ampdu(backport v5.5)

See merge request espressif/esp-idf!43848
2025-12-03 10:58:12 +08:00
Jiang Jiang Jian
a5cc517d31 Merge branch 'fix/core_system_fixes_for_p4_eco5_v5_5' into 'release/v5.5'
Core System fixes for p4 eco5 (v5.5)

See merge request espressif/esp-idf!43726
2025-12-02 19:56:22 +08:00
yinqingzhao
473971e39e fix(wifi): fix cannot send omc 2025-12-02 14:46:32 +08:00
yinqingzhao
428d1cfbb2 fix(wifi): fix some bugs related to ampdu 2025-12-02 14:46:14 +08:00
Marius Vikhammer
9128fce42c fix(libc): fixed P4 ECO5 always using sub opt. version of memcpy and similar 2025-11-27 11:20:43 +05:30
Jiang Jiang Jian
2db91774f7 Merge branch 'fix/fix_bad_esp_clk_tree_initialize_v5.5' into 'release/v5.5'
fix(esp_hw_support): fix esp32c5 clk seting broken after CPU reset (v5.5)

See merge request espressif/esp-idf!43453
2025-11-27 10:19:11 +08:00
Marius Vikhammer
7a0173dfac fix(rom): fixed systimer hal implementation from ROM always being used on P4 2025-11-26 11:40:01 +05:30
armando
cdff2570c7 ci(p4): disable p4 rev3 invalid tests temporarily 2025-11-20 11:33:36 +08:00
wuzhenghui
159418f638 fix(esp_hw_support): fix esp32c5 clk seting broken after CPU reset
Closes https://github.com/espressif/esp-idf/issues/17780
2025-11-18 11:47:17 +08:00
Zhou Xiao
e83efa9767 change(ble): [AUTO_MR] updated rom linker script for ESP32-C2 2025-11-18 00:07:10 +08:00
Jiang Jiang Jian
a146cfeacf Merge branch 'bugfix/bluetooth_chan_map_error_v5.5' into 'release/v5.5'
fix(bt/controller): fixed Bluetooth hardware error of 'CHMAP_ERROR' (v5.5)

See merge request espressif/esp-idf!43339
2025-11-17 19:15:11 +08:00
Jiang Jiang Jian
2a8d264e40 Merge branch 'bugfix/fix_espnow_send_fail_when_coex_enable_v5.5' into 'release/v5.5'
fix(coex): fixed the espnow send fail when coex enable (v5.5)

See merge request espressif/esp-idf!43299
2025-11-17 09:35:43 +08:00
Jin Cheng
051de7d578 fix(bt/controller): Fixed some controller bugs
- Fixed Bluetooth hardware error of 'CHMAP_ERROR'
- Fixed encryption collision bug
2025-11-13 19:46:56 +08:00
zhangyanjiao
934de85ca8 fix(coex): fixed the espnow send fail when coex enable 2025-11-12 19:33:49 +08:00
sibeibei
f1fb7b3e5e fix(wifi): fix issue that disarm send wake null timer donot take effect 2025-11-12 16:40:51 +08:00
yinqingzhao
ebf25673c0 fix(wifi): fix some wifi bugs related bandwidth, twt and regdomain 2025-10-30 19:11:33 +08:00
Laukik Hase
06ba6bb4b4 fix(esp_tee): Use HAL APIs instead of ROM APIs for SPI flash service calls
Currently, REE SPI flash HAL operations are routed as service calls to TEE,
but the TEE implementation incorrectly uses ROM APIs instead of HAL APIs.
This leads to issues and is not the recommended approach.
2025-10-27 11:17:05 +05:30
Island
25186fb94e Merge branch 'change/ble_update_lib_20251022_v5.5' into 'release/v5.5'
change(ble): [AUTO_MR] 20251022 - Update ESP BLE Controller Lib (v5.5)

See merge request espressif/esp-idf!42841
2025-10-25 00:42:56 +08:00
Zhou Xiao
031f6255d6 change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
(cherry picked from commit 557b7bae2e)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-10-23 15:12:41 +08:00
C.S.M
7049a1f5bd fix(spi_flash): Fix the cache map 32M flash failed on esp32c5 2025-10-22 19:31:16 +08:00
morris
84e9496f9a Merge branch 'feat/p4eco5_i2c_support_v5.5' into 'release/v5.5'
feat(i2c_p4eco5): update i2c_struct.h on P4 ECO5 (backport v5.5)

See merge request espressif/esp-idf!42486
2025-10-20 10:34:21 +08:00
Jiang Jiang Jian
1a6bc9685a Merge branch 'bugfix/several_esp32_bugs_v5.5' into 'release/v5.5'
Bugfix/several esp32 bugs (v5.5)

See merge request espressif/esp-idf!42242
2025-10-16 14:57:53 +08:00
Mahavir Jain
ea36c4f609 Merge branch 'feature/esp_tee_c5_v5.5' into 'release/v5.5'
feat(esp_tee): Initial support for ESP32-C5 and related changes (v5.5)

See merge request espressif/esp-idf!42357
2025-10-16 09:39:23 +05:30
Chen Chen
bb164c31e1 refactor(i2c_p4eco5): update i2c_struct.h on P4 ECO5
Update the i2c_struct.h file to support P4ECO5.
2025-10-16 11:44:01 +08:00
Jin Cheng
53a1c66d41 fix(bt/controller): fixed several controller bugs 2025-10-16 10:25:34 +08:00
morris
df900f4b7b Merge branch 'feat/p4_eco5_real_chip_v5.5' into 'release/v5.5'
p4: p4 eco5 real chip (v5.5)

See merge request espressif/esp-idf!42024
2025-10-15 10:56:53 +08:00
Laukik Hase
508a659001 feat(esp_tee): Support for ESP32-C5 - the rest of the components 2025-10-14 10:12:11 +05:30
armando
e6d4eec507 feat(p4): p4 rev3 real chip support 2025-10-13 15:25:23 +08:00
Zhou Xiao
3d7a2d32e3 change(ble): [AUTO_MR] updated rom linker script for ESP32-C2 2025-10-11 11:12:45 +08:00
Zhao Wei Liang
bc288d999d change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
(cherry picked from commit 32c3556c7a)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-09-22 11:36:51 +08:00
Jiang Jiang Jian
326f10b89f Merge branch 'opt/opt_ble_stability_v5.5' into 'release/v5.5'
Improve ESP32 stability and security (v5.5)

See merge request espressif/esp-idf!41548
2025-09-02 14:34:45 +08:00
Jiang Jiang Jian
d64a453929 Merge branch 'fix/newlib_kconfig_variables_v5.5' into 'release/v5.5'
change(newlib): change CONFIG_NEWLIB* prefix to CONFIG_LIBC_NEWLIB* (v5.5)

See merge request espressif/esp-idf!41300
2025-09-02 14:17:04 +08:00
morris
d3177152b3 Merge branch 'bugfix/gpio_esp32_workaround_v5.5' into 'release/v5.5'
fix(gpio): fix ESP32 GPIO sleep mode handling (v5.5)

See merge request espressif/esp-idf!41214
2025-09-01 14:54:37 +08:00
Xiao Xufeng
6049a4a1c2 feat(tools): add c5, c61 into supported targets list 2025-08-30 01:23:15 +08:00
JinCheng
86a9b4ff9e fix(bt/controller): fixed some controller bugs 2025-08-27 11:08:36 +08:00
muhaidong
b26c24ac02 fix(wifi): fix ersu compatibility issue 2025-08-19 19:49:29 +08:00
Alexey Lapshin
511e970d07 feat(newlib): add test for newlib_nano with esp32-psram 2025-08-15 12:10:47 +07:00
Alexey Lapshin
e1eae237a3 change(newlib): change CONFIG_NEWLIB* prefix to CONFIG_LIBC_NEWLIB* 2025-08-15 12:06:24 +07:00
Song Ruo Jing
f941ce5f1b fix(gpio): remove GPIO_OUTPUT_SET macro for ESP32P4
Use GPIO_OUTPUT_SET led to compilation error

Closes https://github.com/espressif/esp-idf/issues/16050
2025-08-13 21:00:47 +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
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
chenjianxing
a3a1b42577 fix(wifi): fix wifi rom code using ets_delay_us for C5 and C61 2025-08-04 11:34:08 +05:30
Laukik Hase
c011bcb0dc fix(esp_rom): Patch the esp_rom_delay_us API to use U-mode cycle CSR 2025-08-04 11:34:07 +05:30
Jiang Jiang Jian
7704a9e93e Merge branch 'change/ble_update_lib_20250728_v5.5' into 'release/v5.5'
change(ble): [AUTO_MR] 20250728 - Update ESP BLE Controller Lib (v5.5)

See merge request espressif/esp-idf!40912
2025-08-01 10:37:34 +08:00
Jiang Jiang Jian
dafdf1205d Merge branch 'feat/secure_boot_ecdsa_p384_v5.5' into 'release/v5.5'
Support Secure Boot using ECDSA-P384 curve (v5.5)

See merge request espressif/esp-idf!40822
2025-07-31 21:24:55 +08:00
Zhou Xiao
a4e40465c9 change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
(cherry picked from commit ac6acf3629)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-30 13:14:49 +08:00
Jiang Jiang Jian
8f36e23cc4 Merge branch 'fix/backport_some_wifi_fixes_v5.5' into 'release/v5.5'
fix(wifi): backport some wifi fixes to v5.5

See merge request espressif/esp-idf!40815
2025-07-25 23:33:52 +08:00