Xu Si Yu
c85b9c3f94
fix(openthread): fix a potential stack overflow in TREL
2025-12-03 10:34:15 +08:00
Mahavir Jain
01d0a9b17b
Merge branch 'fix/recursion_caused_due_to_unaligned_ext_mem_buf' into 'master'
...
AES driver should use internal buffers to perform chunk wise operations when external buffers are unaligned
Closes IDF-14872
See merge request espressif/esp-idf!43810
2025-12-02 20:44:03 +05:30
Mahavir Jain
43c7f36475
Merge branch 'feature/add_mbedtls_4_x_config_option' into 'master'
...
feat: add Kconfig option for mbedTLS 4.x support
See merge request espressif/esp-idf!43799
2025-12-02 20:43:20 +05:30
radek.tandler
bbfe8e7492
refactor(nvs_flash): NVS Host tests cleaned-up and test cases commented
...
- Host test were refactored to allow for BDL and non-BDL NVS implementation
- Introduceed `NVSPartitionTestHelper` class replacing `PartitionEmulationFixture`
- Refactored all tests to use `NVSPartitionTestHelper` instead of legacy emulation fixture
- Removed legacy `PartitionEmulationFixture` and `PartitionEmulationFixture2` classes
- Removed `TEMPORARILY_DISABLED` macro usage by reducing partition size in applicable tests
- Enhanced test coverage and readability with comments and validation steps for each TC
- Added utility functions for partition stats tracking, file loading, and erase count check
2025-12-02 15:32:14 +01:00
radek.tandler
191ac74dd0
feat(nvs_flash): Added support for Block Data Layer storage provider
...
- BDL provider can be enabled vor NVS in the menuconfig option NVS_BDL_STACK
- Hierarchy of Partition class tree was adjusted and all operations were documented
- Class Partition is now derived from intrusive_list_node and ExceptionlessAllocable
- Class NVSPartition implements only the dual support for esp_partition and BDL
- Class NVSEncryptedPartition implements only encryption related extensions
2025-12-02 15:32:10 +01:00
wanckl
3a7b26a19b
fix(driver_twai): improve new driver API description
2025-12-02 19:29:20 +08:00
zhaoweiliang
91810d94b0
change(ble): [AUTO_MR] Update lib_esp32c6 to faf10639
2025-12-02 19:09:08 +08:00
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
nilesh.kale
fcb7e77e48
feat(mbedtls): add ECC P-384 mbedtls support and test_cases
2025-12-02 11:02:01 +05:30
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
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
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
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
C.S.M
d5054072eb
ci(header_check): Add check for public header should not include freertos
2025-11-28 19:15:17 +08:00
yinqingzhao
c15690aabf
fix(wifi): fix cannot send omc
2025-11-28 18:54:47 +08:00
yinqingzhao
d268d9fb76
fix(wifi): fix some bugs related to ampdu
2025-11-28 18:40:56 +08:00
Wu Zheng Hui
72c0e050a2
Merge branch 'fix/pr_17933' into 'master'
...
fix(hal): remove duplicated macros in `rtc_io_hal.h` (Github PR)
Closes IDFGH-16862
See merge request espressif/esp-idf!43747
2025-11-28 17:51:52 +08:00
zhanghaipeng
d2baf3b0d4
fix(ble/bluedroid): Add boundary check for adv_handle in btm_ble_adv_set_terminated_evt
2025-11-28 17:44:57 +08:00
Jiang Jiang Jian
7cf165bc1a
Merge branch 'bugfix/offchan_ftm_return' into 'master'
...
bugfix(wifi): Return to home channel as soon as offchan FTM is completed
Closes WIFIBUG-1574
See merge request espressif/esp-idf!43720
2025-11-28 17:32:33 +08:00