Sudeep Mohanty
141e62806c
feat(freertos-smp): Enabled FreeRTOS Runtime stats gathering for Amazon SMP Kernel
2025-09-22 09:23:07 +02:00
Sudeep Mohanty
9a4341bb87
refactor(freertos): Moved FreeRTOS Run Time Stats gathering to port.c
...
This commit creates a new port layer API xPortGetRunTimeCounterValue()
in port.c files. This helps to remove inclusion of header files such as
esp_timer.h and xtensa/hal.h from portmacro.h
2025-09-22 09:23:01 +02:00
harshal.patil
8b663ebe4d
fix(esp_security): Configure the Key Manager to use XTS-AES efuse key by-default
2025-09-22 12:22:07 +05:30
Marius Vikhammer
16cdbd9f5c
change(esp_timer): esp_timer_init_os now returns ESP_OK if already initialized
...
Previously it would return ESP_ERR_INVALID_STATE, which meant that if called from
user-code before the system tries to initialize the timer then esp-idf would
fail to boot.
This could happen if a user wanted to use esp-timer from a cpp constructor.
Closes https://github.com/espressif/esp-idf/issues/9679
2025-09-22 14:01:56 +08:00
Laukik Hase
649741fa9d
Merge branch 'feat/nvs_flash_deregister_sec_scheme' into 'master'
...
feat(nvs_flash): Added an API to deregister the NVS security scheme context
Closes IDF-12456 and IDFGH-16210
See merge request espressif/esp-idf!41073
2025-09-22 11:11:34 +05:30
Marius Vikhammer
33f92c8fc8
Merge branch 'change/disable_assert_ndebug_eval_by_default' into 'master'
...
change(newlib): COMPILER_ASSERT_NDEBUG_EVALUATE default value changed to 'n'
Closes IDFGH-479 and IDF-10857
See merge request espressif/esp-idf!40295
2025-09-22 13:10:15 +08:00
Nebojsa Cvetkovic
298bd047f6
fix(i2c): Don't print developer notes to ESP_LOG,
...
Closes https://github.com/espressif/esp-idf/pull/13963
2025-09-22 11:55:40 +08:00
Marius Vikhammer
19337d2708
change(vfs): deleted deprecated uart and uart-jtag-serial API
2025-09-22 11:46:07 +08:00
armando
7a58274c73
feat(isp): support BLC driver
2025-09-22 09:22:58 +08:00
armando
8ebce9b805
change(cache): no use sdkconfig in cache/mmu hal
2025-09-22 01:01:03 +00:00
gaoxu
e5c6b87c10
fix(tsens): fix temp_sensor affect by adc reset
2025-09-22 08:19:46 +08:00
gaoxu
9619d2b05a
ci(adc): add adc oneshot/continuous work with temp_sensor
2025-09-22 08:19:46 +08:00
Mahavir Jain
4c8833b6b6
Merge branch 'fix/ecdsa_efuse_purpose_check' into 'master'
...
fix(ecdsa): Fixed ECDSA efuse purpose check condition
See merge request espressif/esp-idf!41926
2025-09-21 19:41:10 +05:30
Mahavir Jain
572119684c
Merge branch 'fix/add_missing_event_tracter_capture_duirng_mbedtls_read' into 'master'
...
fix(esp-tls): added missing event tracker capture during mbedtls read operation
Closes IDFGH-15609
See merge request espressif/esp-idf!41266
2025-09-21 19:13:13 +05:30
Alexey Lapshin
262a70a1f0
Merge branch 'feature/gdbinit-files-generation-update' into 'master'
...
gdbinit files generation update
Closes IDF-11667 and IDF-11692
See merge request espressif/esp-idf!41549
2025-09-20 17:35:00 +04:00
Tomas Rezucha
ecc1144054
Merge branch 'feature/usb_p4_ver2' into 'master'
...
feat(usb/host): Add USB support to ESP32-P4 v3 (ECO5)
Closes IDF-13507 and IDF-13742
See merge request espressif/esp-idf!41602
2025-09-20 14:57:53 +02:00
Jiang Jiang Jian
44a66c7521
Merge branch 'feature/add_channel_switch_api_for_espnow' into 'master'
...
feat(wifi): Added switch channel api for espnow
Closes WIFI-6379 and WIFI-5499
See merge request espressif/esp-idf!38767
2025-09-20 13:33:33 +08:00
harshal.patil
ade76189c5
test(hal/crypto): Update AES test app to remove redundant block operation
2025-09-20 10:55:07 +05:30
harshal.patil
c36aef9c19
change(mbedtls/port): Wrap headers with relevant soc_caps
...
- Needed to fix builds for the targets that are yet to supported
2025-09-20 10:55:07 +05:30
harshal.patil
8992f08bef
feat(mbedtls/aes): Add config to support AES block and DMA modes during runtime
...
- Dynamically switch the AES operation modes based on the buffer operating length
- Shorter AES and SHA operations can now run faster and concurrently as well
Closes https://github.com/espressif/esp-idf/issues/15914
2025-09-20 10:55:07 +05:30
Laukik Hase
ac89a6f896
Merge branch 'feature/esp_tee_sec_stg_sign_w_pbkdf2' into 'master'
...
feat(esp_tee): Support for PBKDF2-based (HMAC) ECDSA signing
See merge request espressif/esp-idf!41074
2025-09-20 10:28:00 +05:30
Jiang Jiang Jian
c0de85c7a5
Merge branch 'change/ble_update_lib_20250919' into 'master'
...
change(ble): [AUTO_MR] 20250919 - Update ESP BLE Controller Lib
See merge request espressif/esp-idf!42026
2025-09-20 12:08:37 +08:00
gaoxu
5ba8f6a13f
refactor(rng): refactor to use hal/ll apis for S2
2025-09-19 20:02:04 +08:00
harshal.patil
5aa5366e7f
fix(bootloader_support): Reorder write disabling ECDSA_CURVE_MODE
2025-09-19 17:01:23 +05:30
cjin
41ecf44cb3
feat(ble): get wakeup cause when wake up on ESP32-H2
2025-09-19 16:47:57 +08:00
cjin
470e02ea6b
feat(ble): get wakeup cause when wake up on ESP32-C5
2025-09-19 16:47:45 +08:00
cjin
622b7cf425
feat(ble): get wakeup cause when wake up on ESP32-C6
2025-09-19 16:47:35 +08:00
cjin
6ae338de34
feat(ble): get wakeup cause when wake up on ESP32-C2
2025-09-19 16:47:18 +08:00
Tan Yan Quan
25b70b0756
feat(openthread): update thread-lib for new OT upstream 3b3dd203
...
* esp-openthread: thread_zigbee/esp-openthread@d9c9e535e
* openthread: espressif/openthread@3b3dd203b
* esp-idf: espressif/esp-idf@bab69aec4
2025-09-19 08:31:47 +00:00
harshal.patil
6be7a17ce0
fix(bootloader_support): Allow pre-programmed XTS-AES psuedo round level efuses
...
- The API esp_flash_encryption_set_release_mode() by defualt programs
the XTS-AES pseudo round level efuse to level low but did not considered
any existing value that would have been programmed in the efuse bit.
2025-09-19 13:55:50 +05:30
Tan Yan Quan
bab69aec4a
feat(openthread): update OT upstream to 3b3dd203b
2025-09-19 16:09:07 +08:00
Sudeep Mohanty
75619d8ef5
Merge branch 'task/remove_vportcleanuptcb_support' into 'master'
...
remove(freertos): Remove legacy vPortCleanUpTCB user hook
Closes IDF-8097
See merge request espressif/esp-idf!41867
2025-09-19 10:03:07 +02:00
Marius Vikhammer
9d4ea4f365
fix(parlio): fixed funcition with side-effect called in assert()
2025-09-19 15:42:09 +08:00
Marius Vikhammer
484d2c5c2f
fix(system): fixed issues with unused variable warnings when compiling with NDEBUG
2025-09-19 15:42:07 +08:00
Ondrej Kosta
bc421db41b
Merge branch 'feat/kconfig_clk_rm' into 'master'
...
feat(esp_eth): removed RMII CLK Kconfig option
Closes IDF-9724
See merge request espressif/esp-idf!41853
2025-09-19 15:35:50 +08:00
harshal.patil
d6c1184676
fix(bootloader_support): Reorder write protection bits of some shared security efuses
2025-09-19 13:02:00 +05:30
C.S.M
79c69cfa17
Merge branch 'test/add_c5_p4_usj_test' into 'master'
...
test(usj): add esp32-p4 usj test
See merge request espressif/esp-idf!41733
2025-09-19 15:00:47 +08:00
Omar Chebib
e1c2ddeab6
Merge branch 'fix/esp32p4_eco5_clic' into 'master'
...
fix: get rid of the hardware workarounds for the latest ESP32P4 revision
Closes IDF-13409, IDF-13781, and IDF-13782
See merge request espressif/esp-idf!41719
2025-09-19 15:00:21 +08:00
Marius Vikhammer
0ac9dfbbe0
Merge branch 'feature/lp_core_exception_wake' into 'master'
...
feat(ulp): added lp-core exception as wake-up source
See merge request espressif/esp-idf!39159
2025-09-19 14:48:33 +08:00
Konstantin Kondrashov
b7da740f12
Merge branch 'feature/log_v2_optimization' into 'master'
...
feat(log): Optimize idf components for binary logging
Closes IDF-12775
See merge request espressif/esp-idf!40289
2025-09-19 14:45:43 +08:00
Laukik Hase
c152663408
feat(esp_tee): Added support for PBKDF2-based (HMAC) ECDSA signing
2025-09-19 12:06:02 +05:30
Laukik Hase
1ea0fc261d
change(nvs_sec_provider): Make the HMAC-based NVS security scheme default for supported SoCs
...
- When NVS encryption is enabled on SoCs with the HMAC peripheral that have flash encryption
enabled, the HMAC-based NVS encryption scheme is now selected as default instead of the
flash encryption-based scheme.
- If your application previously used the flash encryption-based scheme, you need to manually
configure the NVS encryption scheme to flash encryption from HMAC through ``menuconfig``
or your project's ``sdkconfig`` (i.e., setting ``CONFIG_NVS_SEC_KEY_PROTECT_USING_FLASH_ENC=y``).
2025-09-19 10:38:38 +05:30
Laukik Hase
f565fc2481
change(nvs_flash): Add a private dependency of the nvs_sec_provider component
...
- Closes https://github.com/espressif/esp-idf/issues/17256
2025-09-19 10:17:46 +05:30
Laukik Hase
f60bcaaa4d
feat(nvs_flash): Added an API to deregister the NVS security scheme context
2025-09-19 10:17:45 +05:30
Zhou Xiao
09a3b29d01
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
2025-09-19 11:22:47 +08:00
Zhou Xiao
a56e7df710
change(ble): [AUTO_MR] Update lib_esp32c2 to 58398575
2025-09-19 11:22:44 +08:00
Zhou Xiao
26dcd59599
change(ble): [AUTO_MR] Update lib_esp32c6 to 390a8efd
2025-09-19 11:22:44 +08:00
Zhou Xiao
b75f862797
change(ble): [AUTO_MR] Update lib_esp32c5 to 390a8efd
2025-09-19 11:22:44 +08:00
Zhou Xiao
a7b87fe832
change(ble): [AUTO_MR] Update lib_esp32h2 to 390a8efd
2025-09-19 11:22:44 +08:00
Konstantin Kondrashov
333a2c0ebc
Merge branch 'fix/coverity_newlib' into 'master'
...
fix(newlib): Fixes Coverity issues
Closes IDF-13926 and IDF-13927
See merge request espressif/esp-idf!41491
2025-09-19 10:35:34 +08:00