Li Shuai
7912f9fafe
change(esp_hw_support): force top domain power up during sleep
2025-06-04 21:03:02 +08:00
Frantisek Hrbata
63b7ae9ad1
fix(esp_common/cmake): do not rely on the target variable being set
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-06-04 19:50:27 +08:00
Frantisek Hrbata
b84e9b69ba
fix(newlib/cmake): avoid using uninitialized ldfragments variable
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-06-04 19:50:27 +08:00
Frantisek Hrbata
26e49e1e82
fix(vfs/cmake): avoid using uninitialized sources variable
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-06-04 19:50:27 +08:00
Frantisek Hrbata
56ac76d4d2
fix(esp_coex/cmake): avoid using uninitialized srcs variable
...
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-06-04 19:50:27 +08:00
Frantisek Hrbata
f50ae95ab5
fix(lwip/cmake): avoid using uninitialized srcs variable
...
Currently, lwip's CMakeLists.txt might use an uninitialized srcs value
if CONFIG_LWIP_ENABLE is disabled. This means it could use a srcs value
set by another component, involving sources that are entirely
unrelated to the lwip component during registration. Perhaps we
should simply exit when CONFIG_LWIP_ENABLE is not enabled and avoid
registering the component altogether.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-06-04 19:50:27 +08:00
Rahul Tank
c62b4c7994
fix(nimble): Add invocation for mempool_deinit
2025-06-04 16:35:59 +05:30
Fu Hanxi
fc4b2fbc28
Merge branch 'ci/disable-plugin-idf_ci' into 'master'
...
ci: disable idf-ci plugin
See merge request espressif/esp-idf!39600
2025-06-04 12:12:18 +02:00
Island
7d25722980
Merge branch 'bugfix/fix_ble_smp_fail_0x82' into 'master'
...
Bugfix/fix ble smp fail 0x82
Closes BLERP-1949
See merge request espressif/esp-idf!39494
2025-06-04 17:08:31 +08:00
Li Shuai
f8832b583c
Revert "fix(esp_pm): esp32c5 eco2 disable top pd to avoid mem being changed during sleep"
...
This reverts commit 8c2ea986b4 .
2025-06-04 14:15:16 +08:00
tarun.kumar
9abd30adc0
fix(wifi): Made changes in api for sending bcast deauth frames
2025-06-03 20:33:56 +05:30
Marius Vikhammer
6aeba18713
Merge branch 'feature/misc_core_iram' into 'master'
...
feat(core): added option for placing more core functions in flash
See merge request espressif/esp-idf!39489
2025-06-03 21:44:04 +08:00
Rahul Tank
44ba32bef7
fix(nimble): Modified Kconfig information to make it more user friendly
2025-06-03 16:00:54 +05:30
Jiang Jiang Jian
473f316906
Merge branch 'bugfix/fix_coex_ble_disc' into 'master'
...
fix(coex): Fix ble disconnect when coexisting wifi on esp32c2
Closes BT-4021
See merge request espressif/esp-idf!39522
2025-06-03 18:08:38 +08:00
Jiang Jiang Jian
1294da2754
Merge branch 'fix/fix_esp32c2_auth_thre_issue' into 'master'
...
fix(wifi): fix eps32c2 auth threshold issue
Closes WIFIBUG-1231, WIFIBUG-1235, WIFIBUG-1236, and WIFIBUG-1237
See merge request espressif/esp-idf!39496
2025-06-03 18:05:13 +08:00
Guillaume Souchere
a3270694f0
fix(driver): remove unecessary if conditions in the read function
...
This changes affect usb_serial_jtag_vfs and cdcacm_vfs read functions.
This commit removes the exit condition on reception of \n character.
2025-06-03 12:04:14 +02:00
David Čermák
469a39bb22
Merge branch 'fix/netif_ppp_dhcp' into 'master'
...
fix(esp_netif): Fix incorrect DHCP call for PPP interfaces
Closes IDFGH-15097
See merge request espressif/esp-idf!38403
2025-06-03 17:59:13 +08:00
Radek Tandler
efb4d5766a
Merge branch 'feature/storage_nvs_perf_blob' into 'master'
...
Improvement of NVS Blob performance
See merge request espressif/esp-idf!39084
2025-06-03 11:41:29 +02:00
morris
4a8e0d85e4
Merge branch 'fix/gptimer_sleep_retention_case' into 'master'
...
test(gptimer): power domain is not power down on esp32c5
Closes IDFCI-2923 and IDFCI-2922
See merge request espressif/esp-idf!39591
2025-06-03 17:24:31 +08:00
Xu Si Yu
3c01fd8301
feat(openthread): add some configurations in Kconfig
2025-06-03 16:29:46 +08:00
luoxu
7f95986a0e
feat(ble_mesh): update lib to f15b27e2d2
2025-06-03 15:34:32 +08:00
luoxu
224b7e158d
fix(ble_mesh): fixed issue with recv ntf before ccc done
2025-06-03 15:34:32 +08:00
luoxu
7738bca124
fix(ble_mesh): fixed proxy server might send segment message with incorrect format
2025-06-03 15:34:32 +08:00
luoxu
d4cd6e5741
feat(ble_mesh): support ble 50 for esp32c6 series chip
2025-06-03 15:34:32 +08:00
Fu Hanxi
87a5aedb85
ci: disable idf-ci plugin
...
this plugin will be re-enabled with compatible code in !38755
2025-06-03 08:37:56 +02:00
Jiang Jiang Jian
11ad7e0581
Merge branch 'fix/retry_cnt_issue_for_non_pmf_sta' into 'master'
...
fix(failure_retry_cnt): Prevent NON-PMF STA retries if esp_wifi_disconnect() before handshake
Closes WIFIBUG-1226
See merge request espressif/esp-idf!39497
2025-06-03 14:05:56 +08:00
Nachiket Kukade
5036509679
Merge branch 'bugfix/enable_ipv6_if_nan' into 'master'
...
bugfix(wifi): Enable IPv6 support via LWIP_IPV6 when WiFi Aware(NAN) is enabled
Closes WIFIBUG-1215
See merge request espressif/esp-idf!39385
2025-06-03 12:07:42 +08:00
Wan Lei
50ef5946cb
Merge branch 'test/spi_common_gpio_refa' into 'master'
...
feat(driver_spi): gpio reserve support for spi master/slave/slave_hd driver
Closes IDF-9107 and IDF-11126
See merge request espressif/esp-idf!31301
2025-06-03 11:21:43 +08:00
Island
15414f99c3
Merge branch 'fix/ble_log_spi_out_timer_delete' into 'master'
...
fix(ble): set timer handle to null after deletion
Closes BLERP-1941 and BLERP-1942
See merge request espressif/esp-idf!39548
2025-06-03 11:16:49 +08:00
morris
bf950e7dc5
test(gptimer): power domain is not power down on esp32c5
2025-06-03 11:15:24 +08:00
Island
f51c769d99
Merge branch 'bugfix/fix_ble_crash_when_check_send_pkts' into 'master'
...
fix(ble/bluedroid): Fixed null pointer assert in l2c_link_check_send_pkts
Closes BLERP-1944
See merge request espressif/esp-idf!39463
2025-06-03 10:41:41 +08:00
Omar Chebib
0e6c063a13
Merge branch 'bugfix/clic_mapping_mask' into 'master'
...
fix(hal): make CLIC interrupt routing function to only write related bits
Closes IDF-8654 and IDF-9262
See merge request espressif/esp-idf!39320
2025-06-03 10:15:50 +08:00
radek.tandler
c23c21f3c0
refactor(nvs_flash): Improved Blob performance
...
The findItem method was improved to use a hash list in RAM when searching for BLOB data chunks
The findItem method was extended with a parameter that returns the position of an item on the page,
if it is found
The algorithm for matching existing variable-length data (such as strings and BLOBs) with
new values was enhanced by comparing the CRC32 of the data chunks before reading the data from flash
2025-06-02 16:01:40 +02:00
akshat
ad164f5d57
bugfix(wifi): Define ETH_ALEN for IPV6 Communication Type
2025-06-02 15:44:39 +05:30
akshat
5dcd1a578b
bugfix(wifi): Enable IPv6 support via LWIP_IPV6 when WiFi Aware(NAN) is enabled
2025-06-02 15:44:39 +05:30
Ashish Sharma
2ef09a7952
fix(esp_tls): fix failing build with TLS1.3 only and dynamic buffer
2025-06-02 09:14:03 +08:00
David Cermak
63acb01dc1
fix(esp_netif): Rename IP_EVENT_AP_STAIPASSIGNED to generic name
...
Since it's the DHCP server that assigned and IP to a client,
(the DHPCS doesn't have to be an AP, and DHCPC doesn't have to
be a station or an Eth netif)
Closes https://github.com/espressif/esp-idf/issues/15663
2025-05-30 16:42:38 +02:00
Marius Vikhammer
4d27e1a399
change(freertos): vApplicationStackOverflowHook is now flashed in flash if option enabled
...
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH will now also place vApplicationStackOverflowHook in
flash
2025-05-30 14:22:54 +02:00
Marius Vikhammer
db3946ab9f
change(heap): moved tlsf patch functions to flash
2025-05-30 14:07:13 +02:00
zhanghaipeng
8150573012
fix(ble/bluedroid): Fixed null pointer assert in l2c_link_check_send_pkts
2025-05-30 17:37:21 +08:00
Jiang Jiang Jian
d4129533e6
Merge branch 'bugfix/esp32c5_eco2_cpulockup_top_pu' into 'master'
...
esp32c5 eco2 disable digitall peripherals power down to avoid mem being changed during sleep
Closes PM-410, PM-406, and PM-436
See merge request espressif/esp-idf!39530
2025-05-30 17:15:23 +08:00
Kevin (Lao Kaiyao)
d86a84edfd
Merge branch 'change/sync_trm_csv_update_5_27' into 'master'
...
change(csv_update): sync the csv update to idf
See merge request espressif/esp-idf!39459
2025-05-30 16:00:04 +08:00
Zhou Xiao
1614e71eb6
fix(ble): set timer handle to null after deletion
2025-05-30 15:23:05 +08:00
Shu Chen
1bb75b2fb9
Merge branch 'feat/and_function_to_exit_ot_mainloop' into 'master'
...
feat(openthread): add a function to exit openthread mainloop safely
Closes TZ-1796
See merge request espressif/esp-idf!39389
2025-05-30 06:58:26 +00:00
Wan Lei
6cd14c143b
Merge branch 'feat/twai_driver_add_programming_guide' into 'master'
...
feat(driver_twai): new driver add programming guide
Closes IDF-9466
See merge request espressif/esp-idf!39013
2025-05-30 14:27:33 +08:00
wangtao@espressif.com
5521ddff22
fix(wifi): fix esp32c2 auth threshold issue
2025-05-30 13:51:00 +08:00
C.S.M
36a5a71d5c
Merge branch 'feat/i2c_support_c61' into 'master'
...
refactor(i2c): Remove slave_v2 source file
See merge request espressif/esp-idf!39516
2025-05-30 11:34:45 +08:00
Wang Meng Yang
8f224d6a63
Merge branch 'change/opt_hid_device_connect_description' into 'master'
...
docs(bt/bluedroid): Updated HID Device connect API description
Closes IDFGH-15363
See merge request espressif/esp-idf!39434
2025-05-30 07:12:06 +08:00
Sarvesh Bodakhe
bebfd14ae5
fix(wif): Prevent NON-PMF STA retries if esp_wifi_disconnect() before handshake
...
Ensure that NON-PMF station does not attemp connection retries when
'esp_wifi_disconnect()' is called before the 4-way-handshake completes,
even if 'failure_retry_cnt' allows retries.
2025-05-29 21:46:49 +05:30
Jiang Jiang Jian
fed2fb0a23
Merge branch 'bugfix/add_more_checks_when_receiving_espnow' into 'master'
...
fix(wifi): Added more check when receiving espnow data
Closes WIFI-6846
See merge request espressif/esp-idf!38593
2025-05-29 21:24:28 +08:00