Island
|
794d8bdad3
|
Merge branch 'bugfix/fix_blufi_crash_v5.4' into 'release/v5.4'
fix(blufi): Fixed crash issue during memcpy in example (v5.4)
See merge request espressif/esp-idf!36552
|
2025-01-22 18:18:18 +08:00 |
|
Island
|
b05de813e3
|
Merge branch 'change/ble_update_lib_20250114_v5.4' into 'release/v5.4'
change(ble): [AUTO_MR] 20250114 - Update ESP BLE Controller Lib (v5.4)
See merge request espressif/esp-idf!36480
|
2025-01-22 18:17:46 +08:00 |
|
Zhang Hai Peng
|
f77da0d5b5
|
fix(blufi): Fixed some security issue in blufi example
(cherry picked from commit abc18e93eb3500dbec74c3e589671ef82c8b3919)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
|
2025-01-22 16:34:41 +08:00 |
|
Shu Chen
|
9309dc5670
|
Merge branch 'feature/support_esp32h2eco5_phylib_v5.4' into 'release/v5.4'
feat(esp_phy): support esp32h2eco5 phylib (v5.4)
See merge request espressif/esp-idf!36208
|
2025-01-22 11:57:50 +08:00 |
|
zhangwenxu
|
73be9efbfb
|
feat(esp_phy): support esp32h2eco5 phylib
|
2025-01-21 17:52:43 +08:00 |
|
Jiang Jiang Jian
|
e347bdd44b
|
Merge branch 'fix/backport_wifi_fixes_v5.4' into 'release/v5.4'
fix(Wi-Fi): Backport some Wi-Fi fixes to v5.4
See merge request espressif/esp-idf!36495
|
2025-01-21 17:45:57 +08:00 |
|
Jiang Jiang Jian
|
f4721d8170
|
Merge branch 'bugfix/clic_register_issues_v5.4' into 'release/v5.4'
fix(soc): fix clic register definition and description (backport v5.4)
See merge request espressif/esp-idf!35590
|
2025-01-21 15:52:58 +08:00 |
|
Shu Chen
|
0fb61ec9e0
|
Merge branch 'fix/ci_restart_avahi_daemon_v5.4' into 'release/v5.4'
fix(ci): restart avahi-daemon in otbr service discovery test case (v5.4)
See merge request espressif/esp-idf!36433
|
2025-01-21 14:41:58 +08:00 |
|
zwx
|
138cd7cf24
|
fix(ci): restart avahi-daemon in otbr service discovery test case
|
2025-01-21 11:26:10 +08:00 |
|
Shu Chen
|
3341d6ac1b
|
Merge branch 'fix/fix_coex_macro_control_v5.4' into 'release/v5.4'
fix(openthread): use the correct macros to control code compilation (v5.4)
See merge request espressif/esp-idf!36456
|
2025-01-20 19:14:13 +08:00 |
|
Xu Si Yu
|
149ea88752
|
fix(openthread): use the correct macros to control code compilation
|
2025-01-20 16:45:36 +08:00 |
|
morris
|
d512a2999a
|
Merge branch 'refactor/usb_merge_p4_phy_backport_v5.4' into 'release/v5.4'
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module (backport 5.4)
See merge request espressif/esp-idf!36449
|
2025-01-20 14:34:43 +08:00 |
|
linruihao
|
e6e09dbc4c
|
feat(coex): add coexist scheme for bt inquiry/page coexist with wifi
|
2025-01-20 14:20:29 +08:00 |
|
zhangyanjiao
|
9195bcbe22
|
fix(wifi/mesh): fixed the mesh connection failure in WPA3 mode after erasing flash
Closes https://github.com/espressif/esp-idf/issues/14095
|
2025-01-20 14:19:37 +08:00 |
|
Sarvesh Bodakhe
|
e789554997
|
fix(wifi): Fix bug in authmode detection for wpa2/wpa3 enterprise
WPA3-Enterprise mandates the use of AKM suite selector
00:0F:AC:5 (IEEE80211 802.1X with SHA-256)
|
2025-01-20 14:18:51 +08:00 |
|
Kapil Gupta
|
85156cceff
|
fix(esp_wifi): Address some review comments
|
2025-01-20 14:18:14 +08:00 |
|
Aditi
|
7900eeca4e
|
fix(wpa_supplicant): Remove the btm_rrm task from supplicant
This commit removes btm_rrm_t task and CONFIG_SUPPLICANT_TASK from
wpa_supplicant and make the functions work in wifi task's context.
|
2025-01-20 14:17:58 +08:00 |
|
Aditi
|
5f2fb56755
|
fix(wpa_supplicant): Fix for sending alternate ft-auth in roaming
|
2025-01-20 14:17:48 +08:00 |
|
Aditi
|
318ad17991
|
fix(wpa_supplicant): Add two separate flags for RRM and WNM
Added two separate flags CONFIG_RRM(80211k) and CONFIG_WNM(80211v)
flags under IEEE80211KV support flag.
|
2025-01-20 14:17:38 +08:00 |
|
Aditi
|
3f3c3d9a14
|
fix(wpa_supplicant): Add some minor fixes in roaming
1) Add a fix in roaming example for 11kvr
2) Removed length constraint for neighbor report received.
|
2025-01-20 14:17:27 +08:00 |
|
Aditi
|
bdc099af7f
|
fix(esp_wifi): Add fix for error handling for FT-Auth
|
2025-01-20 14:17:17 +08:00 |
|
yinqingzhao
|
c725253d53
|
feat(wifi): add wifi support for esp32c61 eco2
|
2025-01-20 14:16:30 +08:00 |
|
xuxiao
|
dd11e4514b
|
feat(wifi): add phy support for esp32c5 beta5
|
2025-01-20 14:16:12 +08:00 |
|
Martin Vychodil
|
86ace15e10
|
Merge branch 'fix/broken_fatfsgen_tests_v5.4' into 'release/v5.4'
fix(storage/fatfsgen): broken test_apps scripts for fatfsgen (v5.4)
See merge request espressif/esp-idf!36488
|
2025-01-18 05:39:01 +08:00 |
|
Tomáš Rohlínek
|
a92d5e9358
|
fix(storage/fatfsgen): broken test_apps scripts for fatfsgen
|
2025-01-17 18:31:50 +01:00 |
|
Marius Vikhammer
|
5fdc217858
|
Merge branch 'docs/correct_ulp_idf_monitor_command_v5.4' into 'release/v5.4'
docs(ulp): Fix esp_idf_monitor command for ulp monitoring (v5.4)
See merge request espressif/esp-idf!36470
|
2025-01-17 18:05:51 +08:00 |
|
Jiang Jiang Jian
|
ebd04eb2fc
|
Merge branch 'fix/fix_esp32c2_eco4_rx_csa_ld_v54' into 'release/v5.4'
fix(wifi): fix esp32c2eco4 sta_rx_csa ld
See merge request espressif/esp-idf!36203
|
2025-01-17 17:42:02 +08:00 |
|
morris
|
cad9cc2ab2
|
Merge branch 'refactor/improve_the_compatible_method_on_h2_v5.4' into 'release/v5.4'
refactor(lpperi): improve compatibility solution (v5.4)
See merge request espressif/esp-idf!36422
|
2025-01-17 16:56:56 +08:00 |
|
Zhou Xiao
|
1c5f26af2b
|
change(ble): update esp32c2 rom ld file
(cherry picked from commit e5feba6ed314c47aab4ae993edc77c377cb10b7e)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
|
2025-01-17 16:54:09 +08:00 |
|
Zhou Xiao
|
bf0ba2bb51
|
change(ble): [AUTO_MR] Update lib_esp32c2 to 7b7ee440
(cherry picked from commit c263c75897c4516a20a043635742e0f6832e3c1f)
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
|
2025-01-17 16:54:06 +08:00 |
|
Zhou Xiao
|
cc1b79e98c
|
change(ble): [AUTO_MR] Update lib_esp32c6 to bbc1903d
(cherry picked from commit 06a6b311a81d407e81fbbf9b8dd635e333452f4a)
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
|
2025-01-17 16:54:04 +08:00 |
|
Zhou Xiao
|
1f8539e9b3
|
change(ble): [AUTO_MR] Update lib_esp32h2 to bbc1903d
(cherry picked from commit 4f5f0b0954465df3a8030fd0718ff95d5189465e)
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
|
2025-01-17 16:54:02 +08:00 |
|
Sudeep Mohanty
|
36139f8620
|
docs(ulp): Fix esp_idf_monitor command for ulp monitoring
The commit fixes the esp_idf_monitor command for monitoring ulp serial
output as mentioned in the docs.
|
2025-01-17 08:29:19 +01:00 |
|
Jiang Jiang Jian
|
e7e3d5924e
|
Merge branch 'fix/fix_tsens_power_after_modem_wakeup_v5.4' into 'release/v5.4'
fix(esp_hw_support): fix tsensor power enable failed after modem state wakeup (v5.4)
See merge request espressif/esp-idf!36228
|
2025-01-17 11:45:25 +08:00 |
|
Jiang Jiang Jian
|
58cc66ac65
|
Merge branch 'ci/iperf_esp32p4_v5.4' into 'release/v5.4'
ci(esp_eth): added ESP32P4 to iperf CI test (v5.4)
See merge request espressif/esp-idf!36389
|
2025-01-17 11:44:15 +08:00 |
|
Jiang Jiang Jian
|
26fd34b864
|
Merge branch 'fix/lwip_ping_getnetif_threadsafe_v5.4' into 'release/v5.4'
fix(lwip): Fix ping session calling thread unsafe API (v5.4)
See merge request espressif/esp-idf!36379
|
2025-01-17 11:43:24 +08:00 |
|
Jiang Jiang Jian
|
192874f939
|
Merge branch 'change/ble_update_lib_20250103_v5.4' into 'release/v5.4'
change(ble): [AUTO_MR] 20250103 - Update ESP BLE Controller Lib (v5.4)
See merge request espressif/esp-idf!36373
|
2025-01-17 11:42:18 +08:00 |
|
wangtao@espressif.com
|
18aced40f9
|
fix(wifi): fix esp32c2eco4 sta_rx_csa ld
|
2025-01-17 11:41:43 +08:00 |
|
gaoxiaojie
|
58df18a361
|
fix(soc): fix clic register define and add description
|
2025-01-17 11:40:50 +08:00 |
|
Jiang Jiang Jian
|
74896d4187
|
Merge branch 'feature/efuse_update_for_esp32h2_eco5_v5.4' into 'release/v5.4'
feat(efuse): Adds efuses for esp32h2 eco5 (v5.4)
See merge request espressif/esp-idf!36238
|
2025-01-17 11:39:31 +08:00 |
|
Jiang Jiang Jian
|
054a0be454
|
Merge branch 'bugfix/sync_buf_crash_v5.4' into 'release/v5.4'
fix(bt/controller): fixed missing critical protections on linked-list structure of (e)SCO buffers (v5.4)
See merge request espressif/esp-idf!36340
|
2025-01-17 11:38:28 +08:00 |
|
Shu Chen
|
f4e4591180
|
Merge branch 'fix/set_154_cca_duration_v5.4' into 'release/v5.4'
fix(15.4): set 15.4 energy scan duration before cca (v5.4)
See merge request espressif/esp-idf!36424
|
2025-01-17 09:27:19 +08:00 |
|
Tomas Rezucha
|
f1fa7b1408
|
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module
P4 had separate PHY implementation for initial bring-up,
now we can merge it with the original PHY driver.
|
2025-01-16 10:19:31 +01:00 |
|
Jiang Jiang Jian
|
fbd97514df
|
Merge branch 'fix/backport_wifi_fixes_v5.4' into 'release/v5.4'
fix(wifi): backport wifi fixes to v5.4
See merge request espressif/esp-idf!36330
|
2025-01-16 17:16:13 +08:00 |
|
morris
|
9fb37219a2
|
Merge branch 'refactor/cleanup_usb_phy_v5.4' into 'release/v5.4'
Cleanup USB PHY (backport v5.4)
See merge request espressif/esp-idf!36236
|
2025-01-16 16:53:31 +08:00 |
|
Xu Si Yu
|
35a590c437
|
fix(15.4): set 15.4 energy scan duration before cca
|
2025-01-16 11:45:29 +08:00 |
|
laokaiyao
|
889537960e
|
refactor(lpperi): improve compatibility solution
|
2025-01-16 10:21:17 +08:00 |
|
Ondrej Kosta
|
a2eba1e25a
|
ci(esp_eth): added ESP32P4 to iperf CI test
Updated (increased) ETH_THROUGHPUT_SPI_ETH limits.
Improved iperf optimization description
|
2025-01-15 22:53:04 +08:00 |
|
Nachiket Kukade
|
ba8494eb87
|
fix(wpa_supplicant): Fix some coverity issues in wpa_supplicant
1. Fix leak in SoftAP while sending SAE Confirm
2. Move NULL check before pointer is getting used
3. Remove some dead code
|
2025-01-15 19:42:12 +05:30 |
|
wangtao@espressif.com
|
08db2390e5
|
fix(wifi): fix build issue when disable wpa3 sae
|
2025-01-15 19:42:12 +05:30 |
|