Commit Graph

36052 Commits

Author SHA1 Message Date
wuzhenghui
820475f0e7 fix(esp_hw_support): 1v8 flash/psram dedicate ldo depends on pd_cur on 2026-05-07 12:02:06 +08:00
wuzhenghui
cbba7795be fix(soc): fix gpio output status retention for all targets 2026-05-07 12:02:05 +08:00
wuzhenghui
d3c5129050 fix(driver): fix retention unsupported mouldes TOP pd test 2026-05-07 12:02:05 +08:00
wuzhenghui
3f6957450f feat(esp_hw_support): support psram PD_TOP retention 2026-05-07 12:02:01 +08:00
wuzhenghui
4df0db5201 change(esp_hw_support): GPIO wakeup source is not avaliable if HP periph is off on s31 2026-05-07 08:39:57 +08:00
wuzhenghui
7c10126309 feat(esp_hw_support): isolate all digital io to suppress pad leakage on TOP pd sleep 2026-05-07 08:39:56 +08:00
wuzhenghui
8d3732c053 feat(esp_hw_support): support esp32s31 system & peripherals retention 2026-05-07 08:39:56 +08:00
wuzhenghui
a07e2c8d85 feat(esp_hw_support): support esp32s31 CPU/FPU retention 2026-05-07 08:39:56 +08:00
wuzhenghui
68bd919fda feat(esp_hw_support): support esp32s31 DFS 2026-05-07 08:39:52 +08:00
wuzhenghui
f1f3f204fe feat(esp_hw_support): support esp32s31 lightsleep/deepsleep example 2026-05-06 20:15:01 +08:00
wuzhenghui
54fed4c1c3 feat(esp_hw_support): update esp32s31 PMU support 2026-05-06 20:15:01 +08:00
Jiang Jiang Jian
f7a5ef7ad5 Merge branch 'feature/softap_owe_support' into 'master'
Add support for OWE Only in SoftAP mode

Closes WIFI-4281 and IDFGH-12437

See merge request espressif/esp-idf!47341
2026-05-06 19:38:29 +08:00
Jiang Jiang Jian
f9a8051c74 Merge branch 'feat/support_change_multiple_phy_init_bin_path' into 'master'
feat(phy): support change multiple phy init bin path

See merge request espressif/esp-idf!48058
2026-05-06 19:24:57 +08:00
Liu Linyan
16f8e1fda1 Merge branch 'update/ble_iso_lea' into 'master'
fix(ble_audio): Miscellaneous fixes for ISO & LE Audio examples

See merge request espressif/esp-idf!47759
2026-05-06 16:14:53 +08:00
Jiang Jiang Jian
43a7fdee43 Merge branch 'bugfix/roaming_app_issues' into 'master'
fix(esp_wifi): Fixed some issues in roaming app found using static analysis

Closes WIFIBUG-1836 and WIFIBUG-1842

See merge request espressif/esp-idf!47372
2026-05-06 15:50:55 +08:00
Kapil Gupta
b585c0b364 fix(esp_wifi): Fixed some issues in roaming app found using static analysis 2026-05-06 15:50:54 +08:00
Marius Vikhammer
353b637e16 Merge branch 'feature/s31_lp_uart_ulp' into 'master'
feat(ulp): add lp uart support for ULP on S31

Closes IDF-14634 and IDF-15567

See merge request espressif/esp-idf!48055
2026-05-06 15:43:12 +08:00
Marius Vikhammer
979aa6a094 Merge branch 'feature/s31_bootloader_sup' into 'master'
feat(esp32s31): add bootloader support

Closes IDF-14663

See merge request espressif/esp-idf!48013
2026-05-06 15:39:48 +08:00
morris
5bb9b0bea5 Merge branch 'feat/ana_cmpr_multi_source_channel' into 'master'
feat(ana_cmpr): multiple source channel scan

Closes IDF-14787

See merge request espressif/esp-idf!47794
2026-05-06 15:25:09 +08:00
Zhang Wen Xu
703ab77e08 Merge branch 'fix/fix_esp_openthread_stop' into 'master'
fix(openthread): fix the esp_openthread_stop

See merge request espressif/esp-idf!48185
2026-05-06 07:16:35 +00:00
Kapil Gupta
1085d83c48 fix(esp_wifi): Update wifi lib pointer 2026-05-06 12:09:41 +05:30
wuzhenghui
7a8eacabd2 fix(esp_hw_support): increase test rounds for in esp_random() test 2026-05-06 11:48:09 +08:00
Xu Si Yu
2e5df3eeb6 fix(openthread): fix the esp_openthread_stop 2026-05-06 10:57:40 +08:00
yinqingzhao
c41be9ca50 feat(phy): support change multiple phy init bin path 2026-05-06 10:13:39 +08:00
morris
47863cb651 feat(ana_cmpr): support multi-channel scan on esp32s31 2026-05-06 09:39:48 +08:00
Liu Linyan
325b08e023 fix(ble_audio): Miscellaneous fixes for ISO & LE Audio examples 2026-05-06 09:31:07 +08:00
tarun.kumar
2c3cd560c4 fix(wifi) : Made changes based on more review comments
-Require STA DH IE for OWE associations.
    - Send failures using Association Response (no silent deauth-only path).
    - Include RSNE in OWE Association Response alongside DH Parameter IE.
    - Check wpabuf_resize return values when building OWE Assoc Response IEs.
    - Recognize OWE AKM in RSN IE when CONFIG_OWE_SOFTAP without CONFIG_OWE_STA.
    - Docs: SoftAP OWE-only; no transition mode; trim misleading OPEN→OWE note.
2026-05-06 01:07:57 +05:30
tarun.kumar
d698d5345a feat(wifi) : OWE softAP review follow ups
- OWE: clear PRK on HKDF failure; wipe PMK with bin_clear_free; reuse PMK
      buffer when size matches.
    - 4-way handshake: drop extra OWE check so WPA2-PSK can try the next passphrase.
    - SoftAP: simpler OWE key setup and assoc response IEs (skip useless RSNXE step).
2026-05-05 21:40:56 +05:30
tarun.kumar
a5201bb8f4 fix(wifi) : Send assoc response with status code 77 in case of invalid DH group parameter element 2026-05-05 21:40:29 +05:30
tarun.kumar
c0b58df382 fix(wifi) : Fixed some issues found using static analysis 2026-05-05 21:40:29 +05:30
Aditi
7d0551257c feat(esp_wifi): Add changes for addressing some review comments
Closes https://github.com/espressif/esp-idf/issues/13457
2026-05-05 21:40:29 +05:30
Aditi
165c9fa44c feat(esp_wifi): Add ESP-IDF specific changes for OWE Only softap
1) Add OWE-Only Support in ESP-IDF softAP example
2) Add changes in documentation
2026-05-05 21:40:29 +05:30
Jouni Malinen
376fb23ff7 OWE: PMKSA caching in AP mode
This extends OWE support in hostapd to allow PMKSA caching to be used.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2026-05-05 21:40:29 +05:30
Aditi
01380bd7d9 feat(esp_wifi): Add ESP-IDF specific changes for OWE-Only SoftAP
1) Add Support for OWE in wifi driver for SoftAP mode.
2) Add some changes in 4-Way Handshake to support OWE in softAP.
3) Add some restructuring changes.
2026-05-05 21:40:29 +05:30
Jouni Malinen
c8b6ff88de OWE: Include RSNE in (Re)Association Response frame
This is not normally done in RSN, but RFC 8110 seems to imply that AP
has to include OWE AKM in the RSNE within these frames. So, add the RSNE
to (Re)Association Response frames when OWE is being negotiated.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
2026-05-05 21:40:29 +05:30
Jouni Malinen
acfebf2a75 OWE: Process Diffie-Hellman Parameter element in AP mode
This adds AP side processing for OWE Diffie-Hellman Parameter element in
(Re)Association Request frame and adding it in (Re)Association Response
frame.

Signed-off-by: Jouni Malinen <j@w1.fi>
2026-05-05 21:40:29 +05:30
Aditi
5df4063496 feat(esp_wifi): Add CONFIG option for CONFIG_OWE_SOFTAP 2026-05-05 21:40:29 +05:30
Jouni Malinen
e83d0debf1 OWE: Define and parse OWE AKM selector
This adds a new RSN AKM "OWE".

Signed-off-by: Jouni Malinen <j@w1.fi>
2026-05-05 21:40:29 +05:30
sonika.rathi
4d9435a5ef fix(fatfs): fix readdir/stat path buffer sizing in test 2026-05-05 12:04:41 +02:00
Jiang Jiang Jian
11b541d3c7 Merge branch 'bugfix/drop_broadcast_frag_frame' into 'master'
fix(esp_wifi): Drop broadcast fragmented frames

See merge request espressif/esp-idf!48043
2026-05-05 17:14:49 +08:00
Guillaume Souchere
3d0666ece8 Merge branch 'feat/add-max-arg-param-to-repl-config' into 'master'
feat(console): Add max_cmdline_args to esp_console_repl_config_t

Closes IDF-15624

See merge request espressif/esp-idf!47975
2026-05-05 11:12:27 +02:00
Mahavir Jain
cadda9929e Merge branch 'feat/update_mbedtls_4_1_1' into 'master'
feat(mbedtls): update to version 4.1.0

Closes IDF-15544

See merge request espressif/esp-idf!47234
2026-05-05 14:00:03 +05:30
Kapil Gupta
1d14e269b8 fix(esp_wifi): Drop broadcast fragmented frames 2026-05-05 13:49:02 +05:30
Mahavir Jain
67d1536ec2 Merge branch 'fix/flipped_key_mgr_key_info_flash_position' into 'master'
Fix the flipped key info slot when deploying a Key Manager-based key

See merge request espressif/esp-idf!48115
2026-05-04 15:20:45 +05:30
Guillaume Souchere
ec576cfde3 feat(console): Add max_cmdline_args to esp_console_repl_config_t 2026-05-04 07:59:15 +02:00
Rahul Tank
f0cd3949c3 Merge branch 'bugfix/ble_revert_file' into 'master'
fix(nimble): Reverted unwanted script files

See merge request espressif/esp-idf!48079
2026-05-01 19:24:00 +05:30
Jiang Jiang Jian
dc90e75315 Merge branch 'feat/add_dfs_channel_limition_for_softap_when_support_5g' into 'master'
feat(wifi): Add DFS channel handling and CSA support

Closes WIFIBUG-1247, WIFI-6867, and WIFI-7276

See merge request espressif/esp-idf!40852
2026-04-30 20:15:14 +08:00
Island
ada098e94c Merge branch 'feat/support_esp32h4_for_ble_mesh' into 'master'
Feat/support esp32h4/esp32s31 for esp ble mesh

Closes BLERP-2742, BLERP-2691, IDF-12247, and IDF-14609

See merge request espressif/esp-idf!47243
2026-04-30 19:08:20 +08:00
Kapil Gupta
fba7f6df97 Merge branch 'ci/wifi_remote_hook_cleanup' into 'master'
ci(esp_wifi): Update cleanup in script

See merge request espressif/esp-idf!48057
2026-04-30 16:37:12 +05:30
Ashish Sharma
cd38d68bd1 feat(bootloader_support): remove P192 curve support 2026-04-30 18:04:00 +08:00