wuzhenghui
20c2dab09c
feat(esp_hal_pmu): graduate pmu/rtc_cntl hal driver into a new component: esp_hal_pmu
2025-12-22 16:03:43 +08:00
gongyantao
32fa421cfc
change(bt): Mark RSSI threshold-related macros as deprecated
2025-12-22 15:13:19 +08:00
renpeiying
4f30d217dd
Update according to review
2025-12-22 14:15:49 +08:00
Meet Patel
1099383968
Merge branch 'docs/watchdog_api_doc_changes' into 'master'
...
docs(watchdogs): Updating API reference guide for Watchdog Timer
Closes IDF-2756 and IDF-2009
See merge request espressif/esp-idf!44202
2025-12-22 11:40:51 +05:30
Meet Patel
f131522ca1
Merge branch 'bugfix/adc_read_ci_issue' into 'master'
...
fix(lp_adc): Fix LP ADC 1-byte read CI issue on ESP32P4
Closes IDFCI-5374 and IDFCI-5375
See merge request espressif/esp-idf!44363
2025-12-22 11:39:15 +05:30
suda-morris
ecef7cdd61
feat(dsi_lcd): pixel clock frequency can be a float number
2025-12-20 23:35:01 +08:00
Sudeep Mohanty
760d3baa2f
Merge branch 'fix/cmakev2_component_srcs_and_validation' into 'master'
...
Correctly set SRCS property for cmakev2 components and add component validation checks
Closes IDF-13762
See merge request espressif/esp-idf!44390
2025-12-19 15:32:40 +01:00
Wu Zheng Hui
b84d73f0db
Merge branch 'change/check_stack_mem_when_entering_sleep' into 'master'
...
change(esp_hw_support): reject sleep request if task stack in PSRAM
Closes PM-616
See merge request espressif/esp-idf!43306
2025-12-19 19:39:54 +08:00
wuzhenghui
47651df567
change(esp_pm): skip vTaskStepTick if lightsleep request is rejected
2025-12-19 17:25:47 +08:00
wuzhenghui
f9a0d6ee8a
feat(esp_hw_support): add test case for esp_sleep_set_uart_handling
2025-12-19 17:25:47 +08:00
wuzhenghui
3c90d22010
feat(esp_hw_support): support configurable uarts behavior before sleep
2025-12-19 17:25:43 +08:00
Erhan Kurubas
3e35b8b175
Merge branch 'fix/clang_build_error' into 'master'
...
fix(xtensa): Fix clang assembler errors in STRUCT_AFIELD_A macro
See merge request espressif/esp-idf!44193
2025-12-19 10:20:43 +01:00
Marek Fiala
1896bea52f
Merge branch 'feat/drop_esp_idf_size_2_0_restriction' into 'master'
...
feat(tools): Clean up esp-idf-size new generation
Closes IDF-14272
See merge request espressif/esp-idf!42822
2025-12-19 17:16:00 +08:00
Erhan Kurubas
3ccc51c096
Merge branch 'enable_esp32p4_jtag_tests' into 'master'
...
Enable esp32p4 jtag tests
Closes IDF-14440
See merge request espressif/esp-idf!44352
2025-12-19 08:45:40 +01:00
Island
3a166e2860
Merge branch 'fix/ble_log_v2_dual_core_iwt' into 'master'
...
fix(ble): added missed spin lock initialization
Closes BLERP-2467
See merge request espressif/esp-idf!44364
2025-12-19 15:10:35 +08:00
Island
34fcf5aa35
Merge branch 'fix/ble_mesh_proxy_cli_coexists_with_adv' into 'master'
...
fix(ble_mesh): Fix start callback timing when GATT and ADV bearers coexist
Closes BLERP-2463 and BLERP-2464
See merge request espressif/esp-idf!44331
2025-12-19 14:39:24 +08:00
Island
5cb0a5a45e
Merge branch 'feat/ble_mesh_dfd_cli_support' into 'master'
...
feat(ble_mesh): dfd client/server supported
Closes BLERP-2435 and BLERP-2461
See merge request espressif/esp-idf!43924
2025-12-19 14:39:09 +08:00
Wang Meng Yang
17561eb71a
Merge branch 'refactor/split_a2dp_sink' into 'master'
...
refactor(examples/classic_bt): Split a2dp_sink example
Closes BT-3860
See merge request espressif/esp-idf!41249
2025-12-19 13:47:07 +08:00
chenjianhua
b85771d577
feat(bt/bluedroid): Support get allocated heap size
2025-12-19 12:15:34 +08:00
yangfeng
dc4b0828f6
refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples
2025-12-19 11:31:15 +08:00
yangfeng
09e448710b
docs: Add explanations for the A2DP sink stream and AVRCP examples
...
- Modify the path of A2DP sink example
2025-12-19 11:31:15 +08:00
yangfeng
e7073b25d5
refactor(examples/classic_bt): Add AVRCP cover art example with LCD display
2025-12-19 11:31:15 +08:00
yangfeng
8ace46d440
refactor(examples/classic_bt): Add common code for AVRCP cover art example
2025-12-19 11:31:15 +08:00
yangfeng
d15acf8a80
refactor: Refactor the example of the coexistence of A2DP sink and GATT service
2025-12-19 11:31:15 +08:00
yangfeng
bb46db736c
refactor(examples/classic_bt): Refactor A2DP sink and AVRCP examples
...
- Add avrcp_ct_metadata example
- Add avrcp_absolute_volume example
- Add the example components about common code for a2dp sink and avrcp
2025-12-19 11:31:15 +08:00
wuzhenghui
353075ca30
change(esp_hw_support): reject sleep request if task stack in PSRAM
2025-12-19 10:27:28 +08:00
Shu Chen
1e87d43f1a
Merge branch 'refactor/remove_ot_cmac' into 'master'
...
refactor(openthread/zigbee): remove CMAC from sdkconfig.defaults
See merge request espressif/esp-idf!44008
2025-12-19 02:02:15 +00:00
Sudeep Mohanty
2c070fc728
test(freertos): Added stability fixes to the delete blocked tasks test
2025-12-18 16:18:40 +01:00
Sudeep Mohanty
3a21076339
fix(freertos): Added stability fixes to tick hook test
2025-12-18 15:50:48 +01:00
Sudeep Mohanty
6a4d6eb6ac
test(cmakev2): Enabled component validation tests for cmakev2
2025-12-18 13:54:18 +01:00
Sudeep Mohanty
f951ae5b18
feat(cmakev2): Added component validation checks for cmakev2
...
This commit adds component validation checks for cmakev2. The file
component_validation.cmake is ported to cmakev2 and updated to work in
the buildv2 environment.
2025-12-18 13:54:13 +01:00
Sudeep Mohanty
7d609d3ac9
test(freertos): Fix race condition in suspend-resume tests
...
This commit fixes a race condition in suspend-resume tests where in
a test task could escape deletion and result in a memory leak after test
completion.
2025-12-18 12:21:45 +01:00
wuzhenghui
c5011bcbf9
fix(esp_pm): prevent RTOS lock interference in PM lock statistics test on multicore
2025-12-18 18:05:19 +08:00
renpeiying
7044dfc1a9
docs: Update translation for system, add translation for stdio.rst
2025-12-18 17:56:19 +08:00
Sudeep Mohanty
d671bf70ee
fix(cmakev2): Correctly set SRCS property for cmakev2 components
...
The function __set_component_cmakev1_properties() sets cmakev1
properties for cmakev2 components to maintain backword copatibility.
However, the function was setting SOURCES property instead of SRCS
property as was intended.
2025-12-18 10:37:49 +01:00
luoxu
1c4f6045cf
feat(ble_mesh): fix issues with advtypes
2025-12-18 16:42:56 +08:00
luoxu
b63a0c2b78
feat(ble_mesh): update ble mesh multi connections config
2025-12-18 16:42:56 +08:00
luoxu
48a84e8299
fix(ble_mesh): Fix start callback timing when GATT and ADV bearers coexist
...
Add BLE_MESH_SEND_START_CB macro to ensure start callback is called
exactly once when both GATT and ADV bearers are used.
2025-12-18 16:40:28 +08:00
luoxu
a301dc1eac
feat(ble_mesh): dfd client/server supported
2025-12-18 15:24:50 +08:00
Zhang Wen Xu
3bda023b7d
Merge branch 'feat/update_154_get_recent_rssi' into 'master'
...
feat(802.15.4): support get real time rssi
See merge request espressif/esp-idf!43856
2025-12-18 07:04:24 +00:00
Jiang Jiang Jian
3a40989c7c
Merge branch 'fix/fix_esp32s2_phy_issue' into 'master'
...
fix(phy): fix esp32s2 phy lib issue
Closes WIFIBUG-1579 and WIFIBUG-1613
See merge request espressif/esp-idf!44336
2025-12-18 14:54:26 +08:00
Meet Patel
275f4469d7
docs(watchdogs): Updating API reference guide for Watchdog Timer
...
Updated the watchdog timer API reference guide to improve explanation
of some existing points.
Also added two new sections in the document:
1. Timeout Stages
2. Common error logs when WDT triggers and possible resolutions
2025-12-18 12:11:34 +05:30
Zhou Xiao
069262e513
fix(ble): added missed spin lock initialization
2025-12-18 14:14:35 +08:00
Meet Patel
c061c781a3
fix(lp_adc): Fix LP ADC 1-byte read CI issue on ESP32P4
...
The low power ADC in ESP32P4 sometimes reads the data value as 2160,
2161 or a bit greater than that when running the CI test case named
esp32p4.defaults.test_lp_core -> LP ADC 1 raw read stress test. However,
the test only passes if value stays below the LOW_VAL threshold of 2160.
Hence, updated the LOW_VAL threshold to 2165 keeping some margin,
because ADC readings may differ slightly from board to board, so this
type of small variations in ADC values are expected.
2025-12-18 11:18:39 +05:30
Mahavir Jain
a943fb10fd
Merge branch 'test/run_mbedtls_hw_aes_sha_tests_only_if_enabled' into 'master'
...
Run mbedtls HW tests only if HW enabled
Closes IDFCI-7505 and IDF-13524
See merge request espressif/esp-idf!44241
2025-12-18 10:52:09 +05:30
Kevin (Lao Kaiyao)
3665d0b0f6
Merge branch 'feature/graduate_tsens_hal_component' into 'master'
...
feat(tsens): graduate temperature sensor hal component
Closes IDF-14906
See merge request espressif/esp-idf!44121
2025-12-18 12:44:41 +08:00
Song Ruo Jing
a3c63f362b
Merge branch 'refactor/esp_hal_ledc' into 'master'
...
refactor(ledc): split ledc hal into a separate component
Closes IDF-14085
See merge request espressif/esp-idf!44204
2025-12-18 11:59:25 +08:00
Song Ruo Jing
3fa15663ee
Merge branch 'bugfix/ppa_srm_wrong_dscr_port_block_size' into 'master'
...
fix(ppa): fix SRM YUV422/420 incorrect DMA descriptor port mode block size
See merge request espressif/esp-idf!44344
2025-12-18 11:37:47 +08:00
Island
95b6f32350
Merge branch 'bugfix/fix_bt_4205' into 'master'
...
Fixed BLE assert lld_con.c 1479 on ESP32-C3 and ESP32-S3(5106725)
See merge request espressif/esp-idf!44321
2025-12-18 11:28:30 +08:00
Erhan Kurubas
6dc4a8bf12
change(ci): re-enable esp32p4 OpenOCD tests
2025-12-18 00:37:54 +01:00