Commit Graph

34923 Commits

Author SHA1 Message Date
akshat
393d54d40e fix(wpa_supplicant): Detect PBC overlap even when UUID is null 2025-07-08 10:12:22 +08:00
akshat
f145865896 fix(wpa_supplicant): Ensure pbc_overlap event is posted correctly
Preserves the pbc_overlap flag to allow proper event posting.
This ensures that pbc overlap detection functions as expected.
2025-07-08 10:12:22 +08:00
akshat
aa0f14b223 fix(wpa_supplicant): Fix for WPS-PBC overlap detection in dual band
When WPS is running on dual band(e.g. a separate 2.4 GHz and 5 GHz band
    radios in an AP device), detect pbc overlap only if UUID differs.
2025-07-08 10:12:22 +08:00
Jiang Jiang Jian
705bbfd49c Merge branch 'contrib/github_pr_11535_v5.1' into 'release/v5.1'
Replace deprecated flushregs alias with full gdb command (GitHub PR) (v5.1)

See merge request espressif/esp-idf!33467
2025-07-08 10:10:21 +08:00
Tomáš Rohlínek
d9f55408e3 feat(network/lwip): Add checks for maximum socket count 2025-07-08 10:07:46 +08:00
armando
84c6a7f596 test(system): increased 200B memory leak thresh due to mmu mmap mutex
200B to extend the thresh, real increase to the memory usage will be smaller
2025-07-08 10:07:17 +08:00
armando
43b4810f56 test(mmu): added esp_mmu_map concurrency test 2025-07-08 10:07:17 +08:00
armando
34e8b36239 fix(mmu): fixed esp_mmu_map concurrent issue and add related docs 2025-07-08 10:07:17 +08:00
Adam Múdry
2716f42ef8 fix(sdmmc): Send status (CMD13) even if write/read command fails 2025-07-08 10:06:38 +08:00
Adam Múdry
618824274c fix(sdmmc): Improve SD card state checking after write/read command 2025-07-08 10:06:38 +08:00
Jiang Jiang Jian
4f91b24053 Merge branch 'fix/incorrect_unit_of_cpb_rx_clk_v5.1' into 'release/v5.1'
fix(bt): fixed the incorrect unit of clk in cpb rx event(backport v5.1)

See merge request espressif/esp-idf!40389
2025-07-08 10:00:46 +08:00
xiongweichao
4df0e15513 fix(ble): keep the log of the bluetooth sleep clock source consistent 2025-07-08 07:17:00 +08:00
gongyantao
095f50b7e0 fix(bt): fixed the incorrect unit of clk in cpb rx event 2025-07-07 14:51:20 +08:00
Rahul Tank
a5632e466a fix(nimble): Fix compilation issues when gatt caching is enabled in server only mode 2025-07-07 11:45:31 +05:30
Rahul Tank
75333db347 Merge branch 'bugfix/handle_3e_rem_feat_read_name_v5.1' into 'release/v5.1'
fix(nimble): Handle 0x3e disconnect during rem feat/ read version (v5.1)

See merge request espressif/esp-idf!40178
2025-07-07 11:03:17 +05:30
Ashish Sharma
5f74ce2d4b feat(mbedtls): update to version 3.6.4 2025-07-04 17:58:56 +08:00
Island
65e094c8c1 Merge branch 'fix/ensure_internal_mem_for_ble_log_spi_out_v5.1' into 'release/v5.1'
fix(ble): ensure internal malloc in ble log spi out (v5.1)

See merge request espressif/esp-idf!40179
2025-07-04 16:54:42 +08:00
Island
fcba350710 Merge branch 'change/ble_update_lib_20250630_v5.1' into 'release/v5.1'
change(ble): [AUTO_MR] 20250630 - Update ESP BLE Controller Lib (v5.1)

See merge request espressif/esp-idf!40297
2025-07-03 15:32:34 +08:00
Rahul Tank
491daf3212 fix(nimble): Handle 0x3e disconnect during rem feat/ read version 2025-07-03 12:56:21 +05:30
Shu Chen
53b06b304a Merge branch 'fix_br_selfhosted_address_v5.1' into 'release/v5.1'
feat(openthread): move mesh local address judeging function to public (v5.1)

See merge request espressif/esp-idf!40260
2025-07-03 04:21:41 +00:00
Chen Jichang
ec5a0c0097 fix(pcnt): fix the accum_value missing when overflow 2025-07-02 20:11:22 +08:00
Rahul Tank
34308ee2a2 Merge branch 'bugfix/add_missing_unlock_v5.1' into 'release/v5.1'
fix(nimble): Add missing ble_hs_unlock() call (v5.1)

See merge request espressif/esp-idf!40237
2025-07-02 16:32:29 +05:30
Marius Vikhammer
590f24cb51 feat(lp_core): added support for LP-IO as LP-core wakeup source 2025-07-02 17:58:48 +08:00
Zhao Wei Liang
8c0b1609d1 fix(ble): ensure ble controller disable safety for ESP32-C2
(cherry picked from commit cbe6f68d3c)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-02 15:13:33 +08:00
Zhao Wei Liang
bfd8d024fd fix(ble): fixed occasional assert triggered during controller disable on ESP32-C2
(cherry picked from commit 7b1a7cc4c3)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-02 15:13:31 +08:00
Zhao Wei Liang
6f5f5de5ce change(ble): [AUTO_MR] Update lib_esp32c2 to 9af627ef
(cherry picked from commit 6fac09d0c3)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-02 15:13:28 +08:00
Zhao Wei Liang
bc947c0584 change(ble): [AUTO_MR] Update lib_esp32c6 to d2d70d40
(cherry picked from commit 736cd84967)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-02 15:13:26 +08:00
Zhao Wei Liang
a5b775d2c2 change(ble): [AUTO_MR] Update lib_esp32h2 to d2d70d40
(cherry picked from commit 1671932345)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-02 15:13:24 +08:00
Alexey Gerenkov
4707a8b441 Merge branch 'fix/apptrace_crc_calculation_v5.1' into 'release/v5.1'
fix(apptrace): calculate crc16 of the current block before swap (v5.1)

See merge request espressif/esp-idf!40252
2025-07-01 17:46:17 +08:00
Jiang Jiang Jian
83102e977b Merge branch 'bugfix/esp32s2_memprot_clear_v5.1' into 'release/v5.1'
fix(esp_hw_support): clear the memory protection interrupt status on boot (backport v5.1)

See merge request espressif/esp-idf!38055
2025-07-01 14:06:49 +08:00
Mahavir Jain
f6f604fd4c Merge branch 'docs/fix_secure_download_mode_unsupported_esp32_v5.1' into 'release/v5.1'
fix(bootloader): Fix documentation as ESP32 does not support secure download mode (v5.1)

See merge request espressif/esp-idf!40217
2025-07-01 10:36:09 +05:30
Chen Dejin
a9d287593b fix(openthread/discovery): use mesh local for self-hosted service if OMR is not preferred
* esp-openthread: thread_zigbee/esp-openthread@f54481eb0
* openthread: espressif/openthread@b945928d7
* esp-idf: espressif/esp-idf@820c37fbb
2025-07-01 03:00:23 +00:00
chendejin
820c37fbb7 feat(openthread): move mesh local address judeging function to public 2025-07-01 10:49:17 +08:00
Rahul Tank
6965e6381a fix(nimble): Add missing ble_hs_unlock() call 2025-06-30 20:20:22 +05:30
Erhan Kurubas
789410bdb9 fix(apptrace): calculate crc16 of the current block before swap 2025-06-30 14:39:13 +02:00
David Cermak
d2c51f4c2c fix(esp_netif): Fix incorrect DHCP call for PPP interfaces
Closes https://github.com/espressif/esp-protocols/issues/800
2025-06-30 12:22:09 +02:00
harshal.patil
a65cf38f89 fix(bootlaoder): Fix documentation as ESP32 does not support secure download mode 2025-06-30 10:28:20 +05:30
Zhou Xiao
b4273a5786 fix(ble): ensure internal malloc in ble log spi out 2025-06-30 10:33:42 +08:00
Island
ea1edc0c0a Merge branch 'change/ble_update_lib_20250613_v5.1' into 'release/v5.1'
change(ble): [AUTO_MR] 20250613 - Update ESP BLE Controller Lib (v5.1)

See merge request espressif/esp-idf!40157
2025-06-27 11:10:02 +08:00
Sergei Silnov
b3fb7dcb2f Merge branch 'ci/fix-submodule-cache_v5.1' into 'release/v5.1'
ci: remove cached submodule metadata while checking with github (v5.1)

See merge request espressif/esp-idf!40097
2025-06-26 04:35:16 -03:00
cjin
8e50f15db3 feat(ble): add sm count reserve cnt setting on ESP32-H2 2025-06-26 15:02:38 +08:00
cjin
a5e5f636ac feat(ble): add sm count reserve cnt setting on ESP32-C6 2025-06-26 15:02:38 +08:00
cjin
2dda051ded change(ble): update lib_esp32c6 to ea6c58c7 2025-06-26 15:02:38 +08:00
cjin
906b2738d6 change(ble): update lib_esp32h2 to ea6c58c7 2025-06-26 15:02:38 +08:00
Zhou Xiao
16a59f7260 change(ble): [AUTO_MR] Update lib_esp32c6 to b8770ab2 2025-06-26 15:02:38 +08:00
Zhou Xiao
a4482c6fcf change(ble): [AUTO_MR] Update lib_esp32c2 to e865b4f9 2025-06-26 15:02:38 +08:00
Zhou Xiao
e6f97003f8 change(ble): [AUTO_MR] Update lib_esp32h2 to b8770ab2 2025-06-26 15:02:38 +08:00
Shu Chen
e5d6848cf6 Merge branch 'feat/call_meshcop_mdns_publish_in_idf_v5.1' into 'release/v5.1'
Handle MeshCoP mDNS service in state change callback, update OpenThread upstream (v5.1)

See merge request espressif/esp-idf!40086
2025-06-26 02:59:49 +00:00
muhaidong
edf7d1329e fix(coex): fix some external coexist issue 2025-06-25 19:56:31 +08:00
Xu Si Yu
23e93fe55c feat(openthread): update border router lib
* esp-openthread: thread_zigbee/esp-openthread@16bfed5ec
* openthread: espressif/openthread@b945928d7
* esp-idf: espressif/esp-idf@746bd9f9d
2025-06-25 11:28:22 +00:00