hrushikesh.bhosale
8124c2e2cf
refactor(protocols): Removed the common_component dependency
...
- Removed the common_component build dependency from protocols test_apps
and examples
2026-02-16 15:07:37 +05:30
hrushikesh.bhosale
126731f5ea
refactor(app_update): Removed the common_component dependency
...
- Removed the common_component build dependency from app_update and
ota examples
2026-02-12 15:48:19 +05:30
Rahul Tank
19269c9d8f
Merge branch 'bugfix/fix_ble_multi_adv' into 'master'
...
fix(nimble): Fix ble_multi_adv example to show correct UUIDs information
Closes BLERP-2604
See merge request espressif/esp-idf!45809
2026-02-12 15:45:23 +05:30
Mahavir Jain
3a093f6f11
Merge branch 'feat/spi_mode_during_ota' into 'master'
...
feat(app_update): add API for checking the spi mode compatibility
See merge request espressif/esp-idf!45221
2026-02-12 13:46:58 +05:30
Mahavir Jain
5225e6a3e6
Merge branch 'fix/failed_test_ds_key_deployment_in_aes_mode' into 'master'
...
Re-enable crypto drivers test app for ESP32-P4
Closes IDF-14418
See merge request espressif/esp-idf!45724
2026-02-12 13:38:53 +05:30
Frantisek Hrbata
5dac2fee69
Merge branch 'fix/cmakev2_idf_component_optional_requires' into 'master'
...
fix(cmakev2/compat): change idf_component_optional_requires behavior
Closes IDFGH-17112
See merge request espressif/esp-idf!45588
2026-02-12 08:50:24 +01:00
Konstantin Kondrashov
cbe0c4f171
Merge branch 'fix/efuse_damaged_reading_virtual_blocks' into 'master'
...
fix(efuse): erase virtual blocks before burn in damaged-reading test
Closes IDFCI-8030, IDFCI-8332, and IDFCI-8008
See merge request espressif/esp-idf!45831
2026-02-12 09:33:23 +02:00
Jiang Jiang Jian
9d354dac56
Merge branch 'fix/mbedtls_enable_threading_pthread' into 'master'
...
fix(mbedtls): enable pthread threading by default
See merge request espressif/esp-idf!45798
2026-02-12 11:59:45 +08:00
Chen Chen
3e59db5f57
Merge branch 'feat/mcpwm_etm_timer_events' into 'master'
...
feat(mcpwm): ETM support mcpwm timer TEZ/TEP events
Closes IDF-6102
See merge request espressif/esp-idf!45679
2026-02-12 11:39:23 +08:00
Ashish Sharma
0b6843f2ed
fix(mbedtls): updates crypto performance numbers
2026-02-11 23:35:59 +08:00
Konstantin Kondrashov
74ee653fed
fix(efuse): erase virtual blocks before burn in damaged-reading test
...
Some chip may have BLOCK3 in use so we need to erase it before test.
2026-02-11 16:12:26 +02:00
Island
2d61b4f9af
Merge branch 'fix/ble_mesh_nimble_connection_failed' into 'master'
...
fix(ble_mesh):fixed nimble connection failed
Closes BLERP-2603
See merge request espressif/esp-idf!45741
2026-02-11 19:43:49 +08:00
Ashish Sharma
8a8c4c175e
fix(mbedtls): enable pthread threading by default
2026-02-11 17:59:04 +08:00
Fu Hanxi
66f39eb968
Merge branch 'ci/use-interruptible' into 'master'
...
ci: use common workflow that auto-cancel earlier MR pipelines
See merge request espressif/esp-idf!45736
2026-02-11 10:21:31 +01:00
Rahul Tank
183d768ee4
Merge branch 'docs/update_protocomm_vulnerability' into 'master'
...
docs(protocomm): add advisory for 2 new CVE
See merge request espressif/esp-idf!45808
2026-02-11 14:40:37 +05:30
morris
de1901c1b0
Merge branch 'fix/fix_i80lcd_stuck_on_high_pckl' into 'master'
...
fix(i80_lcd): fix dma stuck with high pclk
See merge request espressif/esp-idf!45805
2026-02-11 16:43:21 +08:00
Rahul Tank
8abbd1b6c8
fix(nimble): Fix ble_multi_adv example to show correct UUIDs information
2026-02-11 12:18:28 +05:30
Rahul Tank
d3c1584238
docs(protocomm): add advisory for 2 new CVE
2026-02-11 12:06:03 +05:30
Laukik Hase
c5d72691e6
Merge branch 'feat/esp_tee_misc_optim' into 'master'
...
feat(esp_tee): Miscellaneous updates and optimizations
See merge request espressif/esp-idf!45634
2026-02-11 11:31:08 +05:30
Harshal Patil
9cf49269aa
Merge branch 'fix/support_truncated_hmac' into 'master'
...
Allow truncated ESP-PSA HMAC driver operations
Closes IDF-15299
See merge request espressif/esp-idf!45754
2026-02-11 10:25:04 +05:30
Jiang Jiang Jian
70899538bb
Merge branch 'fix/ungate_uart_pad_when_set_sleep_wakeup' into 'master'
...
fix(esp_driver_uart): enable pad sleep clock in uart_wakeup_setup function
Closes PM-664 and IDFCI-7519
See merge request espressif/esp-idf!45771
2026-02-11 12:18:35 +08:00
Chen Jichang
788e745020
fix(i80_lcd): fix dma stuck with high pclk
2026-02-11 12:09:24 +08:00
Kapil Gupta
b90878aead
Merge branch 'bugfix/wps_disable_at_timeout' into 'master'
...
fix(wifi): Disable wps in eloop context during wps abort
See merge request espressif/esp-idf!45723
2026-02-11 08:05:55 +05:30
Island
26bc88a9ba
Merge branch 'feat/fix_esp32c2_rom_rewrite_issue_rebase' into 'master'
...
Feat/fix esp32c2 rom rewrite issue rebase
See merge request espressif/esp-idf!45635
2026-02-11 10:15:44 +08:00
Mahavir Jain
75d7e18836
Merge branch 'fix/update_config_inclusion_for_hardware_ecdsa_verification' into 'master'
...
fix(mbedtls): Revised ECDSA verify HW config check
See merge request espressif/esp-idf!45790
2026-02-10 19:48:11 +05:30
Mahavir Jain
c60f19c299
Merge branch 'fix/add_check_for_range_request_supported_by_server_during_ota_resumption' into 'master'
...
fix(esp_https_ota): added a check if range request is supported during OTA resumption is enabled
Closes IDFGH-16894
See merge request espressif/esp-idf!44090
2026-02-10 17:53:04 +05:30
nilesh.kale
0fd1a4c9f8
test(esp_security): re-enable crypto drivers test app for ESP32P4
...
Also remove common_components dep for security-related tests
2026-02-10 17:48:55 +05:30
harshal.patil
6964de6f45
test(esp_security): Update the Key Manager test to support ESP32-P4
2026-02-10 17:48:52 +05:30
Lu Wei Ke
5b5ee24f1f
Merge branch 'docs/fix_doc_access_html' into 'master'
...
docs: Change PDF to HTML in access description
Closes DOC-13022
See merge request espressif/esp-idf!45425
2026-02-10 19:03:18 +08:00
Fu Hanxi
bf9d32d514
ci: compatible with macos base64 version
2026-02-10 11:46:40 +01:00
Chen Ji Chang
5d70c77962
Merge branch 'feat/fix_mipi_dma2d_example_when_flash_enc' into 'master'
...
feat(mipi_dsi): allow to use dma2d in example when flash is encrypted
See merge request espressif/esp-idf!45362
2026-02-10 18:30:26 +08:00
Alexey Lapshin
a873002a5b
Merge branch 'fix/components_for_static_analyzer' into 'master'
...
fix(ci): check all components using static analyzer
See merge request espressif/esp-idf!45712
2026-02-10 14:04:56 +04:00
Fu Hanxi
c37ec038ad
ci: replace custom gen_disabled_report.py to idf-ci build collect report
2026-02-10 10:54:28 +01:00
Fu Hanxi
c92200471f
ci: streamline before_script for macos runners
2026-02-10 10:54:28 +01:00
Fu Hanxi
4b1072a6d7
ci: use common workflow that auto-cancel earlier MR pipelines
2026-02-10 10:54:28 +01:00
Rahul Tank
0df16a8085
Merge branch 'fix/mbedtls-esp-random' into 'master'
...
fix(nimble): Replace use of CTR DRBG with mbedtls_esp_random
See merge request espressif/esp-idf!45000
2026-02-10 14:53:46 +05:30
luweike
2e8e07f509
docs: Change PDF to HTML in access description
2026-02-10 17:20:49 +08:00
harshal.patil
b4542bf748
fix(mbedtls): Support truncated HMAC
2026-02-10 14:08:46 +05:30
Samuel Obuch
db80c39a4e
Merge branch 'feat/esp32h21_debug_assist' into 'master'
...
feat(esp32h21): add assist_debug support
See merge request espressif/esp-idf!45345
2026-02-10 16:28:37 +08:00
Laukik Hase
1d425cee8e
feat(esp_tee): Remove unused components from the PSA Crypto library
2026-02-10 13:52:30 +05:30
Laukik Hase
c0523c7771
ci(esp_tee): Removed common_components dependency from ESP-TEE test-apps
2026-02-10 13:52:30 +05:30
Samuel Obuch
08bfd7798d
Merge branch 'docs/esp32h21_update_jtag_guide' into 'master'
...
docs(jtag): update esp32h21 jtag debugging guide
See merge request espressif/esp-idf!45727
2026-02-10 16:21:52 +08:00
Mahavir Jain
6ee3775e2b
tests(ota): fix advanced ota case for matching chip id
2026-02-10 12:53:50 +05:30
Mahavir Jain
21f8ca5e6f
feat(app_update): add API for checking the spi mode compatibility
...
New API to check the SPI flash mode from the incoming firmware image
during OTA updates could prevent bootloader/app incompatibility of
DIO vs QIO flash modes.
More information:
- https://github.com/espressif/esp-hosted-mcu/issues/143#issuecomment-3741753788
- https://github.com/espressif/esp-idf/issues/9674#issuecomment-1232533757
- https://github.com/espressif/esp-idf/issues/9542#issuecomment-1211317354
2026-02-10 12:53:50 +05:30
Zhang Wen Xu
5ad7fe8cd9
Merge branch 'feat/remove_common_comp_from_thread_ci_dependency' into 'master'
...
feat(802.15.4): remove common components from the ci pipeline dependency
See merge request espressif/esp-idf!45595
2026-02-10 07:07:13 +00:00
nilesh.kale
97dba09392
fix(mbedtls): Revised ECDSA verify HW config check
2026-02-10 12:36:30 +05:30
Wang Meng Yang
e84ebe2a13
Merge branch 'bugfix/add_sink_decode_log' into 'master'
...
fix(bt): Add some debug logs during A2DP sink decoding
See merge request espressif/esp-idf!45255
2026-02-10 14:16:17 +08:00
Sajia
87dba67ba4
fix(wifi): Disable wps in eloop context during wps timeout
2026-02-10 11:24:59 +05:30
Wang Meng Yang
73e1a7f9c5
Merge branch 'bugfix/32k_xtal_to_rtc_slow' into 'master'
...
fix(bt): Replace 32k_xtal with rtc_slow
See merge request espressif/esp-idf!45309
2026-02-10 12:06:08 +08:00
Michael (XIAO Xufeng)
3a0f7e9ceb
Merge branch 'bugfix/c5_add_freq_restriction_again' into 'master'
...
fix(esp_system): limit CPU clock to 160MHz in ESP32-C5 for flash encryption
See merge request espressif/esp-idf!44498
2026-02-10 11:42:38 +08:00