Zhou Xiao
ea32d4cd18
change(ble): [AUTO_MR] Update lib_esp32h2 to 9492a0cb
2025-08-18 19:18:10 +08:00
morris
53a399971f
Merge branch 'refactor/i2c_testapp_c++' into 'master'
...
refactor(i2c_test_apps): Refactor from C to C++
Closes IDF-13806
See merge request espressif/esp-idf!41126
2025-08-18 17:37:41 +08:00
morris
661590940a
refactor(etm): enhance thread safety and clean up soc macros
2025-08-18 14:58:24 +08:00
morris
8b96e82077
Merge branch 'contrib/github_pr_17444' into 'master'
...
fix PuTTY link in establish-serial-connection.rst (GitHub PR)
Closes IDFGH-16292
See merge request espressif/esp-idf!41326
2025-08-18 14:47:05 +08:00
chenjianhua
4ae438cca2
fix(ble/bluedroid): Fixed the status setting in the HCI event
2025-08-18 14:40:36 +08:00
Chen Jichang
d0ad1145fc
feat(h4mp): update rom linker (part3)
2025-08-18 14:24:12 +08:00
Mahavir Jain
758939caec
Merge branch 'fix/enable_ssl_cookie_support_by_default' into 'master'
...
fix(mbedtls): enable ssl cookie support by default
See merge request espressif/esp-idf!41235
2025-08-18 11:42:24 +05:30
Marius Vikhammer
9fef6e587c
Merge branch 'docs/misc_c5_c61' into 'master'
...
docs(misc): cleanup docs for C5 and C61
Closes IDF-9498
See merge request espressif/esp-idf!41225
2025-08-18 14:12:08 +08:00
Ondrej Kosta
5aab43eb21
Merge branch 'contrib/github_pr_16869' into 'master'
...
feat(examples): improved example for Ethernet SPI polling mode without interrupt (GitHub PR)
Closes IDFGH-15933
See merge request espressif/esp-idf!41071
2025-08-18 14:05:52 +08:00
Marius Vikhammer
9ec0f18607
fix(log): fixed wrong year timestamp with LOG_TIMESTAMP_SOURCE_SYSTEM_FULL
...
struct tm contains the number of years since 1900, but the printing code
assumed it contained actual current year.
It would also print it as YYYY, while the documentation and code implies
it should be YY.
Closes https://github.com/espressif/esp-idf/issues/17451
2025-08-18 13:40:39 +08:00
hebinglin
8f8a97787d
change(esp_hw_support): change clock kconfig name in eso32h4beta5
2025-08-18 12:55:42 +08:00
Liu Linyan
77c51051b9
feat(ble): ISO minor support for NimBLE Host
2025-08-18 12:02:19 +08:00
Chen Chen
8361d150de
fix(i2c_test_apps): Fix the conflict when including spimem_flash_ll
...
Update to avoid the conflict that C++ compiler complains about low level C
code
2025-08-18 11:20:16 +08:00
Chen Chen
34d2abf533
refactor(i2c_test_apps): Refactor i2c test apps from C to C++
2025-08-18 11:20:16 +08:00
hebinglin
9f4a568163
change(esp_hw_support): comment out for ci pass in esp32h4beta5
2025-08-18 11:02:16 +08:00
Marius Vikhammer
c6f435f390
docs(misc): cleanup docs for C5 and C61
2025-08-18 10:55:01 +08:00
Shen Weilong
61c13ef849
fix(bt): check bd address only for bredr in bluedroid host l2cu_allocate_lcb()
2025-08-18 10:44:22 +08:00
C.S.M
34f9863115
fix(spi_flash): Fix spi flash qio/dio read failed on gpspi flash
2025-08-18 10:37:04 +08:00
C.S.M
185857aee2
fix(spi_flash): Fix spi_flash clock for gpspi on esp32c5/p4
2025-08-18 10:37:04 +08:00
yangfeng
a0fe68ce45
fix(bt/bluedroid): Prevent out-of-bounds access and add type check when resolving EIR data
2025-08-18 09:20:05 +08:00
emanulato
81974e696d
fix PuTTY link in establish-serial-connection.rst
...
The link to PuTTY was pointing to putty.org. This domain has no relation to the PuTTY project! Instead, the website run by the actual PuTTY team can be found under https://putty.software , see https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/snps/iotdk/doc/index.rst
2025-08-16 15:04:48 +02:00
Konstantin Kondrashov
659ae57c83
Merge branch 'feature/log_remove_deprecated_items' into 'master'
...
remove(log): Remove deprecated functions and header file
Closes IDF-9809 and DOC-11832
See merge request espressif/esp-idf!40539
2025-08-16 00:20:11 +08:00
Shen Meng Jing
c37d4a6512
Merge branch 'docs/sync_cn_and_en' into 'master'
...
docs: Sync CN and EN docs
Closes DOC-11933
See merge request espressif/esp-idf!41027
2025-08-15 22:25:46 +08:00
hebinglin
afc51051bf
change(esp_hw_support): update pmu register context structure and driver for esp32h4 beta5
2025-08-15 20:52:13 +08:00
Sudeep Mohanty
4cfc196680
feat(build-system): Create build system hooks for post-ELF processing
...
This commit adds new CMake APIs for the build system, viz.,
idf_build_add_post_elf_dependency() and
idf_build_get_post_elf_dependencies().
These APIs allow components to add post-ELF processing hooks before the
binary file is generated.
Closes https://github.com/espressif/esp-idf/issues/17251
2025-08-15 12:22:47 +02:00
Konstantin Kondrashov
6b8d4cc1fb
remove(log): Remove deprecated functions and header file
2025-08-15 18:04:08 +08:00
hebinglin
498f78dc40
change(esp_hw_support): support esp32h4beta5 power management dfs flow
2025-08-15 17:49:27 +08:00
Mahavir Jain
14ccee1981
Merge branch 'fix/ecdsa_p384_tee_build_failure' into 'master'
...
fix(esp_tee): Fix build failure due to ECDSA-P384
See merge request espressif/esp-idf!41302
2025-08-15 14:52:38 +05:30
Marek Fiala
d548d283b9
revert(tools): Revert backup option to use legacy export scrips
...
This reverts commit 7b417fc3f2 .
2025-08-15 09:11:02 +02:00
harshal.patil
da5dda1131
fix(esp_tee): Fix build failure due to ECDSA-P384
2025-08-15 12:10:36 +05:30
zhanghaipeng
3f4bedd3a5
feat(blufi): Update BluFi document
2025-08-15 14:18:05 +08:00
Island
f1572ae61d
Merge branch 'fix/spi_ble_log_get_lc_ts_ceva' into 'master'
...
fix(ble): disabled get lc ts for ESP32-C3 and ESP32-S3
Closes BLERP-2157
See merge request espressif/esp-idf!41226
2025-08-15 13:48:34 +08:00
He Binglin
7e1f3e35e1
Merge branch 'bugfix/es_idf_clkicg_idf-13119' into 'master'
...
fix(esp_hw_support): fix dead code and out-of-bounds in esp_sleep_clock_config function
Closes IDF-13119 and IDF-13103
See merge request espressif/esp-idf!40989
2025-08-15 13:08:36 +08:00
Shu Chen
e36d80e172
Merge branch 'feat/update_phylib_for_c5' into 'master'
...
feat(esp_phy): update phylib for C5
See merge request espressif/esp-idf!41191
2025-08-15 04:11:48 +00:00
Wang Meng Yang
1979646199
Merge branch 'bugfix/epr_collision' into 'master'
...
fix(bt/controller): fixed some controller bugs
Closes BT-4034
See merge request espressif/esp-idf!40775
2025-08-15 09:38:08 +08:00
Sudeep Mohanty
11b80a7f11
Merge branch 'feat/freertos_in_flash_by_default' into 'master'
...
feat(freertos): Place FreeRTOS in flash by default
Closes IDF-12695
See merge request espressif/esp-idf!40579
2025-08-15 02:18:57 +02:00
David Cermak
a0802b1e58
Merge branch 'feat/esp32p4_soc_ver2' into 'master'
...
feat(soc): added emac_reg.h to hw_ver2
See merge request espressif/esp-idf!41248
Note: Merged manaully, due to build errors from both TWAI and EMAC
2025-08-14 17:02:50 +02:00
Konstantin Kondrashov
481c3fc89f
Merge branch 'feature/update_esp32c61_efuse_docs' into 'master'
...
feat(docs): Update ESP32-C61 efuse documentation
Closes IDF-10169
See merge request espressif/esp-idf!41262
2025-08-14 20:33:15 +08:00
Wan Lei
851cd92100
Merge branch 'fix/fix_twai_cpp_build_error' into 'master'
...
fix(driver_twai): test app fix cpp build error
See merge request espressif/esp-idf!41255
2025-08-14 20:16:56 +08:00
Mahavir Jain
74da6d7a2f
Merge branch 'feature/esp_tee_c5' into 'master'
...
feat(esp_tee): Initial support for ESP32-C5
Closes IDF-10426, IDF-10427, IDF-10428, IDF-10429, and IDF-10430
See merge request espressif/esp-idf!38807
2025-08-14 17:44:12 +05:30
Marius Vikhammer
b0b76f3792
fix(esp_timer): fixed potential buffer overflow with esp_timer_dump()
...
esp_timer_dump could overflow when dumping a large amount of timers
Closes https://github.com/espressif/esp-idf/issues/17008
2025-08-14 20:01:55 +08:00
Island
c6923d2a26
Merge branch 'bugfix/ble_enhanced_security_v2' into 'master'
...
fix(ble/bluedroid): Fixed potential out-of-bounds memory access when resolve adv data
Closes BLERP-2149
See merge request espressif/esp-idf!41160
2025-08-14 17:28:13 +08:00
Sudeep Mohanty
7a6559f7d5
Merge branch 'fix/panic_handler_reboot_before_halt' into 'master'
...
fix(panic_handler): Fixed a issue where the system reboots before halt
Closes IDFGH-16214
See merge request espressif/esp-idf!41194
2025-08-14 11:00:02 +02:00
Konstantin Kondrashov
d834e4333a
feat(docs): Update ESP32-C61 efuse documentation
2025-08-14 11:52:03 +03:00
wanckl
7d22590cf9
fix(driver_twai): test app fix cpp build error
2025-08-14 15:55:26 +08:00
Mahavir Jain
05e149ea78
Merge branch 'feature/add_ecdsa_p384_support_and_testcases' into 'master'
...
feat: add ecdsa-p384 testcases and relative support for ESP32C5 ECO2
Closes IDF-13008 and IDF-12630
See merge request espressif/esp-idf!38857
2025-08-14 12:33:25 +05:30
Ondrej Kosta
b62c0feb3b
feat(soc): added emac_reg.h to hw_ver2
2025-08-14 08:54:04 +02:00
Konstantin Kondrashov
b0f34bd8b5
Merge branch 'featue/allow_custom_key_purposes' into 'master'
...
feat(efuse): Allow custom key purposes
See merge request espressif/esp-idf!40799
2025-08-14 14:48:37 +08:00
Yuan Yu
0563c8608a
Merge branch 'bugfix/twai_utils_down' into 'master'
...
fix(twai): fix the twai_utils's pytest to turn canbus down
Closes IDFCI-3079
See merge request espressif/esp-idf!41238
2025-08-14 14:48:04 +08:00
Mahavir Jain
f0cc4528f5
Merge branch 'feat/disable_protocomm_sec0_1_schemes' into 'master'
...
feat(protocomm): disable security version 0 and 1 by default
See merge request espressif/esp-idf!41184
2025-08-14 12:01:05 +05:30