Xu Si Yu
6fb839eafc
feat(openthread): add an API to set rcp version string
2025-02-05 14:36:06 +08:00
morris
1de6022c76
Merge branch 'fix/periodic_fs_usb_on_p4_backport_v5.3' into 'release/v5.3'
...
fix(usb/host): Fixed Full Speed periodic transfers on ESP32-P4 (backport v5.3)
See merge request espressif/esp-idf!36648
2025-02-05 14:18:31 +08:00
morris
400b1e5d57
Merge branch 'bugfix/fix_i2s_reconfig_slot_issue_v5.3' into 'release/v5.3'
...
fix(i2s): fixed incorrect logic in slot reconfig (v5.3)
See merge request espressif/esp-idf!36642
2025-02-05 12:32:26 +08:00
Michael (XIAO Xufeng)
0d73471a9d
Merge branch 'test/add_cache2phys_xip_tests_v5.3' into 'release/v5.3'
...
fix(mmap): fixed spi_flash_phys2cache, spi_flash_cache2phys return addr in PSRAM issue (v5.3)
See merge request espressif/esp-idf!33628
2025-01-30 23:08:33 +08:00
David Čermák
9c7be1d697
Merge branch 'fix/ping_data_race_v5.3' into 'release/v5.3'
...
fix(lwip): Fix potential data-race in ping tcpip callback (v5.3)
See merge request espressif/esp-idf!36535
2025-01-30 17:34:18 +08:00
harshal.patil
1318d51dd4
fix(esptool_py): Fix NVS partition being incorrectly marked as encrypted
...
- The CMake function esptool_py_partition_needs_encryption() in the esptool_py
component used to mark NVS partition as encrypted, instead it should have marked
the NVS keys partition as encrypted.
2025-01-30 12:02:54 +05:30
David Cermak
8da8db7a4e
fix(lwip): Fix potential data-race in ping tcpip callback
...
Need to use tcpip_api_call() instead of tcpip_callback(), since the
former waits for the tcpip task to complete and thus prevents potential
data races with subsequent TCP/IP tasks.
2025-01-29 23:34:27 +08:00
Tomas Rezucha
fc39a5b836
refactor(usb): Include supported PHYs information in SoC
2025-01-27 08:07:59 +01:00
Tomas Rezucha
55f5f29517
fix(usb): Fixed missing GPIO drive capability on ESP32-P4
...
All USB PHYs that share their IOs with GPIOs must set
the GPIO's drive capability to maximum.
2025-01-27 08:07:46 +01:00
Tomas Rezucha
47577b83c5
fix(usb/host): Fixed Full Speed periodic transfers on ESP32-P4
...
For FS periodic endpoints 'tokens_per_frame' must be set to 8
LL usb_dwc_ll_hctsiz_set_sched_info() function.
2025-01-27 08:07:30 +01:00
laokaiyao
3cb9ab1f1b
fix(i2s): fix uninitialize warning for the default macros
...
Closes https://github.com/espressif/esp-idf/issues/15271
2025-01-27 14:21:31 +08:00
laokaiyao
a1631226d9
fix(i2s): fixed incorrect logic in slot reconfig
...
Closes https://github.com/espressif/esp-idf/issues/15256
2025-01-27 14:13:19 +08:00
David Cermak
c06e2509f3
fix(network/examples): Fix build rules to test builds on for all targets
...
Uses wifi defines only if wifi is enabled for this target
2025-01-24 17:01:59 +01:00
David Čermák
f2fe95f31b
Merge branch 'ci/iperf_esp32p4_v5.3' into 'release/v5.3'
...
ci(esp_eth): added ESP32P4 to iperf CI test (v5.3)
See merge request espressif/esp-idf!36390
2025-01-24 19:49:20 +08:00
Wang Meng Yang
0c1a7ad156
Merge branch 'feat/esp32_set_get_bt_lpclk_src_v5.3' into 'release/v5.3'
...
feat(bt): Added API to get/set low power clock source(v5.3)
See merge request espressif/esp-idf!36563
2025-01-24 19:14:34 +08:00
Mahavir Jain
e1a023e13d
Merge branch 'feat/support_aes_pseudo_round_func_in_esp32h2_eco5_v5.3' into 'release/v5.3'
...
Support AES and XTS-AES's pseudo round function in ESP32H2-ECO5 (v5.3)
See merge request espressif/esp-idf!36464
2025-01-24 14:40:00 +08:00
morris
8f20eac2df
Merge branch 'feat/spi_std_timing_and_bit_trans_v5.3' into 'release/v5.3'
...
feat(driver_spi): support adjust master rx to standard timing (v5.3)
See merge request espressif/esp-idf!36400
2025-01-24 10:24:14 +08:00
harshal.patil
ac0dc0d775
feat(bootloader_support): Permanently enable XTS-AES pseudo rounds when FE release mode is enabled
2025-01-23 14:06:16 +05:30
harshal.patil
ae4e693cfc
feat(hal/spi_flash_encrypted): Enable pseudo rounds function during XTS-AES operations
2025-01-23 14:06:16 +05:30
harshal.patil
8d30077744
feat(hal/aes): Enable pseudo rounds function during AES operations
2025-01-23 14:06:16 +05:30
Konstantin Kondrashov
ae7857416e
feat(espefuse): Adds efuses for esp32h2 eco5
...
- Support efuses that are not present in the main efuse table
2025-01-23 13:29:36 +08:00
xiongweichao
5a94c54fb8
feat(bt): Added API to get/set low power clock source
2025-01-23 11:19:36 +08:00
wuzhenghui
12db9e4225
fix(esp_hw_support): fix branch predictor access flash after cache disabled
2025-01-22 19:27:37 +08:00
Island
0c8da9f966
Merge branch 'change/ble_update_lib_20250114_v5.3' into 'release/v5.3'
...
change(ble): [AUTO_MR] 20250114 - Update ESP BLE Controller Lib (v5.3)
See merge request espressif/esp-idf!36479
2025-01-22 18:17:51 +08:00
Jiang Jiang Jian
731c461049
Merge branch 'bugfix/pm-300-v5.3' into 'release/v5.3'
...
backport v5.3: fix some esp32c5 and esp32c61 light sleep wakeup issues
See merge request espressif/esp-idf!36076
2025-01-21 16:47:44 +08:00
Jiang Jiang Jian
427304105d
Merge branch 'bugfix/clic_register_issues_v5.3' into 'release/v5.3'
...
fix(soc): fix clic register definition and description (backport v5.3)
See merge request espressif/esp-idf!35589
2025-01-20 20:20:36 +08:00
morris
adf1474e2f
Merge branch 'refactor/usb_merge_p4_phy_backport_v5.3' into 'release/v5.3'
...
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module (backport_v5.3)
See merge request espressif/esp-idf!36448
2025-01-20 15:02:21 +08:00
morris
fb25eb02eb
Merge branch 'fix/p4_spi_slave_example_not_work_v5.3' into 'release/v5.3'
...
fix(driver_spi): fixed slave (and slave_hd) driver and example error with alignment check (v5.3)
See merge request espressif/esp-idf!36404
2025-01-20 10:54:22 +08:00
Shu Chen
738ed11aa0
Merge branch 'fix/fix_coex_macro_control_v5.3' into 'release/v5.3'
...
fix(openthread): use the correct macros to control code compilation (v5.3)
See merge request espressif/esp-idf!36457
2025-01-17 17:14:18 +08:00
Zhou Xiao
7a1dab88e5
change(ble): update esp32c2 rom ld file
...
(cherry picked from commit e5feba6ed314c47aab4ae993edc77c377cb10b7e)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-01-17 16:53:56 +08:00
Zhou Xiao
f7c66806f5
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:53:54 +08:00
Zhou Xiao
e7ff7f041c
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:53:52 +08:00
Zhou Xiao
c5ecbf27fc
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: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
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