Mahavir Jain
b3f525d12f
Merge branch 'refactor/esp_tee_aes_gcm_port' into 'master'
...
refactor(esp_tee): Use the AES-GCM port layer for operations in the TEE
See merge request espressif/esp-idf!37650
2025-03-20 16:11:38 +08:00
Armando (Dou Yiwen)
b4abab382a
Merge branch 'feat/psram_80m_p4' into 'master'
...
psram: added 80MHz psram speed option
See merge request espressif/esp-idf!37667
2025-03-20 15:47:06 +08:00
Kevin (Lao Kaiyao)
87aa9ec5f0
Merge branch 'fix/i2s_iram_safe_issue_while_use_psram' into 'master'
...
fix(i2s): fixed failure when dma is iram_safe but i2s not
Closes IDFGH-14800
See merge request espressif/esp-idf!37670
2025-03-20 14:31:45 +08:00
morris
991acde4f7
Merge branch 'contrib/github_pr_15484' into 'master'
...
fix(twai): fixed twai assert fail during recover (GitHub PR)
Closes IDFGH-8204 and IDFGH-14745
See merge request espressif/esp-idf!37731
2025-03-20 14:04:01 +08:00
Li Shuai
921cfa0a8e
Merge branch 'feat/support_runtime_periphs_icg_ctrl_in_sleep' into 'master'
...
support runtime ICG control for peripherals to be used/kept during light sleep
Closes IDF-7595
See merge request espressif/esp-idf!37377
2025-03-20 13:03:48 +08:00
Jiang Jiang Jian
a3bd31f3a6
Merge branch 'bugfix/fix_espnow_send_data_error_in_v2.0' into 'master'
...
fix(wifi): fixed the espnow data length error in example
Closes WIFIBUG-1099, WIFIBUG-1097, WIFIBUG-1098, and WIFI-6804
See merge request espressif/esp-idf!37783
2025-03-20 11:20:49 +08:00
Island
5411dd00fd
Merge branch 'feat/ble_mesh_ble_50_micellaneous_update' into 'master'
...
Feat/ble mesh ble 50 micellaneous update
Closes BLERP-1473 and BLERP-1467
See merge request espressif/esp-idf!36206
2025-03-20 10:38:44 +08:00
Gao Xu
728f95f498
Merge branch 'refactor/rng_ll_c6' into 'master'
...
refactor(rng): refactor to use hal/ll apis for c6
Closes IDF-12533
See merge request espressif/esp-idf!37319
2025-03-20 10:28:39 +08:00
Marius Vikhammer
ee87960c13
Merge branch 'feature/esp_timer_flash' into 'master'
...
feat(esp_timer): added kconfig option for placing IRAM code into flash
Closes IDF-11427
See merge request espressif/esp-idf!37428
2025-03-20 08:56:43 +08:00
Rahul Tank
bbca89da53
Merge branch 'feat/implement_vendor_event_mask_vsc' into 'master'
...
feat(nimble): Add support for Vendor Event mask VSC
Closes BLERP-1626
See merge request espressif/esp-idf!37732
2025-03-19 20:38:33 +08:00
zhangyanjiao
a4106ef3b9
fix(wifi): fix the ESPNOW data length issue and connection issue
...
1. Changed the max data length to 1470 bytes for ESP-NOW v2.0
2. Added timer to send wake null after STA received assoc response
2025-03-19 19:18:56 +08:00
Jiang Jiang Jian
d826655f0c
Merge branch 'bugfix/offchan_action_tx_failure' into 'master'
...
Fix issues with offchannel action tx and ROC operations
See merge request espressif/esp-idf!28204
2025-03-19 19:14:36 +08:00
Laukik Hase
98e16412a7
refactor(esp_tee): Use the AES-GCM port layer for operations in the TEE
2025-03-19 14:30:52 +05:30
Laukik Hase
6e5513b8ad
refactor(esp_tee): Component dependency cleanup for the TEE build
2025-03-19 14:30:52 +05:30
Song Ruo Jing
95f8eb12d3
Merge branch 'bugfix/ledc_fade_stop_race_condition' into 'master'
...
fix(ledc): fix race condition in ledc_fade_stop causing assert failure
Closes IDFGH-14859
See merge request espressif/esp-idf!37817
2025-03-19 15:53:58 +08:00
luoxu
183a931084
fix(ble_mesh): fixed issue where private beacon used incorrect adv type
2025-03-19 14:11:43 +08:00
luoxu
98091ebb0e
fix(ble_mesh): update lib to 80130ecdd8
2025-03-19 14:06:19 +08:00
luoxu
cecd8d1c60
fix(ble_mesh): fixed some issues with ble50
2025-03-19 14:06:19 +08:00
tarun.kumar
895e897ee7
fix(esp_wifi): Making action tx and roc API's public
2025-03-19 13:49:50 +08:00
tarun.kumar
2ea5e8afa3
fix(esp_wifi): Modifying os_time_t datatype for platform and compiler independence
2025-03-19 13:49:50 +08:00
jgujarathi
da22d36fc1
fix(esp_wifi): Formatting calls to ROC API to match new prototype
...
- Making necessary changes to DPP module and offchannel tests
to reflect the changes made to ROC API.
2025-03-19 13:49:50 +08:00
jgujarathi
d7e4654f3d
fix(esp_wifi): Fix issues with offchannel action tx and ROC operations
...
- Fix issues with sending NULL data on the target channel instead of home
channel when connected sta attempts action tx or ROC.
- Fix issues with sending action tx on the home channel instead of target
channel when connected sta attempts action tx.
- Add new status codes to event data of WIFI_EVENT_ROC_DONE
- Adds new request structure esp_wifi_remain_on_channel operation
- Fixes issues with cancelling off channel operations such as ROC or
action frames TX.
2025-03-19 13:49:50 +08:00
Jiang Jiang Jian
708e70361c
Merge branch 'bugfix/11r_compile_error' into 'master'
...
fix(wifi): Fixed compilation error when 11KV is disabled and 11R is enabled
Closes IDFGH-14807
See merge request espressif/esp-idf!37804
2025-03-19 13:48:01 +08:00
Shreeyash
74157e04b7
feat(nimble): support vendor event mask set and vendor HCI event on nimble host
2025-03-19 10:09:02 +05:30
C.S.M
34b69e8050
Merge branch 'fix/i2c_operation_array_max' into 'master'
...
fix(i2c): Fix the array size of static operation
Closes IDFGH-14862
See merge request espressif/esp-idf!37784
2025-03-19 12:09:27 +08:00
Kapil Gupta
a10635e389
fix(wifi): Fixed compilation error when 11R is enabled without 11KV
...
Closes https://github.com/espressif/esp-idf/issues/15539
2025-03-19 12:07:08 +08:00
Omar Chebib
d3fd64d6c0
Merge branch 'bugfix/hwlp_coproc_saving_master' into 'master'
...
fix(freertos): workaround a hardware bug related to HWLP coprocessor
See merge request espressif/esp-idf!37246
2025-03-19 11:58:13 +08:00
armando
56d5c00245
feat(psram): added 80MHz psram speed option
2025-03-19 11:57:10 +08:00
Armando (Dou Yiwen)
847ac1a71b
Merge branch 'feat/unilc_psram_s3' into 'master'
...
psram: supported UnilC octal psram on s3
See merge request espressif/esp-idf!37714
2025-03-18 18:22:14 +08:00
laokaiyao
511a4a89ce
fix(i2s): fixed mismatch of the i2s and gdma iram-safe config
...
Closes https://github.com/espressif/esp-idf/issues/15533
2025-03-18 16:28:11 +08:00
Chen Ji Chang
54d7bec1e3
Merge branch 'fix/rmt_lim_thres_incorrect' into 'master'
...
fix(rmt): fix the received symbols issue
See merge request espressif/esp-idf!37706
2025-03-18 16:15:09 +08:00
Marius Vikhammer
4608cc0ef4
Merge branch 'bugfix/p4_lpwdt_efuse' into 'master'
...
fix(lpwdt): P4 LP-WDT now takes into account the EFUSE_WDT_DELAY for the timeout
See merge request espressif/esp-idf!36993
2025-03-18 15:54:17 +08:00
Marius Vikhammer
55be8bdc0d
feat(esp_timer): added kconfig option for placing IRAM code into flash
2025-03-18 15:23:43 +08:00
Wang Tao
e3583dd013
Merge branch 'fix/fix_dhcp_server_recv_decline_issue' into 'master'
...
fix(dhcp): fix dhcp server recv decline issue
Closes WIFI-6554
See merge request espressif/esp-idf!37474
2025-03-18 14:59:19 +08:00
Island
8d97ce5de1
Merge branch 'feat/optimize_hci_data_recv_process' into 'master'
...
Feat/optimize hci data recv process
Closes BLERP-1643, BLERP-1644, BLERP-1645, and BLERP-1648
See merge request espressif/esp-idf!37755
2025-03-18 14:58:55 +08:00
Marius Vikhammer
3fdcf31857
Merge branch 'feature/newlib_in_flash' into 'master'
...
feat(newlib): added option for placing functions in flash if flash-auto-suspend
Closes IDF-11958
See merge request espressif/esp-idf!37767
2025-03-18 14:55:14 +08:00
Mahavir Jain
2022c11441
Merge branch 'bugfix/fix_github_cert_verification_simpleota' into 'master'
...
fix: failing Github certificate verification
See merge request espressif/esp-idf!37769
2025-03-18 12:44:43 +08:00
Song Ruo Jing
88048d7076
fix(ledc): fix race condition in ledc_fade_stop causing assert failure
...
Closes https://github.com/espressif/esp-idf/issues/15580
2025-03-18 12:16:49 +08:00
zwl
93357e8613
feat(ble): change nimble whitelist max size to 31
2025-03-18 11:58:53 +08:00
zwl
fdae270427
feat(ble): change whitelist max size to 31 on ESP32-C5
2025-03-18 11:58:53 +08:00
zwl
578f2358c6
feat(ble): change whitelist max size to 31 on ESP32-C2
2025-03-18 11:58:53 +08:00
zwl
2b435687b0
feat(ble): change whitelist max size to 31 on ESP32-C6
2025-03-18 11:58:53 +08:00
zwl
57417ca30f
fix(ble): Fixed warning that the gpio is not usable when reconfig hci uart pin
2025-03-18 11:58:53 +08:00
zwl
132e0d6695
fix(ble): fixed hci driver stack protection fault issue on ESP32-C5
2025-03-18 11:58:53 +08:00
zwl
afd44d14b9
fix(ble): fixed hci driver stack protection fault issue on ESP32-C2
2025-03-18 11:58:53 +08:00
zwl
ec4a1324f5
fix(ble): fixed hci driver stack protection fault issue on ESP32-C6
2025-03-18 11:58:53 +08:00
zwl
327182e3e6
fix(ble): delete ble_hci_trans header file
2025-03-18 11:58:53 +08:00
zwl
84f0b39e4d
fix(ble): fixed hci assertion issue when uart interference occurs
2025-03-18 11:58:53 +08:00
Island
cafbd7bd46
Merge branch 'change/ble_update_lib_20250313' into 'master'
...
change(ble): [AUTO_MR] 20250313 - Update ESP BLE Controller Lib
Closes BLERP-1634, BLERP-1570, BLERP-1617, BLERP-1616, BLERP-1613, BLERP-1610, BLERP-1599, BLERP-1595, BLERP-1563, BLERP-1605, BLERP-1628, BLERP-1629, BLERP-1635, BLERP-1646, BLERP-1649, BLERP-1639, and BLERP-1651
See merge request espressif/esp-idf!37752
2025-03-18 11:57:11 +08:00
Li Shuai
3af4bce897
change(esp_driver_ledc): support LEDC ICG control
2025-03-18 10:43:40 +08:00