Commit Graph

29670 Commits

Author SHA1 Message Date
Zhou Xiao
fc5f66f0d5 fix(ble): fixed ble log config for ESP32-C3/ESP32-S3 2025-09-16 22:47:52 +08:00
Zhou Xiao
b6be31309f feat(ble): supported ble log v2 for ESP32 2025-09-16 19:13:00 +08:00
Zhou Xiao
32cb69706b feat(ble): supported ble log v2 for ESP32-C3/ESP32-S3 2025-09-16 19:13:00 +08:00
Zhou Xiao
b65ba9a601 feat(ble): supported ble log v2 for ESP32-C2 2025-09-16 19:13:00 +08:00
Zhou Xiao
c943a88ee2 feat(ble): supported ble log v2 for ESP32-H2 2025-09-16 19:13:00 +08:00
Zhou Xiao
c6e8c016e2 feat(ble): supported ble log v2 for ESP32-C6 2025-09-16 19:13:00 +08:00
Zhou Xiao
732358eebf fix(ble): fixed ble log v2 configuration issues 2025-09-16 19:13:00 +08:00
Marius Vikhammer
05534d2686 Merge branch 'refactor/ulp_riscv_i2c_logs_v5.4' into 'release/v5.4'
refactor(ulp_riscv): Modify i2c read/write API for better logging and return error code (v5.4)

See merge request espressif/esp-idf!41674
2025-09-16 13:33:44 +08:00
Mahavir Jain
d7228f798e Merge branch 'fix/rng_entropy_mixing_with_rtc_timer_v5.4' into 'release/v5.4'
fix(esp_hw_support): Fixed entropy mixing of RTC timer with RNG (v5.4)

See merge request espressif/esp-idf!41825
2025-09-15 13:02:21 +05:30
Meet Patel
1b5138e37e refactor(ulp_riscv): Modify ulp i2c read/write functions to return error code
Updated the i2c read/write APIs ulp_riscv_i2c_master_read_from_device
and ulp_riscv_i2c_master_write_to_device in ulp_riscv component to
return error codes back to the application

Closes https://github.com/espressif/esp-idf/issues/15904
2025-09-15 10:35:20 +05:30
Meet Patel
032e141150 refactor(ulp_riscv): Modify ESP_EARLY_LOG to ESP_LOG and move it outside critical section
Moved the error logs outside critical section for i2c communication errors
like READ fail, WRITE fail etc. in the ulp_riscv_i2c component

Also changed the error log API from ESP_EARLY_LOG to ESP_LOG, so we can support
tag based filtering and enabling/disabling of logs

Closes https://github.com/espressif/esp-idf/issues/17425
2025-09-15 10:35:20 +05:30
Mahavir Jain
bf0c45e18d Merge branch 'change/exclude_cve-2025-57052_v5.4' into 'release/v5.4'
change(cjson): Update to v1.7.19 (v5.4)

See merge request espressif/esp-idf!41838
2025-09-15 08:21:36 +05:30
Island
1bfe1595fa Merge branch 'feat/support_ble_log_uart_dma_out_v5.4' into 'release/v5.4'
Feat/support ble log uart dma out (v5.4)

See merge request espressif/esp-idf!40656
2025-09-15 10:29:15 +08:00
Ashish Sharma
66bbe67adc change(cjson): update cjson version to 1.7.19 2025-09-11 15:36:10 +08:00
Aditya Patwardhan
f286036a7b fix(esp_hw_support): Fixed entropy mixing of RTC timer with RNG
Previously the RTC timer entropy was being mixed with the RNG timer
    in a wrong way. Which led to the overwriting of the LSB with rtc
    timer value.
    This change fixes that behaviour
2025-09-11 12:05:46 +05:30
Rahul Tank
1e77360946 fix(nimble): Fixed reattempt count handling for perdiodic adv 2025-09-10 18:52:39 +05:30
Zhou Xiao
dddb7898ef feat(ble): support ble log uart dma out for ESP32-H2
(cherry picked from commit d45778f784)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-09-10 15:17:47 +08:00
Zhou Xiao
290a87781d feat(ble): support ble log uart dma out for ESP32-C6
(cherry picked from commit ae8a7c8117)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-09-10 15:17:47 +08:00
Zhou Xiao
d177b7d78f feat(ble): support ble log uart dma out
(cherry picked from commit 534b43e85a)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-09-10 15:17:46 +08:00
Island
edf60a792f Merge branch 'feat/ble_log_v2_v5.4' into 'release/v5.4'
feat(ble): refactored ble log module with layered design (v5.4)

See merge request espressif/esp-idf!41658
2025-09-03 14:18:26 +08:00
Jiang Jiang Jian
11a46c0d13 Merge branch 'fix/wrong_auth_mode_in_sta_connected_evt_v5.4' into 'release/v5.4'
fix(wifi): send correct wifi_auth_mode_t in WIFI_EVENT_STA_CONNECTED and logs (Backport v5.4)

See merge request espressif/esp-idf!41650
2025-09-02 15:05:09 +08:00
Jiang Jiang Jian
203f114f20 Merge branch 'opt/opt_ble_stability_v5.4' into 'release/v5.4'
Improve ESP32 stability and security (v5.4)

See merge request espressif/esp-idf!41547
2025-09-02 14:08:24 +08:00
Jiang Jiang Jian
a15becb589 Merge branch 'feat/new_api_to_get_all_wakeup_causes_v5.4' into 'release/v5.4'
feat(esp_hw_support): add new API to get all wakeup sources (v5.4)

See merge request espressif/esp-idf!41498
2025-09-02 14:01:17 +08:00
Jiang Jiang Jian
b3c8bc44c3 Merge branch 'change/remove_assert_in_esp_sleep_pd_config_v5.4' into 'release/v5.4'
change(esp_hw_support): warning in esp_sleep_pd_config instead of assert (v5.4)

See merge request espressif/esp-idf!41118
2025-09-02 14:01:04 +08:00
Mahavir Jain
a301c06b4c Merge branch 'feat/support_authentication_feature_for_ws_v5.4' into 'release/v5.4'
Added pre handshake callback for websocket (v5.4)

See merge request espressif/esp-idf!41038
2025-09-02 09:18:37 +05:30
Marius Vikhammer
08e7d2d276 Merge branch 'ci/fix_cpp_leak_test_case_v5.4' into 'release/v5.4'
test(cpp): fixed cpp test case mem leak (v5.4)

See merge request espressif/esp-idf!41617
2025-09-01 14:08:39 +08:00
Zhou Xiao
c06cb84c0c feat(ble): refactored ble log module with layered design
(cherry picked from commit 797a0c4e6eafaf6164e0f9c34f3867a46733924c)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-09-01 13:13:43 +08:00
Marius Vikhammer
ea68500941 Merge branch 'bugfix/lp_core_array_bounds_p4_v5.4' into 'release/v5.4'
fix(lp_core): fixed array-bound warning when compiling on P4 with -Os (v5.4)

See merge request espressif/esp-idf!41614
2025-09-01 10:52:46 +08:00
Sarvesh Bodakhe
1dc6256a8b fix(wifi): add GCMP-128 support for SoftAP and some other bugfixes
- GCMP-256 SoftAP support was previously added as part of SAE Extended Key handling.
- Fixes the authmode sent in WIFI_EVENT_STA_CONNECTED, which was previously taken
  directly from the AKM field. This caused incorrect values in some cases.
- Updates the security log to show the correct wifi_auth_mode_t.
- Fixes wrong authmode strength used in the connection path.
2025-08-29 23:06:31 +05:30
Jiang Jiang Jian
11edebdbbe Merge branch 'bugfix/wpa2_suiteb_192bit_and_eap_changes_v5.4' into 'release/v5.4'
Send disonnect event in connect fail for 192bit enterprise and add some fixes for wpa_supplicant(v5.4)

See merge request espressif/esp-idf!41587
2025-08-29 15:50:40 +08:00
morris
8a94f1957c Merge branch 'feat/uart_dma_support_v5.4' into 'release/v5.4'
feat(uhci): Add uhci(uart-dma) support on current chips (backport v5.4)

See merge request espressif/esp-idf!41517
2025-08-29 13:49:56 +08:00
Marius Vikhammer
7c90e1c6b4 fix(lp_core): fixed array-bound warning when compiling on P4 with -Os
Closes https://github.com/espressif/esp-idf/issues/17054
2025-08-29 13:17:53 +08:00
Marius Vikhammer
03b3d02b7c test(cpp): fixed cpp test case mem leak 2025-08-29 09:57:37 +08:00
Marius Vikhammer
74b003cfa1 ci(ulp): fixed default config not running in CI 2025-08-29 09:56:45 +08:00
Kapil Gupta
1502a50bc6 fix (esp_wifi): Set default akm as eap for non AKM APs 2025-08-28 11:02:26 +05:30
Kapil Gupta
5e91cd87a8 fix(wpa_supplicant): Delay sending of EAP_START for EAP auth 2025-08-28 11:00:10 +05:30
tarun.kumar
4ad66853df fix(wifi): Sending disconnect event in connect fail and add enterprise check in Suite-B 192-bit certification 2025-08-28 10:58:19 +05:30
morris
07e4ffd618 Merge branch 'bugfix/fix_multi_pdm_rx_slot_clock_issue_v5.4' into 'release/v5.4'
fix(i2s_pdm): fixed pdm multi slot clock issue (v5.4)

See merge request espressif/esp-idf!41179
2025-08-28 13:27:21 +08:00
Jiang Jiang Jian
00ee8827c3 Merge branch 'backport/backport_some_bugfix_250822_v5.4' into 'release/v5.4'
fix(wifi): fix some wifi bugs(backport v5.4)

See merge request espressif/esp-idf!41469
2025-08-27 13:49:40 +08:00
liqigan
d04831c92d fix(bt/controller): Fixed some controller bugs 2025-08-27 11:11:48 +08:00
JinCheng
1c7c8554af fix(bt/controller): fixed some controller bugs 2025-08-27 11:11:31 +08:00
Zhang Hai Peng
309f031dd6 fix(bt): Update esp32 libbtdm_app.a (f1dc7d8)
- Improve ESP32 stability and security


(cherry picked from commit 8ec5410236)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-08-26 21:53:31 +08:00
wuzhenghui
7635a54b1e feat(esp_hw_support): add new API to get all wakeup sources 2025-08-26 21:53:01 +08:00
C.S.M
f148acc534 feat(uhci): Add uhci (uart-dma) support on current chips 2025-08-26 16:06:49 +08:00
laokaiyao
37d7edd6cb feat(i2s): add PLL240M clock source on S3 and C6
Closes https://github.com/espressif/esp-idf/issues/17056
2025-08-26 15:21:32 +08:00
laokaiyao
c05e5d1e0f fix(i2s_pdm): fixed pdm multi slot clock issue
Fixed the sample rate slow down issue when using more than 4 slots in  pdm rx mode.
2025-08-26 15:21:32 +08:00
Jiang Jiang Jian
59d86f5dd5 Merge branch 'feat/support_11ax_rate_for_cert_test_v5.4' into 'release/v5.4'
Feat/support 11ax rate for cert test v5.4(Backport v5.4)

See merge request espressif/esp-idf!41465
2025-08-26 12:04:40 +08:00
Jiang Jiang Jian
378bab6e55 Merge branch 'feat/usb-cdc-select_v5.4' into 'release/v5.4'
feat(usb_cdc): Add select functionality (backport v5.4)

See merge request espressif/esp-idf!40892
2025-08-26 10:51:11 +08:00
yinqingzhao
5d3016aaed fix(wifi): fix some wifi bugs 2025-08-26 10:49:23 +08:00
Marius Vikhammer
0f42bb5b50 Merge branch 'bugfix/esp_timer_dump_corruption_v5.4' into 'release/v5.4'
fix(esp_timer): fixed potential buffer overflow with esp_timer_dump() (v5.4)

See merge request espressif/esp-idf!41451
2025-08-26 10:44:17 +08:00