Commit Graph

39886 Commits

Author SHA1 Message Date
Roman Leonov
02b96db4ae feat(ext_hub): Added device error handling 2025-05-06 14:54:58 +02:00
Roman Leonov
622eab9bad feat(usbh): Added uid presence check in USBH device object list 2025-05-06 14:54:58 +02:00
Rahul Tank
a564be34c6 Merge branch 'bugfix/add_adv_type_parse_v5.3' into 'release/v5.3'
fix(nimble): Add API to parse adv report for given type (v5.3)

See merge request espressif/esp-idf!38790
2025-05-06 19:56:07 +08:00
Roland Dobai
318dbef100 Merge branch 'docs/fix-kconfserver-link_v5.3' into 'release/v5.3'
docs: Fix link to the kconfserver documentation (v5.3)

See merge request espressif/esp-idf!38906
2025-05-06 18:29:05 +08:00
Jiang Jiang Jian
0a0b9bf02d Merge branch 'bugfix/wps_msg_timeout_increase_v5.3' into 'release/v5.3'
fix(esp_wifi): Increase WPS message timeout (v5.3)

See merge request espressif/esp-idf!38876
2025-05-06 16:38:35 +08:00
Jan Beran
0fc301b94c docs: Fix link to the kconfserver documentation 2025-05-06 09:15:19 +02:00
morris
4066380f48 Merge branch 'fix/usb_host_hcd_dma_ls_via_fs_hubs_backport_v5.3' into 'release/v5.3'
fix(hcd): Added delay to slow down scatter-gather dma for ls device via fs hubs (backport v5.3)

See merge request espressif/esp-idf!38649
2025-05-06 13:40:40 +08:00
Jiang Jiang Jian
d63d26d580 Merge branch 'feature/add_ds_param_in_probe_req_v5.3' into 'release/v5.3'
Add DS parameter in probe requests from STA (Backport v5.3)

See merge request espressif/esp-idf!38173
2025-05-06 11:19:17 +08:00
Nachiket Kukade
e4b89c0de0 Merge branch 'feat/eap_domain_check_v5.3' into 'release/v5.3'
esp_wifi: Add EAP domain validation support (v5.3)

See merge request espressif/esp-idf!38279
2025-05-05 19:53:24 +08:00
Rahul Tank
7d3abe2c8c Merge branch 'bugfix/fix_ext_disc_example_usage_v5.3' into 'release/v5.3'
fix(nimble): Corrected structure field name usage in examples (v5.3)

See merge request espressif/esp-idf!38859
2025-05-05 13:44:46 +08:00
Aditya Patwardhan
c50e49dd0f Merge branch 'bugfix/esp32_c6_rev0_ecdsa_build_v5.3' into 'release/v5.3'
fix: Secure boot (ECDSA) build failure for C6 rev0 target (v5.3)

See merge request espressif/esp-idf!38835
2025-05-02 10:38:03 +08:00
morris
3a1bd70fea Merge branch 'fix/usb_comprehensive_heap_backport_v5.3' into 'release/v5.3'
fix(usb/host): Do not call heap_caps_get_allocated_size() in USB host driver (backport to v5.3)

See merge request espressif/esp-idf!38863
2025-05-01 07:59:30 +08:00
Kapil Gupta
c2560ed96d fix(esp_wifi): Flush PMK when EAP config is changed 2025-04-30 15:34:16 +05:30
Kapil Gupta
b3baf8c026 fix(esp_wifi): Code cleanup for PR#15550 PR#15551
Closes https://github.com/espressif/esp-idf/pull/15550
Closes https://github.com/espressif/esp-idf/pull/15551
2025-04-30 17:57:37 +08:00
Michael Stoll
05a6990049 fix: Force validate when using the default crt bundle 2025-04-30 17:57:37 +08:00
Michael Stoll
832bd03971 feat: Add domain match to wifi_enterprise example 2025-04-30 17:57:37 +08:00
Michael Stoll
90b7cd0971 feat(esp_wifi): Implement esp_eap_client_set_domain_match 2025-04-30 17:57:37 +08:00
akshat
2922213f7d bugfix(wpa_supplicant): Fix build errors when Supplicant logs are enabled 2025-04-30 15:25:10 +05:30
Kapil Gupta
b6cc3a4abc fix(esp_wifi): Increase WPS timeout 2025-04-30 15:25:10 +05:30
Roland Dobai
f640db4613 Merge branch 'ci/rename-packages_v5.3' into 'release/v5.3'
ci: rename local idf_ci folder, avoid name collision (v5.3)

See merge request espressif/esp-idf!38758
2025-04-30 17:17:53 +08:00
Shu Chen
da117743b2 Merge branch 'fix/fix_ot_set_mac_framecounter_v5.3' into 'release/v5.3'
backport: OpenThread features and bug fixes to v5.3

See merge request espressif/esp-idf!38817
2025-04-30 15:44:24 +08:00
morris
48deddea70 Merge branch 'fix/fix_image_check_16_mega_bytes_limit_v5.3' into 'release/v5.3'
bootloader: fixed image cannot exceed 16MB issue (v5.3)

See merge request espressif/esp-idf!38845
2025-04-30 14:49:51 +08:00
Tomas Rezucha
35e354c77f fix(usb/host): Do not call heap_caps_get_allocated_size() in USB host driver
It causes heap corruption if heap poisoning is enabled on ESP32-P4.
It returns incorrect size on ESP32-S3.

Closes https://github.com/espressif/esp-idf/issues/15815
2025-04-30 08:38:19 +02:00
akshat
199ec4c82b feat(esp_wifi): Add DS parameter in probe requests from STA
Parse the DS IE to get intended channel when softAP rx request,
send probe response only if request is intended for the channel
2025-04-30 11:27:54 +05:30
Mahavir Jain
8e825839dd Merge branch 'feat/configurable_mbedtls_sha1_v5.3' into 'release/v5.3'
feat(mbedtls): Make mbedtls SHA1 support configurable (v5.3)

See merge request espressif/esp-idf!37981
2025-04-30 12:42:19 +08:00
Island
6946068a0e Merge branch 'bugfix/fix_cble50y25_207_v5.3' into 'release/v5.3'
Fixed MIC error disconnection when pairing with iOS devices on ESP32-C3 and ESP32-S3(edf923e) (v5.3)

See merge request espressif/esp-idf!38763
2025-04-30 11:16:49 +08:00
armando
956d74a22b fix(bootloader): fixed image cannot exceed 16MB issue
flash 32-bit-addr is an experimental feature that has multiple
dependencies, e.g. flash chip vendor, etc.

If CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH can be enabled
successfully and tests are passed, we can allow images to be
placed on higher-than-16MB flash addresses
2025-04-30 10:34:55 +08:00
Rahul Tank
0675f2be27 fix(nimble): Corrected structure field name usage in examples 2025-04-29 21:48:12 +05:30
Mahavir Jain
ffc4ceb1a5 fix: Secure boot (ECDSA) build failure for C6 rev0 target
Closes https://github.com/espressif/esp-idf/issues/15856
2025-04-29 18:06:08 +08:00
Alexey Gerenkov
d1af51f3fd Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250422_v5.3' into 'release/v5.3'
feat(tools): update openocd version to v0.12.0-esp32-20250422 (v5.3)

See merge request espressif/esp-idf!38800
2025-04-29 16:20:21 +08:00
Rahul Tank
26ec118faf fix(nimble): Add API to parse adv report for given type 2025-04-29 12:24:59 +05:30
Xu Si Yu
300a5ed9f4 feat(openthread): add a callback to handle rcp reset failure 2025-04-29 14:23:17 +08:00
Xu Si Yu
105fe8d804 feat(openthread): dns server of border router bind unspecified netif 2025-04-29 14:23:16 +08:00
Xu Si Yu
6aa0f96ae8 fix(openthread): use esp_netif_tcpip_exec when sending a trel message 2025-04-29 14:23:16 +08:00
Xu Si Yu
b6c5152231 feat(openthread): add a function to ensure monotonically increasing frame counter 2025-04-29 14:12:59 +08:00
Kapil Gupta
adfec6463d fix(esp_wifi): Use supplicant's internal SHA1 if not available from IDF 2025-04-29 11:21:34 +05:30
harshal.patil
5bd3fb9f0c fix(mbedtls): Fix config dependencies when ROM mbedtls is used 2025-04-29 11:20:25 +05:30
harshal.patil
031ca5cc9b fix(wpa_supplicant): Disable fastpbkdf2 when s/w and h/w SHA1 is disabled 2025-04-29 11:20:18 +05:30
Jiang Jiang Jian
eaf03eeca9 Merge branch 'refactor/sae_pt_flag_v5.3' into 'release/v5.3'
refactor(wifi): Optimize wifi bin size for station mode (Backport v5.3)

See merge request espressif/esp-idf!38307
2025-04-29 13:48:37 +08:00
harshal.patil
86fb48da77 fix(esp-tls): Fix build failure when CONFIG_MBEDTLS_SHA1_C is disabled 2025-04-29 11:17:27 +05:30
Kapil Gupta
502229f409 fix(esp_wifi): Add alternate SHA1 APIs in WiFi
Add alternate SHA1 APIs to handle cases when
`CONFIG_MBEDTLS_SHA1_C` is disabled.
2025-04-29 11:17:27 +05:30
harshal.patil
36e5d6c695 feat(mbedtls): Make mbedtls SHA1 support configurable 2025-04-29 11:17:27 +05:30
Rahul Tank
9e042f6d71 Merge branch 'bugfix/blufi_add_missing_adv_stop_v5.3' into 'release/v5.3'
fix(nimble): Added code for missing adv stop in blufi (v5.3)

See merge request espressif/esp-idf!38719
2025-04-28 19:19:43 +08:00
Sajia
17427b5314 refactor(wifi): Optimize wifi bin size for station mode 2025-04-28 14:39:19 +05:30
chenjianhua
c82cabb576 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
- Fixed ble lib linkage issue
2025-04-28 14:11:25 +08:00
Chen Jian Hua
7f3f15f5f1 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
- Fixed MIC error disconnection when pairing with iOS devices


(cherry picked from commit 0df0b53b0a)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2025-04-28 14:11:11 +08:00
Jiang Jiang Jian
8e95ca2923 Merge branch 'bugfix/fix_some_wifi_bugs_250427_v5.3' into 'release/v5.3'
fix(phy): fix phy data partition restoring default fails issue(Backport v5.3)

See merge request espressif/esp-idf!38776
2025-04-28 11:42:08 +08:00
Jiang Jiang Jian
be21344c3c Merge branch 'fix/fix_usj_pad_retention_v5.3' into 'release/v5.3'
fix(esp_hw_support): fix usj pad config bad retention (v5.3)

See merge request espressif/esp-idf!38747
2025-04-27 19:31:30 +08:00
Rahul Tank
4df0a64c83 Merge branch 'bugfix/ios_hid_failure_v5.3' into 'release/v5.3'
fix(nimble): Update hid device example in nimble to work with iOS (v5.3)

See merge request espressif/esp-idf!38677
2025-04-27 18:36:51 +08:00
muhaidong
3a6d14649a fix(wifi): fix association timeout timer issue for wep shared auth 2025-04-27 16:55:25 +08:00