Zhou Xiao
|
f7c66806f5
|
change(ble): [AUTO_MR] Update lib_esp32c2 to 7b7ee440
(cherry picked from commit c263c75897 )
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
|
2025-01-17 16:53:54 +08:00 |
|
Zhou Xiao
|
e7ff7f041c
|
change(ble): [AUTO_MR] Update lib_esp32c6 to bbc1903d
(cherry picked from commit 06a6b311a8 )
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
|
2025-01-17 16:53:52 +08:00 |
|
Zhou Xiao
|
c5ecbf27fc
|
change(ble): [AUTO_MR] Update lib_esp32h2 to bbc1903d
(cherry picked from commit 4f5f0b0954 )
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
|
2025-01-17 16:53:49 +08:00 |
|
Jiang Jiang Jian
|
bb8c9936f5
|
Merge branch 'bugfix/enable_eap_workarounds_v5.3' into 'release/v5.3'
fix(esp_wifi): Enable EAP workarounds by default (v5.3)
See merge request espressif/esp-idf!36153
|
2025-01-17 16:06:43 +08:00 |
|
Island
|
403a3e06c4
|
Merge branch 'change/ble_update_lib_20250103_v5.3' into 'release/v5.3'
change(ble): [AUTO_MR] 20250103 - Update ESP BLE Controller Lib (v5.3)
See merge request espressif/esp-idf!36372
|
2025-01-17 14:23:03 +08:00 |
|
Kapil Gupta
|
b6a87e7e6d
|
fix(esp_wifi): Enable EAP workarounds by default
Enabling this will make sure our behavior is same as upstream
wpa_supplicant.
|
2025-01-17 13:53:18 +08:00 |
|
Jiang Jiang Jian
|
c7ad8d795f
|
Merge branch 'bugfix/fix_double_wifi_active_time_v5.3' into 'release/v5.3'
bugfix/fix double wifi active time v5.3
See merge request espressif/esp-idf!36359
|
2025-01-17 13:51:00 +08:00 |
|
morris
|
8ec35b4d75
|
Merge branch 'refactor/improve_the_compatible_method_on_h2_v5.3' into 'release/v5.3'
refactor(lpperi): improve compatibility solution (v5.3)
See merge request espressif/esp-idf!36421
|
2025-01-17 12:40:00 +08:00 |
|
Jiang Jiang Jian
|
4e0cb9a140
|
Merge branch 'fix/fix_p4_deepsleep_io_leakage_v5.3' into 'release/v5.3'
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage (v5.3)
See merge request espressif/esp-idf!36009
|
2025-01-17 12:10:46 +08:00 |
|
Jiang Jiang Jian
|
92e1c50800
|
Merge branch 'fix/fix_pm_trace_rtc_domain_keeping_v5.3' into 'release/v5.3'
fix(esp_pm): enable RTC_PERIPH domain once in esp_pm_trace_init (v5.3)
See merge request espressif/esp-idf!35998
|
2025-01-17 12:10:05 +08:00 |
|
Jiang Jiang Jian
|
087e8a83f3
|
Merge branch 'fix/fix_flash_leakage_workaroud_config_dependcy_v5.3' into 'release/v5.3'
fix(esp_hw_support): fix FLASH leakage workaround kconfig dependcy (v5.3)
See merge request espressif/esp-idf!35991
|
2025-01-17 12:09:38 +08:00 |
|
Jiang Jiang Jian
|
86adcd99df
|
Merge branch 'fix/fix_flash_clock_changed_after_sleep_bak_v5.3' into 'release/v5.3'
fix(esp_hw_support): fix mspi clock freq changed after lightsleep (v5.3)
See merge request espressif/esp-idf!36003
|
2025-01-17 12:03:30 +08:00 |
|
Jiang Jiang Jian
|
04afd65ae6
|
Merge branch 'fix/fix_tsens_power_after_modem_wakeup_v5.3' into 'release/v5.3'
fix(esp_hw_support): fix tsensor power enable failed after modem state wakeup (v5.3)
See merge request espressif/esp-idf!36227
|
2025-01-17 12:02:59 +08:00 |
|
Jiang Jiang Jian
|
0590d1c21c
|
Merge branch 'fix/fix_p4_usb_phy_bad_suspend_on_lslp_v5.3' into 'release/v5.3'
fix(esp_hw_support): fix p4 OTG phy bad suspend cause high power consumption on sleep (v5.3)
See merge request espressif/esp-idf!36366
|
2025-01-17 12:02:10 +08:00 |
|
Jiang Jiang Jian
|
33923d3999
|
Merge branch 'fix/lwip_ping_getnetif_threadsafe_v5.3' into 'release/v5.3'
fix(lwip): Fix ping session calling thread unsafe API (v5.3)
See merge request espressif/esp-idf!36380
|
2025-01-17 11:43:55 +08:00 |
|
wanckl
|
c18f258a24
|
fix(driver_spi): fixed slave example error on esp32p4
|
2025-01-17 11:18:41 +08:00 |
|
wanckl
|
e1cc1e2568
|
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
|
2025-01-17 10:48:52 +08:00 |
|
Marius Vikhammer
|
e3e7243400
|
Merge branch 'bugfix/rm_redefined_gpio_num_v5.3' into 'release/v5.3'
fix(ulp): remove redefinition and unify gpio enum in ulp (backport v5.3)
See merge request espressif/esp-idf!36437
|
2025-01-17 10:42:24 +08:00 |
|
morris
|
af9e91c4ab
|
Merge branch 'refactor/cleanup_usb_phy_v5.3' into 'release/v5.3'
Cleanup USB PHY (backport v5.3)
See merge request espressif/esp-idf!36237
|
2025-01-17 10:40:26 +08:00 |
|
Xu Si Yu
|
527d29409e
|
fix(openthread): use the correct macros to control code compilation
|
2025-01-17 09:49:18 +08:00 |
|
Shu Chen
|
84e3f04fec
|
Merge branch 'fix/set_154_cca_duration_v5.3' into 'release/v5.3'
fix(15.4): set 15.4 energy scan duration before cca (v5.3)
See merge request espressif/esp-idf!36425
|
2025-01-17 09:19:11 +08:00 |
|
Martin Vychodil
|
96d3dfbb9a
|
Merge branch 'fix/incorrect_console_open_and_close_behaviour_v5.3' into 'release/v5.3'
fix(storage/vfs_console): stop new console opens from overwriting existing fds (v5.3)
See merge request espressif/esp-idf!35268
|
2025-01-16 22:08:13 +08:00 |
|
Li Shuai
|
f453380760
|
fix(uart): fix esp32c61 light sleep uart wakeup failed
|
2025-01-16 20:34:31 +08:00 |
|
Li Shuai
|
ff3c790ad1
|
fix(esp_hw_support): fix esp32c5 and esp32c61 wakeup failed when TOP rejects PD
|
2025-01-16 20:34:16 +08:00 |
|
zwl
|
5fe98f852c
|
feat(ble): support for putting ble code into flash on ESP32-C6
|
2025-01-16 18:20:43 +08:00 |
|
Tomas Rezucha
|
6d97cd0aa1
|
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:25:25 +01:00 |
|
Tomas Rezucha
|
19bdc77e55
|
fix(usb): Backport v5.3 compatibility commit
|
2025-01-16 09:53:22 +01:00 |
|
Tomas Rezucha
|
144f8a660e
|
refactor(usb/phy): Start using values from usb_dwc_info in PHY driver
Add tests for PHY sanity checks
|
2025-01-16 16:39:59 +08:00 |
|
Tomas Rezucha
|
005ae0554a
|
refactor(usb/phy): Do not use deprecated variables in usb_phy
|
2025-01-16 16:39:59 +08:00 |
|
Tomas Rezucha
|
47fd8aac23
|
feat(hal/usb): Explicitly enable clock and reset USB WRAP on init
|
2025-01-16 16:39:59 +08:00 |
|
Xiaoyu Liu
|
1ef5be3b39
|
fix(ulp): remove redefinition and unify gpio enum in ulp
Closes https://github.com/espressif/esp-idf/issues/15219
|
2025-01-16 09:22:48 +01:00 |
|
Xu Si Yu
|
d0948e250d
|
fix(15.4): set 15.4 energy scan duration before cca
|
2025-01-16 11:45:42 +08:00 |
|
laokaiyao
|
2abf73d94c
|
refactor(lpperi): improve compatibility solution
|
2025-01-16 10:18:02 +08:00 |
|
Rahul Tank
|
10db90a2fc
|
Merge branch 'bugfix/fix_compilation_warn_v5.3' into 'release/v5.3'
fix(nimble): Address compilation warnings for different flag combination (v5.3)
See merge request espressif/esp-idf!36393
|
2025-01-15 21:31:52 +08:00 |
|
morris
|
18714a2e4c
|
Merge branch 'refactor/update_lpperi_regs_for_h2_eco5_v5.3' into 'release/v5.3'
refactor(lpperi): compatible refactor for H2 ECO5 (v5.3)
See merge request espressif/esp-idf!36336
|
2025-01-15 16:11:38 +08:00 |
|
wanckl
|
ddeb3f1d35
|
fix(driver_spi): fixed slave_hd driver transaction alignment check
|
2025-01-15 16:03:58 +08:00 |
|
morris
|
16023f1da7
|
Merge branch 'change/bs_cmake_cleanup_v5.3' into 'release/v5.3'
feat(gdma): added help function to count the bytes in the receive buffer (v5.3)
See merge request espressif/esp-idf!36376
|
2025-01-15 13:19:34 +08:00 |
|
Rahul Tank
|
c089950c8b
|
fix(nimble): Fix compilation issues for different flag combinations
|
2025-01-15 10:11:23 +05:30 |
|
Shu Chen
|
9e58ddd91f
|
Merge branch 'feat/update_thread_lib_v5.3' into 'release/v5.3'
fix(openthread): update SRP server to support zero subtype (v5.3)
See merge request espressif/esp-idf!36337
|
2025-01-15 10:57:49 +08:00 |
|
wuzhenghui
|
e6808779dc
|
fix(esp_hw_support): fix p4 OTG phy bad suspend cause high power consumption on sleep
|
2025-01-15 10:20:58 +08:00 |
|
Ondrej Kosta
|
17ebbe0924
|
ci(esp_eth): added ESP32P4 to iperf CI test
Updated (increased) ETH_THROUGHPUT_SPI_ETH limits.
Improved iperf optimization description
|
2025-01-14 15:45:55 +01:00 |
|
Roland Dobai
|
a4330d297c
|
Merge branch 'fix/remove_duplicates_from_sdkconfig_renames_v5.3' into 'release/v5.3'
fix: remove duplicit lines from sdkconfig.rename files (v5.3)
See merge request espressif/esp-idf!36347
|
2025-01-14 19:41:46 +08:00 |
|
David Cermak
|
c2bc4d3797
|
fix(lwip): Fix ping session calling thread unsafe API
Closes https://github.com/espressif/esp-idf/issues/14982
|
2025-01-14 11:25:44 +01:00 |
|
Zhou Xiao
|
0a3068236c
|
fix(ble): fixed ld file for c2eco0 and c2eco4
(cherry picked from commit 937fe2a6e3 )
Co-authored-by: zhouxiao <zhouxiao@espressif.com>
|
2025-01-14 17:44:22 +08:00 |
|
David Čermák
|
5231c61b1b
|
Merge branch 'bugfix/ws_head_buf_size_v5.3' into 'release/v5.3'
fix(tcp_transport): Fix websocket header read to handle overflow (v5.3)
See merge request espressif/esp-idf!35668
|
2025-01-14 16:43:00 +08:00 |
|
David Čermák
|
f78ee19900
|
Merge branch 'fix/esp_netif_ppp_nullptr_check_v5.3' into 'release/v5.3'
fix(esp_netif): Prevent null deref when checking netif type (v5.3)
See merge request espressif/esp-idf!35671
|
2025-01-14 16:42:45 +08:00 |
|
morris
|
9a2e7b8686
|
feat(gdma): added API to count the size of rx buffer until eof
|
2025-01-14 16:41:05 +08:00 |
|
Zhou Xiao
|
eaf097ef8d
|
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-H2
(cherry picked from commit d2b62f2130 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-01-14 14:54:29 +08:00 |
|
Zhou Xiao
|
b9fadacf2f
|
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C6
(cherry picked from commit 8d6ec12838 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-01-14 14:54:27 +08:00 |
|
Zhou Xiao
|
0740986590
|
fix(ble): fixed esp_ble_tx_power_set api issue on ESP32-C2
(cherry picked from commit 6a752eeb89 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-01-14 14:54:24 +08:00 |
|