C.S.M
79cc42a940
Merge branch 'fix/cache_32m_map' into 'master'
...
fix(spi_flash): Fix the cache map 32M flash failed on esp32c5
See merge request espressif/esp-idf!42506
2025-10-14 14:28:02 +08:00
Rahul Tank
7c1700b0ee
Merge branch 'bugfix/use_nimble_mem_apis' into 'master'
...
fix(nimble): Use nimble platform mem malloc / free APIs
Closes BLERP-2279
See merge request espressif/esp-idf!42234
2025-10-14 11:49:52 +05:30
C.S.M
12c633fd75
Merge branch 'fix/i2c_wdt_after_nack' into 'master'
...
fix(i2c): Fix the potential wdt might happen after nack
Closes IDFGH-16612
See merge request espressif/esp-idf!42554
2025-10-14 13:58:26 +08:00
Jin Cheng
565fa98d0c
fix(bt/bluedroid): fixed potential OOB in AVRCP vendor command composition
2025-10-14 11:55:47 +08:00
morris
e8de5b5a95
refactor(gptimer): clean up SOC capabilities for GPTIMER and Timer Group
...
- Remove GPTIMER and TIMG related definitions from soc_caps_full.h files
- Move timer peripheral definitions to appropriate HAL layer files
- Update references across components to use proper HAL abstractions
- Consolidate timer group and GPTIMER capabilities organization
- Ensure consistent timer configuration across all ESP32 variants
This refactoring improves the separation of concerns between SOC
capabilities and HAL implementations for timer-related functionality.
2025-10-14 11:44:38 +08:00
morris
56c3dc4755
feat(wdt): graduate watch dog hal driver into a new component: esp_hal_wdt
2025-10-14 11:44:32 +08:00
wuzhenghui
55bab4c4b2
fix(esp_hw_support): fix Coverity static analysis issue in regdma_link_update_next
2025-10-13 20:47:50 +08:00
wuzhenghui
e71265839e
change(esp_hw_support): fix dead code in esp_sleep_pd_config and add detailed comments
2025-10-13 20:35:10 +08:00
yangfeng
d9ce1e6bc9
fix(esp_coex): fix explicit null dereferenced reported by coverity
2025-10-13 19:39:51 +08:00
Wang Meng Yang
1904fd4d9c
Merge branch 'fix/incorrect_assert_in_acl_data_process' into 'master'
...
fix(bt): avoid asserting when previous data hasn't finished transmitting
See merge request espressif/esp-idf!42532
2025-10-13 19:03:41 +08:00
C.S.M
2523fee9cd
fix(i2c): Fix the potential wdt might happen after nack,
...
Closes https://github.com/espressif/esp-idf/issues/17720
2025-10-13 16:07:22 +08:00
Laukik Hase
6e51fac96e
Merge branch 'fix/esp_tee_flash_op_bound_checks' into 'master'
...
fix(esp_tee): Correct flash operation bound checks to handle all overlap cases
Closes IDF-14129
See merge request espressif/esp-idf!41946
2025-10-13 13:31:03 +05:30
Island
6b40ac65cb
Merge branch 'fix/ble_log_acl_data_copy' into 'master'
...
fix(ble): copy acl data by omdata buffer copy
Closes BLERP-2294
See merge request espressif/esp-idf!42444
2025-10-13 14:26:29 +08:00
Island
53249ade21
Merge branch 'feat/ble_mesh_long_package_support' into 'master'
...
feat(ble_mesh): long packet mode support
Closes BLERP-2273
See merge request espressif/esp-idf!39175
2025-10-13 14:25:55 +08:00
Mahavir Jain
269acda53c
Merge branch 'cleanup/use_cjson_from_registry' into 'master'
...
cleanup: move cJSON to component manager
See merge request espressif/esp-idf!42379
2025-10-13 11:54:10 +05:30
zhanghaipeng
ca2c78f53e
fix(ble/bluedroid): prevent crash when deinit/disable host during scan
...
Crash occurs if the BLE host is deinitialized or disabled while scanning is still active.
This usage is not recommended.
2025-10-13 13:27:04 +08:00
Island
6424b52fb7
Merge branch 'bugfix/fix_cble50y25_305' into 'master'
...
Fixed GPIO matrix function calls on ESP32-C3 and ESP32-S3(18b5cbe)
Closes BLERP-2299
See merge request espressif/esp-idf!42507
2025-10-13 12:07:35 +08:00
Chen Jichang
dde8fac6b8
feat(parlio_tx): support cs signal on esp32p4 eco5
2025-10-13 11:48:47 +08:00
Song Ruo Jing
9056974051
feat(gpio): ESP32P4 ECO5 GPIO related update
2025-10-13 11:48:47 +08:00
Chen Ji Chang
3b0d8508c0
Merge branch 'fix/fix_esp32_rmt_disable_timeout_in_special_condition' into 'master'
...
fix(rmt): use memset to clear entire RMT memory block instead of single word
Closes IDFGH-16574
See merge request espressif/esp-idf!42510
2025-10-13 10:49:12 +08:00
gongyantao
3a1a579d9a
fix(bt): avoid asserting when previous data hasn't finished transmitting
2025-10-13 09:44:33 +08:00
morris
5c3a562af1
Merge branch 'chor/clean_driver_dependency_in_build_system' into 'master'
...
refactor: remove unnecessary driver dependencies from build rules
Closes IDF-10696
See merge request espressif/esp-idf!42405
2025-10-12 17:19:43 +08:00
chenjianhua
25adf4c934
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(18b5cbe)
...
- Fixed GPIO matrix function calls
2025-10-11 19:38:41 +08:00
morris
f348a101f9
Merge branch 'refactor/remove_deprecated_periph_module_enable_disable_functions' into 'master'
...
refactor(hw_support): remove unused periph_module_t members
Closes IDF-11855
See merge request espressif/esp-idf!42147
2025-10-11 16:43:56 +08:00
Wang Meng Yang
549a7272bf
Merge branch 'bugfix/several_esp32_bugs' into 'master'
...
fix(bt/controller): fixed several controller bugs
Closes BT-4103 and BT-4100
See merge request espressif/esp-idf!41644
2025-10-11 16:02:36 +08:00
Chen Jichang
5868098168
feat(lcd): re-support i80 lcd and support underrun inerrupt on p4 rev 3.0
2025-10-11 14:32:09 +08:00
Zhou Xiao
322eb33f0d
fix(ble): copy acl data by omdata buffer copy
2025-10-11 14:14:40 +08:00
He Binglin
f2b6070837
Merge branch 'feat/support_esp32h4_psram' into 'master'
...
feat(esp_hw_support): support psram during sleep for esp32h4
See merge request espressif/esp-idf!41780
2025-10-11 14:11:17 +08:00
morris
cd41b6a640
refactor: remove unnecessary driver dependencies from build rules
2025-10-11 14:02:29 +08:00
Chen Jichang
9e28a8d05c
fix(rmt): use memset to clear entire RMT memory block instead of single word
...
closes https://github.com/espressif/esp-idf/issues/17692
2025-10-11 11:27:52 +08:00
C.S.M
942f2dd0f9
fix(spi_flash): Fix the cache map 32M flash failed on esp32c5
2025-10-11 11:05:47 +08:00
luoxu
93a36fbf99
feat(ble_mesh): add BLE 5.0 extended advertising and long packet support
...
- Add extended advertising configuration with customizable PHY selection (1M, 2M, Coded)
- Implement long packet mode to overcome standard BLE Mesh packet length limitations
- Add configurable advertising parameters: interval, count, channel map, TX power
- Introduce enhanced message context structure for fine-grained advertising control
- Add Kconfig options for buffer management and segment count configuration
- Support both forced and preferred long packet transmission modes
- Update advertising buffer pools to accommodate extended and long packet types
- Add validation for enhanced advertising parameters and packet length limits
- Maintain backward compatibility with existing BLE Mesh functionality
2025-10-11 10:57:46 +08:00
wuzhenghui
4bb6a01959
fix(esp_system): fix ext 32k io revoking breaks sleep io holding
2025-10-10 19:44:07 +08:00
C.S.M
c38a6691b9
fix(jpeg): Add check for jpeg marker parser in order to enhance safety
2025-10-10 18:44:27 +08:00
nilesh.kale
709b869a34
feat(esp_https_ota): Support partial downloading of OTA over single connection
...
This commit added support to download OTA with partial download feature
over single HTTP connection if server supports persistent connection.
2025-10-10 15:42:47 +05:30
Jiang Jiang Jian
5f5f96384c
Merge branch 'feat/support_esp32c5_cert_test_example' into 'master'
...
Feat/support esp32c5 cert test example
See merge request espressif/esp-idf!42103
2025-10-10 17:03:31 +08:00
morris
d331400e7a
Merge branch 'fix/gcc_analyzer_warning_on_preview_targets' into 'master'
...
refactor(sleep_cpu): suppress infinite loop warnings with compiler diagnostics
See merge request espressif/esp-idf!42457
2025-10-10 16:45:32 +08:00
Nilesh Kale
20098cb71c
Merge branch 'bugfix/ota_resumption_saved_size_alignmnet' into 'master'
...
fix: Ensure OTA written size for 16-byte alignment
See merge request espressif/esp-idf!41887
2025-10-10 13:49:24 +08:00
morris
efe05d829b
refactor(sleep_cpu): suppress infinite loop warnings with compiler diagnostics
2025-10-10 13:37:29 +08:00
Wang Meng Yang
b92235223a
Merge branch 'bugfix/fix_some_bt_bugs' into 'master'
...
fix(bt): fix some bluetooth bugs
Closes IDFGH-16334 and IDFGH-15166
See merge request espressif/esp-idf!42261
2025-10-10 12:10:25 +08:00
Wang Meng Yang
3e0545f28b
Merge branch 'bugfix/fix_bt_security' into 'master'
...
fix(bt/bluedroid): Fix the boundary conditions when checking EIR data
See merge request espressif/esp-idf!42253
2025-10-10 09:07:49 +08:00
morris
4e62b0e44e
Merge branch 'refactor/mcpwm_generator_remove_varg_api' into 'master'
...
refactor(mcpwm): remove varg action setting functions for timer, compare, and brake events
Closes IDF-13901, IDF-13890, IDF-13865, and IDF-13880
See merge request espressif/esp-idf!42259
2025-10-10 03:25:40 +08:00
Martin Vychodil
1e1b95cfa1
Merge branch 'feature/esp_partition_bdl_support' into 'master'
...
Feat(storage): esp_partition BDL support
Closes IDF-12748
See merge request espressif/esp-idf!40288
2025-10-10 01:55:35 +08:00
Adam Múdry
3eb74a7e95
fix(sdspi): esp_driver_sdpsi test app increase timeout to 180
2025-10-09 15:13:23 +02:00
wuzhenghui
aab33f3219
fix(esp_system): manage slow clock sleep pd in select_rtc_slow_clk
2025-10-09 20:03:49 +08:00
Igor Masar
4f578d8375
Merge branch 'feat/usb-h4-support' into 'master'
...
feat(soc/usb): Add USB support for ESP32-H4
Closes IDF-12341 and IDF-12342
See merge request espressif/esp-idf!41642
2025-10-09 18:28:16 +08:00
Samuel Obuch
86b39c6315
Merge branch 'esp_rom_fix_defalut_typos' into 'master'
...
fix(esp_rom): correct typos defalut -> default
Closes IDFGH-16547
See merge request espressif/esp-idf!42294
2025-10-09 17:25:05 +08:00
muhaidong
57aa42bb43
fix(phy): fix cmd get_rx_result log error issue
2025-10-09 16:48:52 +08:00
muhaidong
68f0386405
feat(phy): support esp32c5 cert test
2025-10-09 16:40:01 +08:00
morris
b76254895c
refactor(mcpwm): remove varg action setting functions for timer, compare, and brake events
2025-10-09 16:38:39 +08:00