Commit Graph

7923 Commits

Author SHA1 Message Date
morris
5b1a8bddfb fix(dsi): test apps manifest error 2026-02-24 10:13:29 +08:00
Martin Vychodil
0fd5bae048 Merge branch 'refactor/fatfs_vfs_change_esp_vfs_fat_register_prototype' into 'master'
refactor(fatfs): Update esp_vfs_fat_register function prototype

Closes IDF-9212 and DOC-12416

See merge request espressif/esp-idf!41953
2026-02-20 03:07:35 +08:00
hrushikesh.bhosale
91d1574ba2 fix(https_request): Fixed CI failure for https_request example
- Enabled chachapoly ciphersuite from menuconfig, required for
howmyssl URL
2026-02-19 16:19:14 +05:30
Peter Marcisovsky
26f936efde Merge branch 'fix/usb_device_ncm_example_ios_support' into 'master'
fix(ncm_device): Fix example support for iOS devices

Closes IDFGH-17035

See merge request espressif/esp-idf!44945
2026-02-19 09:43:08 +01:00
peter.marcisovsky
c9c0af84b7 fix(usb_device_ncm): Fix example support for iOS devices
NCM device usage with an iOS device as a USB Host
    Closes https://github.com/espressif/esp-idf/issues/18079
2026-02-19 09:21:34 +01:00
Erhan Kurubas
53082cabe9 ci: skip esp32p4 jtag tests due to lack of eco6 runners 2026-02-18 13:11:23 +01:00
Erhan Kurubas
05010137f8 feat(esp_trace): add usb-serial-jtag as a transport channel 2026-02-18 12:01:40 +01:00
Rahul Tank
b6eab8cac8 Merge branch 'bugfix/fix_nimble_issues_11022026' into 'master'
fix(nimble): Bugfix/fix nimble issues 11022026

Closes BLERP-2589, BLERP-2509, BLERP-2234, BCI-599, BLERP-2579, and BLERP-2576

See merge request espressif/esp-idf!45830
2026-02-18 09:20:22 +05:30
Peter Marcisovsky
17cf9c7264 Merge branch 'fix/usb_device_example_enable_compile_warnings' into 'master'
fix(usb_device): Enable compile warning on device examples

See merge request espressif/esp-idf!45921
2026-02-17 09:45:25 +01:00
Mahavir Jain
ba61b8300f Merge branch 'feat/reenabling_test_for_esp32p4' into 'master'
feat(tests): Reenabled the app_update and crypto driver test for esp32p4

Closes IDF-14367

See merge request espressif/esp-idf!43719
2026-02-17 11:01:32 +05:30
Hrushikesh Bhosale
96dda2a6d8 Merge branch 'refactor/remove_common_component_dependency_ota_test_apps' into 'master'
Removed the common_component dependency from app_update and protocols

Closes IDF-15300

See merge request espressif/esp-idf!45822
2026-02-17 13:16:03 +08:00
peter.marcisovsky
455d8589ff fix(usb_device): Enable compile warning on device examples 2026-02-16 16:43:31 +01:00
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
Rahul Tank
9e581d7d68 fix(nimble): Bugfixes for various issues 2026-02-16 10:53:34 +05:30
Mahavir Jain
ecc8fda914 Merge branch 'bugfix/esp_local_ctrl_arg_check' into 'master'
fix(esp_local_ctrl): validate payload_case matches msg_type in command dispatcher

See merge request espressif/esp-idf!45817
2026-02-13 09:13:16 +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
4631b4a5d9 docs(protocomm): recommend using security2 scheme for production purpose 2026-02-11 13:55:44 +05:30
Rahul Tank
8abbd1b6c8 fix(nimble): Fix ble_multi_adv example to show correct UUIDs information 2026-02-11 12:18:28 +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
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
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
Laukik Hase
c0523c7771 ci(esp_tee): Removed common_components dependency from ESP-TEE test-apps 2026-02-10 13:52:30 +05:30
Mahavir Jain
6ee3775e2b tests(ota): fix advanced ota case for matching chip id 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
Erhan Kurubas
8260898d44 Merge branch 'fix/apptrace_uart_flush' into 'master'
Replace ISR based Uart TX with polling

See merge request espressif/esp-idf!45586
2026-02-09 19:57:50 +01:00
Aditya Patwardhan
f7977dd2ad Merge branch 'fix/esp_https_ota_header_handling_for_custom_data' into 'master'
Issue with complete headers for custom partition OTA

See merge request espressif/esp-idf!45262
2026-02-09 22:12:08 +05:30
Erhan Kurubas
5cea09fbdc fix(app_trace): implement uart TX without using ISR 2026-02-09 15:46:43 +01:00
Sudeep Mohanty
12fdd20da1 Merge branch 'fix/lp_adc_not_working_on_lp_core' into 'master'
Fixes for LP ADC to work when used from the LP core

Closes PM-646, IDFCI-5374, IDFCI-5375, IDFCI-5376, and IDFCI-5377

See merge request espressif/esp-idf!45165
2026-02-09 12:29:41 +01:00
Chen Jichang
456da1a132 feat(mipi_dsi): allow to use dma2d in example when flash is encrypted
Closes https://github.com/espressif/esp-idf/issues/17708
2026-02-09 19:23:14 +08:00
Rahul Tank
5e832ee36a Merge branch 'bugfix/security_fixes_for_examples' into 'master'
fix(nimble): Fix vulnerabilities in NimBLE examples

Closes BLERP-2465 and BLERP-2466

See merge request espressif/esp-idf!44747
2026-02-09 14:23:35 +05:30
hrushikesh.bhosale
a9d94563de feat(partition_ota): Modified pytest for storage data
- Modified test for storage data, reduced the size to 500 bytes,
less than IMAGE_HEADER_SIZE (1024), to check the workflow, if the
custom partition other than APP and BOOTLOADER less IMAGE_HEADER_SIZE
performed OTA
2026-02-09 14:16:24 +05:30
nilesh.kale
ba308b6d76 fix(esp_https_ota): handle ota resumption if server dosent support range requests
This commit added check to see if server supports range requets,
and fallback to OTA without resumption accordingly.

Closes https://github.com/espressif/esp-idf/pull/17960
2026-02-09 13:48:48 +05:30
Wu Zheng Hui
a7582319f1 Merge branch 'fix/fix_io_wakeup_issues' into 'master'
fix(esp_hw_support): make esp_deep_sleep_enable_gpio_wakeup available to PD_TOP lightsleep

See merge request espressif/esp-idf!45337
2026-02-09 12:21:31 +08:00
morris
95e4941fae Merge branch 'fix/twai_test_split_runner_tags' into 'master'
fix(driver_twai): test split runner combinations

Closes IDF-14393

See merge request espressif/esp-idf!45491
2026-02-09 11:17:06 +08:00
Shreeyash
bd971c5d0e fix(nimble): Fix vulnerabilities in NimBLE examples 2026-02-06 17:47:06 +05:30
Tomas Rezucha
9620e107e2 Merge branch 'refactor/usb_host_cdc_example' into 'master'
refactor: Merge USB Host CDC-ACM and CDC-VCP examples

Closes IDF-11359

See merge request espressif/esp-idf!45589
2026-02-06 12:35:05 +01:00
Chen Ji Chang
7a8a5d8852 Merge branch 'test/parlio_flash_enc_test' into 'master'
test(parlio,rmt,lcd): add virtual flash encryption test

Closes IDF-15064, IDF-15065, and IDF-15069

See merge request espressif/esp-idf!45006
2026-02-06 19:26:22 +08:00
Michael (XIAO Xufeng)
4c0d17e7fc Merge branch 'test/reenable_custom_flash_example_build' into 'master'
test(spi_flash): re-enable custom_flash_driver example build test

Closes IDF-15134

See merge request espressif/esp-idf!45566
2026-02-06 19:06:08 +08:00
hrushikesh.bhosale
e957e4801b feat(tests): Reenabled the app_update. mbedtls and FE tests for esp32p4 2026-02-06 15:34:19 +05:30
wuzhenghui
6ed5789607 fix(example): fix uninitialized gpio/rtcio in deepsleep example 2026-02-06 17:49:40 +08:00
Tomas Rezucha
b028d25f91 refactor: Merge USB Host CDC-ACM and CDC-VCP examples 2026-02-06 09:03:14 +01:00
wanckl
c1bc8eb3e2 fix(driver_twai): test split runner combinations 2026-02-06 15:48:03 +08:00
Island
e77c03c224 Merge branch 'feat/disable_non_necessary_build_non_BLE_componment' into 'master'
feat: Removed common_components in bluetooth build-test-rules.yml

See merge request espressif/esp-idf!45627
2026-02-06 14:19:57 +08:00
Laukik Hase
db63407d64 Merge branch 'fix/tee_sec_stg_aes_gcm_iv_reuse' into 'master'
fix(esp_tee): Prevent IV reuse in the TEE secure storage AES-GCM service

See merge request espressif/esp-idf!45064
2026-02-06 09:35:24 +05:30
Mahavir Jain
7c989f17d2 Merge branch 'fix/esp_https_client_test' into 'master'
fix(esp_http_client): Fixed the example pytest

Closes IDFCI-3013 and IDFCI-3014

See merge request espressif/esp-idf!45445
2026-02-05 18:43:37 +05:30
Laukik Hase
85e66d726d fix(esp_tee): Prevent IV reuse in the TEE secure storage AES-GCM service 2026-02-05 14:53:21 +05:30
Rahul Tank
4362612554 Merge branch 'bugfix/fix_nimble_issues' into 'master'
Fix few nimble issues related to different functionalities

Closes BLERP-2545, BLERP-2567, BLERP-2575, BLERP-2583, BLERP-2587, and BLERP-2588

See merge request espressif/esp-idf!45435
2026-02-05 14:30:09 +05:30
hrushikesh.bhosale
e1dd3b07bb fix(esp_http_client): Fixed the example pytest
Pytest was expect the positive content length for async req
2026-02-05 15:02:11 +08:00