Nachiket Kukade
302d8e5fce
feat(esp_wifi): Add extended SSI support for NAN Services
...
1. Allow SSI in publish and subscribe, populate Peer's SSI in match events
2. Allow SSI with length higher than 255 bytes by using SDEA for all NAN services
3. Update API's to support SSI changes and other SDEA parameters
4. Fix use after free issues with NAN Beacons and SDF's
Closes https://github.com/espressif/esp-idf/issues/12473
Closes https://github.com/espressif/esp-idf/issues/13366
2025-03-21 15:52:23 +08:00
Armando (Dou Yiwen)
64ff6ec274
Merge branch 'fix/mutex_between_oct_flash_and_flash_rom_impl' into 'master'
...
flash: mutex between oct flash and flash rom impl
See merge request espressif/esp-idf!37760
2025-03-21 14:51:08 +08:00
Armando (Dou Yiwen)
f3f3cad07c
Merge branch 'feat/isp_bypass' into 'master'
...
isp: supported bypass isp to use csi, supported byte endianness swapping
Closes IDF-9706 and IDF-12620
See merge request espressif/esp-idf!37672
2025-03-21 14:05:54 +08:00
Marius Vikhammer
e5cacf5a80
Merge branch 'bugfix/fix_nvs_host_test_linux' into 'master'
...
test(nvs): fixed wrong volatile qualifier in host-test
See merge request espressif/esp-idf!37934
2025-03-21 12:05:29 +08:00
Jiang Jiang Jian
2bf3fd521f
Merge branch 'bugfix/err_disc_state_changed_evt' into 'master'
...
fix(bt/bluedroid): fixed other events being reported when disconnected
Closes BTQABR2023-457
See merge request espressif/esp-idf!37728
2025-03-21 10:19:19 +08:00
Marius Vikhammer
f65dc668a9
test(nvs): fixed wrong volatile qualifier in host-test
2025-03-21 09:30:37 +08:00
Armando (Dou Yiwen)
ee5042095b
Merge branch 'refactor/psram_structure_refactor' into 'master'
...
refactor(psram): cleanup psram component code structure
See merge request espressif/esp-idf!37870
2025-03-21 00:52:03 +08:00
Jiang Jiang Jian
eaa77b6c43
Merge branch 'bugfix/fix_wep_shared_auth_association_timeout_issue' into 'master'
...
fix(wifi): fix association timeout timer issue for wep shared auth
See merge request espressif/esp-idf!37247
2025-03-20 20:51:05 +08:00
Rahul Tank
ffe83c2345
Merge branch 'bugfix/fix_smp_command_allocation' into 'master'
...
fix(nimble): Fix SMP command allocation
See merge request espressif/esp-idf!37721
2025-03-20 20:24:02 +08:00
Adam Múdry
58fbcfb407
Merge branch 'feat/ff_fs_nofsinfo_kconfig' into 'master'
...
feat(fatfs): Add an option to set FF_FS_NOFSINFO value
Closes IDFGH-14467
See merge request espressif/esp-idf!36592
2025-03-20 20:18:52 +08:00
Marius Vikhammer
a89fc6d905
Merge branch 'docs/core_docs_new_targets' into 'master'
...
docs(core): updated core docs for new targets
Closes IDF-10159, IDF-10162, IDF-10171, IDF-12148, IDF-12150, IDF-12151, IDF-12152, IDF-12156, and IDF-12157
See merge request espressif/esp-idf!37860
2025-03-20 19:56:18 +08:00
Sudeep Mohanty
a57680c6db
Merge branch 'fix/ringbuf_allow_split_receive_crash' into 'master'
...
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers
Closes IDF-12701
See merge request espressif/esp-idf!37882
2025-03-20 18:46:24 +08:00
xiongweichao
88ee19d3d3
fix(bt/bluedroid): fixed other events being reported when disconnected
...
- Since no initial value is assigned, the variable evt is a random value,
causing the ESP_BT_GAP_DISC_STATE_CHANGED_EVT event to be reported when
the connection is disconnected.
2025-03-20 17:21:14 +08:00
Kapil Gupta
7ff63ac9af
Merge branch 'feature/okc_support' into 'master'
...
feat(wpa_supplicant): Add support for OKC
Closes WIFIBUG-841
See merge request espressif/esp-idf!34873
2025-03-20 16:47:33 +08:00
Chen Ji Chang
6474fd67ae
Merge branch 'feat/h4_introduce_step8' into 'master'
...
feat(esp32h4): introduce hello world to ESP32H4 (stage8)
Closes IDF-9526 and IDF-12333
See merge request espressif/esp-idf!37545
2025-03-20 16:16:05 +08:00
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
armando
9b845f9f8b
fix(flash): mutex between flash rom impl and flash opi
2025-03-20 15:32:21 +08:00
armando
ac8cfadab0
refactor(psram): cleanup psram component code structure
2025-03-20 15:17:01 +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
muhaidong
06e1349c9f
fix(wifi): fix association timeout timer issue for wep shared auth
2025-03-20 14:09:08 +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
034f677563
docs(misc): update system docs for new chips
2025-03-20 09:01:11 +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
e2917ff160
fix(nimble): Fix SMP command allocation
2025-03-19 20:28:27 +05:30
Sudeep Mohanty
8b40eabce8
fix(ringbuf): xRingbufferReceive() crashes for allow-split buffers
...
This commit adds an assert check to xRingbufferReceive() and
xRingbufferReceiveFromISR() functions to prevent them from being used to
retrieve items from an allow-split buffer. Corresponding documentation
has also been updated.
2025-03-19 14:33:11 +01: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
Chen Jichang
45ba78940f
feat(esp32h4): finnal introduce hello world
2025-03-19 18:48:41 +08:00
Aditi
73c6112156
feat(wpa_supplicant): Add support for Opportunistic Key Caching
2025-03-19 15:05:53 +05:30
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
armando
cbcee1625f
refactor(flash): rename SOC_SPI_MEM_SUPPORT_OPI_MODE to SOC_SPI_MEM_SUPPORT_FLASH_OPI_MOD
2025-03-19 14:01:22 +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