Li Shuai
b43f0ddc70
feat(sleep): Modify the build system
2025-08-27 09:50:21 +08:00
Wang Meng Yang
7cac735da0
Merge branch 'feat/remove_the_deprecated_api_and_parameter' into 'master'
...
feat(bt): remove the deprecated functions and parameters
Closes BT-4042
See merge request espressif/esp-idf!40435
2025-08-20 19:36:37 +08:00
Rahul Tank
a3808c928a
Merge branch 'fix/adding_missing_apis_nimble' into 'master'
...
fix(nimble): Added helper APIs in NimBLE
Closes BLERP-2126 and BLERP-2138
See merge request espressif/esp-idf!40223
2025-08-20 16:01:46 +05:30
Mahavir Jain
1a615729d5
Merge branch 'fix/coverity_issue_483747' into 'master'
...
Fix possible double memory free in esp_http_client
Closes IDF-13757, IDF-13758, and IDF-13755
See merge request espressif/esp-idf!40934
2025-08-20 14:29:20 +05:30
C.S.M
65a6e9c294
Merge branch 'fix/flash_qio_read_failed' into 'master'
...
fix(spi_flash): Fix spi flash qio read failed on gpspi flash
See merge request espressif/esp-idf!41204
2025-08-20 16:11:06 +08:00
Island
e31611d6a3
Merge branch 'change/ble_update_lib_20250814' into 'master'
...
change(ble): [AUTO_MR] 20250814 - Update ESP BLE Controller Lib
Closes BLERP-2160 and BLERP-2159
See merge request espressif/esp-idf!41260
2025-08-20 14:11:54 +08:00
Wang Meng Yang
f82e101dcc
Merge branch 'bugfix/fix_tmp_key_bug' into 'master'
...
bugfix/fix_tmp_key_bug
See merge request espressif/esp-idf!41296
2025-08-20 14:07:00 +08:00
Wan Lei
9f43c02e89
Merge branch 'fix/mcpwm_foc_example_fix_angle_calc' into 'master'
...
fix(driver_mcpwm): in foc example correct the angle calcutation
Closes IDFGH-16074
See merge request espressif/esp-idf!41384
2025-08-20 12:06:15 +08:00
Island
dfc67f0876
Merge branch 'bugfix/ble_enhanced_security' into 'master'
...
Update BluFi document
Closes BLERP-2148
See merge request espressif/esp-idf!41158
2025-08-20 11:29:12 +08:00
Ivan Grokhotkov
1c6c901730
Merge branch 'feature/api_check_prereq' into 'master'
...
change(tools): export esp-clang-libs location as ESP_CLANG_LIBS_PATH
See merge request espressif/esp-idf!41144
2025-08-20 00:48:20 +02:00
Roland Dobai
86fc2e116f
Merge branch 'revert/legacy_export_scripts' into 'master'
...
revert(tools): Revert backup option to use legacy export scrips
Closes IDF-11027
See merge request espressif/esp-idf!41309
2025-08-19 16:30:04 +02:00
Roland Dobai
c43d311126
Merge branch 'feat/update_cmake_versions' into 'master'
...
feat(tools): Upgraded cmake versions (supported to 3.22.1, reccomended to 4.0.3)
See merge request espressif/esp-idf!40364
2025-08-19 15:58:04 +02:00
Island
3216dfa3b3
Merge branch 'bugfix/fix_bleqabr25_1004' into 'master'
...
fix(ble/bluedroid): Fixed the status setting in the HCI event
Closes BLERP-2020
See merge request espressif/esp-idf!40055
2025-08-19 21:10:46 +08:00
Roland Dobai
47d11179f1
fix(components/tcp_transport): Fix missing file extension in the test_app
2025-08-19 14:44:32 +02:00
Marek Fiala
af168c75b3
docs(migration-guide): Information on how to update CMake
2025-08-19 14:44:32 +02:00
Marek Fiala
9d35d63651
feat(cmake): Update minimum cmake version to 3.22 (whole repository)
2025-08-19 14:44:32 +02:00
Marek Fiala
d7faae9ae4
change(tools): ruff formating test_hints.py
2025-08-19 14:44:31 +02:00
Marek Fiala
9aada24169
feat(tools): Updated cmake versions - tools.json
...
recommended v3.30.2 -> v4.0.3
supported v3.16.3 -> v3.22.1
2025-08-19 14:44:31 +02:00
wanckl
fdb292798e
fix(driver_mcpwm): in foc example correct the angle calcutation
...
Closes https://github.com/espressif/esp-idf/issues/17015
2025-08-19 19:40:37 +08:00
Laukik Hase
ba80256748
Merge branch 'ci/esp_tee_disable_c5_temp' into 'master'
...
ci(esp_tee): Disable the TEE test-apps for ESP32-C5 temporarily
See merge request espressif/esp-idf!41356
2025-08-19 16:37:16 +05:30
Alexey Lapshin
03855b90f8
Merge branch 'feature/update-gnu-standards' into 'master'
...
feat(build): update gnu17->gnu23 and gnu++2b->gnu++26
See merge request espressif/esp-idf!41014
2025-08-19 14:30:34 +04:00
Ivan Grokhotkov
a939f410dd
Merge branch 'bugfix/ldgen_prebuilt_library_placements' into 'master'
...
build: pass pre-built libraries to ldgen, clean up how blobs are added
Closes IDF-12049 and IDF-12736
See merge request espressif/esp-idf!40353
2025-08-19 10:50:31 +02:00
Ivan Grokhotkov
d9b6d4ed17
change(tools): export esp-clang-libs location as ESP_CLANG_LIBS_PATH
...
This allows tools which depend on libclang to find the library
location.
2025-08-19 10:48:41 +02:00
Chen Chen
6af87b6287
Merge branch 'change/i2c_return_val' into 'master'
...
change(i2c_master): Change the I2C return value to ESP_ERR_INVALID_RESPONSE when NACK detected
Closes IDF-13751
See merge request espressif/esp-idf!41251
2025-08-19 16:14:18 +08:00
gongyantao
179a730a03
feat(bt): remove the deprecated functions and parametes
2025-08-19 16:07:05 +08:00
Astha Verma
3c579545a4
fix(nimble): Added missing api in nimble which present in bluedroid
2025-08-19 12:21:04 +05:30
Rocha Euripedes
bf9d085bba
Merge branch 'reduce_scope_of_mqtt_publish_connet' into 'master'
...
fix(mqtt): Reduce scope of dependencies for mqtt test
See merge request espressif/esp-idf!39825
2025-08-19 14:47:42 +08:00
Rocha Euripedes
a23bc29a84
fix(mqtt): Reduce scope of dependencies for mqtt test
2025-08-19 14:47:42 +08:00
Zhang Shu Xian
702301ad91
Merge branch 'docs/update_cn_translation_for_iram_docs' into 'master'
...
docs: Update CN translation for IRAM-related docs
Closes DOC-12056
See merge request espressif/esp-idf!41340
2025-08-19 14:35:44 +08:00
Island
74bb9f6563
Merge branch 'feat/ble_iso_nimble_support' into 'master'
...
feat(ble): ISO minor support for NimBLE Host
See merge request espressif/esp-idf!40268
2025-08-19 14:25:15 +08:00
Chen Chen
c35ddc1258
change(i2c_master): Change return value when NACK detected
2025-08-19 12:12:52 +08:00
liqigan
98df3fa714
fix(bt/controller): Fixed some controller bugs
2025-08-19 11:57:10 +08:00
Wang Meng Yang
892ec6a114
Merge branch 'bugfix/fix_bt_security' into 'master'
...
fix(bt/bluedroid): Prevent out-of-bounds access and add type check when resolving EIR data
Closes BT-4071
See merge request espressif/esp-idf!41167
2025-08-19 11:54:10 +08:00
Zhang Shuxian
5b11b017a9
docs: Update CN translation for IRAM-related docs
2025-08-19 11:35:02 +08:00
Alexey Lapshin
4c481c863f
feat(build): update gnu17->gnu23 and gnu++2b->gnu++26
2025-08-19 10:29:37 +07:00
He Binglin
316d744845
Merge branch 'feat/support_esp32h4_dfs' into 'master'
...
Support dfs and light & deep sleep in esp32h4 beta5
Closes PM-446
See merge request espressif/esp-idf!40595
2025-08-19 10:50:48 +08:00
Alexey Lapshin
5276a56911
Merge branch 'fix/misalign_memory_test_limit_values' into 'master'
...
fix(newlib): increase limit for misaligned access testcases
Closes IDFCI-2917
See merge request espressif/esp-idf!41209
2025-08-18 19:14:45 +04:00
Shen Wei Long
219e38bfbc
Merge branch 'bugfix/check_bd_addr_only_for_bredr' into 'master'
...
fix(bt): check bd address only for bredr in bluedroid host l2cu_allocate_lcb()
See merge request espressif/esp-idf!40063
2025-08-18 13:18:14 +00:00
Laukik Hase
9b807a253d
ci(esp_tee): Disable the TEE test-apps for ESP32-C5 temporarily
2025-08-18 18:42:02 +05:30
cjin
2f7e200fc8
feat(ble): support pawr feature in ble sdk on ESP32-H2
2025-08-18 19:18:10 +08:00
cjin
6c15fccddd
feat(ble): support pawr feature in ble sdk on ESP32-C5
2025-08-18 19:18:10 +08:00
cjin
410d904845
feat(ble): support pawr feature in ble sdk on ESP32-C6
2025-08-18 19:18:10 +08:00
cjin
50e7825ba9
feat(ble): add clk source freq change of ble slow clock on ESP32-C5
2025-08-18 19:18:10 +08:00
cjin
cb60528f23
feat(ble): add clk source freq change of ble slow clock on ESP32-H2
2025-08-18 19:18:10 +08:00
cjin
b5ce766c7f
feat(ble): add clk source freq change of ble slow clock on ESP32-C6
2025-08-18 19:18:10 +08:00
Zhou Xiao
236baa7585
change(ble): [AUTO_MR] Update lib_esp32c6 to 9492a0cb
2025-08-18 19:18:10 +08:00
Zhou Xiao
859d762fcf
change(ble): [AUTO_MR] Update lib_esp32c5 to 9492a0cb
2025-08-18 19:18:10 +08:00
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
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