zhaoweiliang
ad9999a8a3
change(ble): [AUTO_MR] Update lib_esp32c5 to faf10639
2025-12-02 19:09:08 +08:00
zhaoweiliang
1980d51477
change(ble): [AUTO_MR] Update lib_esp32h2 to faf10639
2025-12-02 19:09:08 +08:00
Adorjan White
2720038bb7
fix(usb_serial_jtag): tx_ring_buf not checked for successful allocation,
...
Closes https://github.com/espressif/esp-idf/pull/17945
2025-12-02 19:05:05 +08:00
Laukik Hase
1eeb2e7476
Merge branch 'feat/esp_tee_enable_gdma_burst' into 'master'
...
feat(esp_tee): Enable GDMA burst mode for AES/SHA operations
See merge request espressif/esp-idf!43801
2025-12-02 14:32:25 +05:30
Chen Chen
d2a95ea102
fix(i2c_master): Add i2c master timeout range check
...
Closes https://github.com/espressif/esp-idf/issues/17930
2025-12-02 17:00:28 +08:00
Rahul Tank
ec251cbbbd
fix(nimble): Add change to cancel sync in case of reattempt
2025-12-02 14:17:11 +05:30
Shen Wei Long
2ae7e45424
Merge branch 'feature/extend_h2_conon_num_to_70' into 'master'
...
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2
See merge request espressif/esp-idf!43664
2025-12-02 08:30:57 +00:00
yinqingzhao
f578b07799
feat(phy): update libphy to fix c5/c61 reset
2025-12-02 15:53:27 +08:00
Peter Dragun
16db8ba757
fix: Add partition_table as a dependency to the partition-table-flash target
2025-12-02 08:46:01 +01:00
Peter Dragun
3f0fde84e1
fix(tools/idf.py): Add implicit dependencies to flash targets
2025-12-02 08:45:59 +01:00
Chen Yu Dong
00e1b56a69
Merge branch 'ci/gen_child_pipeline_earlier' into 'master'
...
ci: generate child pipeline job earlier
See merge request espressif/esp-idf!40777
2025-12-02 15:35:53 +08:00
nilesh.kale
fcb7e77e48
feat(mbedtls): add ECC P-384 mbedtls support and test_cases
2025-12-02 11:02:01 +05:30
Island
6aa3166690
Merge branch 'fix/ble_mesh_rpr_example_fix' into 'master'
...
fix(ble_mesh): add proper memory cleanup in composition data parsing
Closes BLERP-2428
See merge request espressif/esp-idf!43828
2025-12-02 12:09:31 +08:00
Zhang Wen Xu
3b4aa90a65
Merge branch 'feat/simple_ota_h2' into 'master'
...
feat(openthread/ota): support esp32h2 for simple ota example over thread
Closes IDF-12094
See merge request espressif/esp-idf!39096
2025-12-02 03:52:40 +00:00
Chen Chen
b5c40535ef
refactor(isp): split isp pipeline example into different srcs
2025-12-02 11:40:57 +08:00
C.S.M
0c4cf75c35
feat(esp32s31): Introduce esp32s31 hello world
2025-12-02 10:44:16 +08:00
C.S.M
986481f616
Merge branch 'ci/freertos_header' into 'master'
...
ci(header_check): Add check for public header should not include freertos
Closes IDF-10013
See merge request espressif/esp-idf!43219
2025-12-02 10:42:26 +08:00
morris
3d31f510d0
refactor(hal_wdt): esp_hal_wdt also maintains the ROM implementation
2025-12-01 23:16:09 +08:00
morris
ab4200e6f6
feat(twai): graduate the hal drivers into esp_hal_twai component
2025-12-01 22:32:54 +08:00
Fu Hanxi
1a17be64a9
Merge branch 'fix/cmake_clang_artifacts' into 'master'
...
ci: fix uploading build artifacts
Closes CII-45
See merge request espressif/esp-idf!43565
2025-12-01 14:12:39 +01:00
Wan Lei
6e59ade2c8
Merge branch 'fix/twai_ci_test_enhance' into 'master'
...
fix(driver_twai): enhance ci test and fix example
Closes IDFCI-3140
See merge request espressif/esp-idf!43375
2025-12-01 21:05:15 +08:00
Wu Zheng Hui
74148161a8
Merge branch 'feat/enable_esp_pm_tests_for_p4_v3' into 'master'
...
feat(esp_hw_support): re-enable P4 pm tests for rev3.0
Closes IDF-14416
See merge request espressif/esp-idf!43684
2025-12-01 20:42:45 +08:00
Jiang Jiang Jian
dddc0bf6c8
Merge branch 'bugfix/fix_chip_hangup' into 'master'
...
bugfix: clear regdma status when restart
See merge request espressif/esp-idf!43860
2025-12-01 20:41:20 +08:00
wuzhenghui
925a339e32
fix(esp_system): fix mspi write stuck after cpu/digital reset on c5/c61
2025-12-01 19:40:39 +08:00
Song Ruo Jing
fe8ace8bef
refactor(ppa): use fourcc for dma2d and ppa color formats
2025-12-01 19:21:49 +08:00
Yin Qing Zhao
1fcafee01c
Merge branch 'bugfix/fix_some_bugs_related_to_ampdu' into 'master'
...
fix(wifi): fix some bugs related to ampdu
Closes WIFIBUG-1555, WIFIBUG-1591, and WIFIBUG-1595
See merge request espressif/esp-idf!43519
2025-12-01 18:16:54 +08:00
morris
9eacbc1824
Merge branch 'contrib/github_pr_17888' into 'master'
...
feat(driver_twai): support get queue remaining and improve logs and docs (GitHub PR)
Closes IDFGH-16811, IDFGH-16807, and IDFGH-16805
See merge request espressif/esp-idf!43623
2025-12-01 17:52:38 +08:00
Samuel Obuch
afde0fee27
fix(bootloader_flash): invalidate FLASH_READ_VADDR before read
...
Fixed address to match corresponding mmu_hal_map_region call.
FLASH_MMAP_VADDR was invalidated by mistake in commit
ea38a2e9a4
2025-12-01 10:39:09 +01:00
harshal.patil
55fd8a5fb2
fix(mbedtls/port): Use internal buffers to perform chunkwise operations
...
when the external input and output buffers are unaligned.
This also fixes as a recursion loop that occurs when the size of the input
buffer is not aligned to dcache_line_size but is aligned to AES_BLOCK_BYTES
2025-12-01 14:43:10 +05:30
Zhang Hai Peng
9a21040626
Merge branch 'bugfix/fix_ble_security_issue_2025_v2' into 'master'
...
fix(ble/bluedroid): Enhanced security in ble_ancs example
Closes BHOST2025-59
See merge request espressif/esp-idf!43800
2025-12-01 16:16:06 +08:00
Laukik Hase
150418fb5d
feat(esp_tee): Enable GDMA burst mode for AES/SHA operations
...
Co-authored-by: Harshal Patil <harshal.patil@espressif.com >
2025-12-01 12:31:17 +05:30
renpeiying
dfbca655e3
docs: Update CN translation for usb_host.rst
2025-12-01 14:31:27 +08:00
Zhang Shu Xian
9ced000ac2
Merge branch 'docs/fix_some_expressions_in_security_guide' into 'master'
...
docs: fix some description in security guide docs
See merge request espressif/esp-idf!42083
2025-12-01 14:24:51 +08:00
Zheng Zhong
0c0b9c7d89
docs: fix some description in security guide docs
2025-12-01 14:24:51 +08:00
wanckl
a485d7f8a6
fix(driver_twai): enhance ci test and fix example
2025-12-01 14:21:21 +08:00
Ashish Sharma
69ea28c886
feat: add Kconfig option for mbedTLS 4.x
2025-12-01 14:05:05 +08:00
Mahavir Jain
007b376057
Merge branch 'bugfix/http_digest_arg_validation' into 'master'
...
fix(esp_http_client): prevent out-of-bounds read in Digest auth
See merge request espressif/esp-idf!43601
2025-12-01 09:50:58 +05:30
Wang Meng Yang
4bc073ed79
Merge branch 'bugfix/a2dp_reg_sep' into 'master'
...
fix(bt/bluedroid): Fix the status judgment of the A2DP source registration SEP
See merge request espressif/esp-idf!43788
2025-12-01 12:12:25 +08:00
Mahavir Jain
cf5a5c99db
Merge branch 'docs/update_vulnerabilities_guide' into 'master'
...
docs: update vulnerabilities guide to mention new CVEs
See merge request espressif/esp-idf!43743
2025-12-01 09:32:22 +05:30
morris
580d9bca57
Merge branch 'refactor/esp_hal_gpio' into 'master'
...
refactor(gpio): split GPIO HAL into separate component
Closes IDF-14089
See merge request espressif/esp-idf!43215
2025-12-01 10:40:07 +08:00
zhanghaipeng
f502b2aab1
fix(ble/bluedroid): Fix security issues in GATT module
2025-11-30 16:22:26 +08:00
zhanghaipeng
b163685c06
fix(ble/bluedroid): Fix security issues in HCI module
2025-11-30 16:06:25 +08:00
zhanghaipeng
1ed5a4465d
fix(ble/bluedroid): Fix security issues in GAP module
2025-11-30 15:48:24 +08:00
zhanghaipeng
b03ff3cf21
fix(ble/bluedroid): Add length check in prepare write response
2025-11-30 15:00:26 +08:00
sibeibei
c524e1e7e0
bugfix: clear regdma status when restart
2025-11-30 13:21:07 +08:00
Xiao Xufeng
bb504716ad
fix(i2c): fix LOG_LOCAL_LEVEL redefinition error when CONFIG_I2C_ENABLE_DEBUG_LOG is enabled
...
- Move LOG_LOCAL_LEVEL definition before including esp_check.h
- Fixes compilation error: 'LOG_LOCAL_LEVEL' redefined [-Werror]
Closes https://github.com/espressif/esp-idf/issues/17877
2025-11-30 02:00:41 +08:00
Roland Dobai
304df32182
Merge branch 'change/modify_license_of_header_files' into 'master'
...
change: Modify license of register header files
See merge request espressif/esp-idf!43809
2025-11-28 19:32:38 +01:00
Evgeny Torbin
e3bd539280
ci: fix if clause in .idf_ci.toml
2025-11-28 13:57:11 +01:00
Evgeny Torbin
181a0a8fca
ci: fix uploading build artifacts
2025-11-28 13:57:05 +01:00
David Čermák
c701dfcbe3
Merge branch 'fix/docs_sta2eth' into 'master'
...
fix(examples): Fix unclear comments in sta-eth bridge example
Closes IDFGH-12443
See merge request espressif/esp-idf!43345
2025-11-28 20:08:04 +08:00