Zhang Shuxian
7fb61974f8
docs: Update cn translation for ecdsa
2025-04-17 18:02:46 +08:00
Shen Weilong
a89916eef4
change(ble): [AUTO_MR] Update lib_esp32c6 to cd6ba0ec
2025-04-17 17:49:00 +08:00
Shen Weilong
86d9c61482
change(ble): [AUTO_MR] Update lib_esp32c5 to cd6ba0ec
2025-04-17 17:49:00 +08:00
Shen Weilong
d48cc9ce2a
change(ble): [AUTO_MR] Update lib_esp32h2 to cd6ba0ec
2025-04-17 17:48:59 +08:00
sibeibei
0b201ff842
fix: tsens read abnormal value in esp32c2eco4
2025-04-17 17:32:19 +08:00
Zhou Xiao
447c2d8adc
change(ble): update phy lib to support c61 beta1
...
* C61 phy_version: 260, 87d2086, Mar 31 2025
2025-04-17 16:35:49 +08:00
laokaiyao
68ac1f5324
fix(legacy_touch): fixed the concurrent issue in esp32 touch driver
2025-04-17 15:41:59 +08:00
Sudeep Mohanty
6a740a9461
Merge branch 'fix/freertos_tickless_idle_tick_jump' into 'master'
...
fix(freertos): Fixed tickless idle tick count accounting
Closes IDFGH-14933
See merge request espressif/esp-idf!38068
2025-04-17 15:03:48 +08:00
Tan Yan Quan
995858c5b8
fix(openthread): check state for ot wake
2025-04-17 14:33:24 +08:00
C.S.M
3f5cab42b2
feat(bod): Add a simple callback function for brownout detector,
...
Closes https://github.com/espressif/esp-idf/pull/15661
2025-04-17 14:25:46 +08:00
Gao Xu
93455705ac
Merge branch 'feat/update_h21_i2c_reg' into 'master'
...
feat(i2c): update i2c reg and struct on h21
See merge request espressif/esp-idf!38416
2025-04-17 14:19:34 +08:00
Abhinav Kudnar
99909899ea
fix(nimble): Fix sync handle assignment for pawr connection
2025-04-17 14:05:57 +08:00
Ashish Sharma
0de1429834
fix(mbedtls): remove logical dead code from mbedtls
2025-04-17 13:43:48 +08:00
Laukik Hase
a0031cff9f
refactor(esp_tee): Remove the redudant eFuse-related service calls
2025-04-17 11:04:29 +05:30
Laukik Hase
832124f198
fix(esp_tee): Place APM HAL in TEE IRAM when SPI1 protection is enabled
...
- Place the APM HAL into TEE IRAM when `CONFIG_SECURE_TEE_EXT_FLASH_MEMPROT_SPI1`
is enabled, as APM violations related to SPI1 can occur with the flash cache disabled.
- Also fix an issue where flash protection tests were passing due to incorrect checks
2025-04-17 11:03:50 +05:30
Laukik Hase
a845be0149
refactor(esp_tee): Reduce the default TEE DRAM size
...
- Decreased from 32KB to 24KB, keeping in mind the current maximum TEE heap
usage and some overhead
- Make the TEE panic handler logs concise, saving some DRAM
2025-04-17 11:03:17 +05:30
Laukik Hase
8e27be344b
refactor(esp_tee): Place the secure services _ss_ layer in the flash by default
2025-04-17 11:03:16 +05:30
Laukik Hase
ecc547f4b0
Merge branch 'feat/esp_tee_hmac_ds_prot' into 'master'
...
feat(esp_tee): Protect the HMAC, DS and ECC peripherals from REE access
See merge request espressif/esp-idf!38285
2025-04-17 13:20:54 +08:00
Chen Ji Chang
8a9d659882
Merge branch 'feat/support_gdma_on_h4' into 'master'
...
feat(gdma): support gdma on esp32h4
Closes IDF-12382
See merge request espressif/esp-idf!38340
2025-04-17 11:34:56 +08:00
Island
57fd051374
Merge branch 'change/ble_update_lib_20250414' into 'master'
...
change(ble): [AUTO_MR] 20250414 - Update ESP BLE Controller Lib
Closes BLERP-1742, BLERP-1743, BLERP-1744, BLERP-1745, BLERP-1746, BLERP-1748, BLERP-1750, BLERP-1751, BLERP-1752, BLERP-1736, BLERP-1730, BLERP-1725, BLERP-1738, and BLERP-1706
See merge request espressif/esp-idf!38386
2025-04-17 10:39:23 +08:00
Adam Múdry
93ff1aec46
Merge branch 'feat/remove_const_from_voltopart' into 'master'
...
feat(fatfs/diskio): Remove const from PARTITION VolToPart
Closes IDFGH-13211
See merge request espressif/esp-idf!38150
2025-04-16 23:46:19 +08:00
Konstantin Kondrashov
784d80b43c
Merge branch 'feature/add_core_num_def_for_linux' into 'master'
...
feat(soc): Adds core_num definition for Linux target
Closes IDFGH-15076
See merge request espressif/esp-idf!38430
2025-04-16 22:48:13 +08:00
Sudeep Mohanty
80910be77a
fix(lp-timer): Remove LP Timer interrupt disabling from bootloader
...
This commit removes the disabling of the LP Timer interrupt from the
bootloader clock configuration routine. This allows the LP Timer
interrupt to be visible to the LP Core after HP CPU boots up.
Closes https://github.com/espressif/esp-idf/issues/15751
2025-04-16 16:31:57 +02:00
Sarvesh Bodakhe
abd18025b2
fix(wifi): Avoid writing to NVS if station configuration is not changed
...
Fixes the regression introduced by 3d5bf355c3
2025-04-16 19:34:36 +05:30
Laukik Hase
4a4d63d36e
feat(esp_tee): Protect the ECC peripheral from REE access
2025-04-16 19:19:04 +05:30
Laukik Hase
fc4802c0d6
feat(esp_tee): Protect the HMAC and DS peripherals from REE access
2025-04-16 19:19:04 +05:30
Laukik Hase
d7d78f6238
fix(esp_tee): Correct the input validation checks for secure services
2025-04-16 19:19:04 +05:30
Laukik Hase
1c4969bc47
feat(esp_security): Add a TEE-specific crypto lock layer with stub implementations
2025-04-16 19:19:03 +05:30
wanckl
6bfdc0ce63
feat(driver_twai): c5 eco2 support clock source pll80m to output 8m twai
2025-04-16 21:24:47 +08:00
wanckl
fb2f5cc1da
feat(driver_spi): c5 eco2 support master rx timing sample phase
2025-04-16 21:24:38 +08:00
Kevin (Lao Kaiyao)
16d79103aa
Merge branch 'feature/support_c5_eco2_rom' into 'master'
...
feat(rom): update rom for c5 eco2
See merge request espressif/esp-idf!38297
2025-04-16 20:36:07 +08:00
Wang Tao
d930a386da
Merge branch 'fix/fix_wifi_connect_mem_leakage' into 'master'
...
fix(wifi): fix wifi connect mem leakage
Closes WIFIBUG-1131, WIFIBUG-1129, WIFIBUG-1135, and WIFIBUG-1136
See merge request espressif/esp-idf!38341
2025-04-16 20:07:34 +08:00
Ivan Grokhotkov
34afa1948f
Merge branch 'bugfix/ldgen_cmake_interface_libs' into 'master'
...
fix(build): query correct property for interface libraries
See merge request espressif/esp-idf!38401
2025-04-16 19:44:15 +08:00
Tan Yan Quan
3f5a6e9826
fix(openthread): relax CSL accuracy default value
2025-04-16 19:07:09 +08:00
Mahavir Jain
c8f790078b
Merge branch 'feature/enable_ecdsa_support_for_esp32h21' into 'master'
...
feat: add ECDSA support for esp32h21
Closes IDF-11496
See merge request espressif/esp-idf!36591
2025-04-16 17:58:52 +08:00
wangtao@espressif.com
a797244ebb
fix(wifi): fix wifi connect mem leakage
2025-04-16 17:13:18 +08:00
morris
4a5d75ac85
Merge branch 'refactor/gdma_set_iram_safe_in_runtime' into 'master'
...
refactor(gdma): use run-time iram-safe config
Closes IDFGH-15089
See merge request espressif/esp-idf!37835
2025-04-16 16:31:56 +08:00
Marek Fiala
995c0777f8
Merge branch 'fix/failing_custom_cmake_host_win' into 'master'
...
fix(Tools): failing test_build_custom_cmake_project (Win, MacOS runners)
Closes IDF-12682
See merge request espressif/esp-idf!37932
2025-04-16 16:01:23 +08:00
Michael (XIAO Xufeng)
e65efb9156
Merge branch 'test/enable_xip_mmap_cases' into 'master'
...
fix(mmap): fixed cache2phys and phy2cache not patched when XIP on PSRAM
Closes IDF-10983
See merge request espressif/esp-idf!33629
2025-04-16 15:30:23 +08:00
Zhou Xiao
ece108c0bf
fix(ble): remove null pointer assert in npl event deinit
2025-04-16 14:36:48 +08:00
Zhou Xiao
7c3b9fa56f
change(ble): bugs fixed on spi ble log
...
* removed spi master in iram select for flash only firmware
* fixed memory issue in transaction init function
* fixed memory issue in transaction deinit function
2025-04-16 14:36:48 +08:00
cjin
a5c32a5fb7
feat(ble): support configurable rxbuf opt feat on ESP32-C5
2025-04-16 14:36:48 +08:00
cjin
5fbbec8655
feat(ble): support configurable rxbuf opt feat on ESP32-C6
2025-04-16 14:36:48 +08:00
cjin
4937d3c883
feat(ble): support configurable rxbuf opt feat on ESP32-H2
2025-04-16 14:36:48 +08:00
cjin
ce4e012c8b
feat(ble): use new section for ble sleep on ESP32-C2
2025-04-16 14:36:43 +08:00
laokaiyao
1c5d48e2bc
ci: disable target tests for c5 eco2
2025-04-16 11:01:39 +08:00
laokaiyao
9a88effab8
ci: disabled RF soc caps for c5 eco2
...
Disable the RF soc caps to bypass the build of un-supported RF examples
2025-04-16 11:01:39 +08:00
laokaiyao
0abc755342
feat(rom): update rom for c5 eco2
...
Breaking: Starting from this commit, ESP-IDF can only support ESP32-C5 v1.0 (ECO2)
2025-04-16 11:01:36 +08:00
wuzhenghui
a141d8c5bd
feat(esp_hw_support): optimize esp32p4 GPIO retention link
2025-04-16 10:30:56 +08:00
wuzhenghui
821631bd35
fix(esp_hw_support): iomux slp_sel is not avaliable to isolate mspi pin leakage on esp32p4
2025-04-16 10:30:56 +08:00