Commit Graph

7222 Commits

Author SHA1 Message Date
Mahavir Jain 961abe6a08 Merge branch 'fix/align_ota_written_size_during_ota_resumption_to_last_16_byte_boundry_v5.5' into 'release/v5.5'
fix(esp_https_ota): align OTA resumption offset to 16-byte boundary (v5.5)

See merge request espressif/esp-idf!44034
2025-12-26 09:55:39 +05:30
Wang Meng Yang ac9a4272f5 Merge branch 'bugfix/bt_idf_ci_v5.5' into 'release/v5.5'
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT (v5.5)

See merge request espressif/esp-idf!43603
2025-12-26 10:30:14 +08:00
morris 259652d091 Merge branch 'feat/usb_host_example_unknown_client_event_backport_v5.5' into 'release/v5.5'
fix(usb_host): Dont abort on unsupported client events backport v5.5

See merge request espressif/esp-idf!44061
2025-12-26 09:52:40 +08:00
morris 2a481f5bc7 Merge branch 'feat/isp_crop_driver_v5.5' into 'release/v5.5'
feat(isp): support Crop driver on p4 rev3 (v5.5)

See merge request espressif/esp-idf!43446
2025-12-26 09:51:13 +08:00
morris 921f13f8a4 Merge branch 'test/reenable_tsens_test_v5.5' into 'release/v5.5'
test(tsens): Re-enable temperature sensor test on esp32p4 v3 (v5.5)

See merge request espressif/esp-idf!44195
2025-12-26 09:50:23 +08:00
nilesh.kale ab8f49823b feat: added testcase to check ota resumption if FE is enabled
This commit also added config option to set default buffer size for OTA.
This testcase mainly checks if OTA resumption fails if data written is
not 16 byte aligned when Flash Encryption is enabled.
2025-12-18 19:09:56 +08:00
Island 5cf7ec68bc Merge branch 'bugfix/fix_ble_security_issue_2025_v5.5' into 'release/v5.5'
Fix potential CVE-2024-0039 out-of-bounds write in attp_build_value_cmd (v5.5)

See merge request espressif/esp-idf!43807
2025-12-18 14:25:15 +08:00
Chen Chen c9c25684ca feat(isp): support Crop driver on p4 rev3
Add support for crop driver on p4eco5 and update example in
`isp/multi_pipelines`
2025-12-15 15:11:45 +08:00
C.S.M ac196562d9 test(tsens): Re-enable temperature sensor test on esp32p4 v3 2025-12-12 19:14:30 +08:00
Jiang Jiang Jian 2b9938db4e Merge branch 'bugfix/update_thread_ci_testcases_v5.5' into 'release/v5.5'
feat(openthread): optimize fail cases in CI test (v5.5)

See merge request espressif/esp-idf!43739
2025-12-12 18:55:37 +08:00
peter.marcisovsky c5b01fc627 fix(usb_host): Dont abort on unsupported client events
- suspend and resume client events
2025-12-08 14:05:21 +01:00
Zhang Hai Peng 8739a2d82b fix(ble/bluedroid): Fix VLA in a2dp_gatts_coex example
(cherry picked from commit e741f09e0f4b959b76183d4a3492e16235ac9785)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:54:20 +08:00
Zhang Hai Peng de2b4af5bd fix(ble/bt): Add NULL check in esp_hid_device example
(cherry picked from commit 8e0f74a2cc52cd1ec5e039db34d09d4e07097f7b)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:54:18 +08:00
Zhang Hai Peng 775b64753e fix(ble/bt): Add NULL check in esp_hid_host example
(cherry picked from commit 8b5dd7536890d2eca026f88a410972e4f19e2d3b)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:54:17 +08:00
Zhang Hai Peng f67bb6c31c fix(ble/blufi): Add DH param length validation
(cherry picked from commit 773814c087effb3d69c2eeed3ac2e8472861be7c)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:54:17 +08:00
Zhang Hai Peng dedf21c0ae fix(ble/bluedroid): Fix memory leak in ble_spp_server example
(cherry picked from commit b6b3b81bf698dd7f85303de0cdcdb2d050e6efd2)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:54:16 +08:00
Zhang Hai Peng 45835b025f fix(ble/bluedroid): Use calloc in gatt_server example
(cherry picked from commit e26b60090d0452523ca7fb730dd2cebb047c1997)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:54:16 +08:00
Zhang Hai Peng 7ca7eb47c4 fix(ble/bluedroid): Use snprintf in ble_eddystone example
(cherry picked from commit 24e023e307062c668dd85178b66947dddd534ea8)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:54:15 +08:00
Zhang Hai Peng 9112b87c19 fix(ble/bluedroid): Add bounds check in ble_ancs example
(cherry picked from commit 7e876249dfbc2da5b652665637d5e2f8dcdff811)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:54:15 +08:00
morris a4b11386a1 Merge branch 'feat/esp32p4_eco5_adc_cali_v5.5' into 'release/v5.5'
feat(adc): support ADC calibration on ESP32P4 ECO5 (v5.5)

See merge request espressif/esp-idf!43778
2025-12-03 09:51:14 +08:00
Jiang Jiang Jian a5cc517d31 Merge branch 'fix/core_system_fixes_for_p4_eco5_v5_5' into 'release/v5.5'
Core System fixes for p4 eco5 (v5.5)

See merge request espressif/esp-idf!43726
2025-12-02 19:56:22 +08:00
gaoxu c0579027e3 ci(adc): re-enable ADC test on ESP32P4 2025-12-02 08:52:21 +08:00
Xiao Xufeng 09aafffb2e esp_system: increase bootloader partition size in examples using framepointer 2025-12-01 15:31:44 +08:00
morris afc3741ec4 Merge branch 'ci/reenable_p4_usb_device_tests_backport_v5.5' into 'release/v5.5'
ci(usb/device): re-enable usb_device tests for ESP32-P4 (backport v5.5)

See merge request espressif/esp-idf!43771
2025-11-28 10:09:29 +08:00
Omar Chebib 56c71ffc0d ci: re-enable cxx tests_apps and examples for the ESP32-P4 2025-11-27 11:20:35 +05:30
morris 1d5fcc6d2e Merge branch 'bugfix/uart_related_backports_v5.5' into 'release/v5.5'
fix(uart): some related uart backports (v5.5)

See merge request espressif/esp-idf!43617
2025-11-27 10:52:38 +08:00
Tomas Rezucha 6eb5def1d0 ci(usb/device): re-enable usb_device tests for ESP32-P4 2025-11-26 16:00:15 +01:00
Island df08d0dbc3 Merge branch 'bugfix/check_psync_status_v5.5' into 'release/v5.5'
fix(nimble): Add a check for psync before processing (v5.5)

See merge request espressif/esp-idf!43632
2025-11-26 17:33:14 +08:00
Konstantin Kondrashov dde1b3d791 fix(examples): Fix IPC ISR RISC-V test for ESP32-P4 rev3
Remove checks for MSTATUS and MCAUSE values that
may vary in different chip revisions.
2025-11-26 11:40:01 +05:30
yiwenxiu 674514e7b4 feat(openthread): optimize fail cases in CI test 2025-11-26 11:08:28 +08:00
Rahul Tank 07a9d40a75 fix(nimble): Address compilation issues in nimble examples 2025-11-25 10:20:30 +05:30
yangfeng 14a67afb04 fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT 2025-11-24 10:37:02 +08:00
Song Ruo Jing 086183db94 fix(light_sleep/example): fix potential compilation error in light_sleep example
If ESP_CONSOLE_NONE is selected in menuconfig, compilation fails with
undefined CONFIG_ESP_CONSOLE_UART_BAUDRATE macro.
2025-11-21 21:57:22 +08:00
igor.udot 82cf7083e3 ci: disable p4 rev3 invalid tests temporarily for v5.5 only 2025-11-21 11:28:08 +08:00
armando a3bca48289 ci(p4): disable p4 rev3 invalid tests temporarily for v5.5 only 2025-11-21 09:19:16 +08:00
armando 304ba1655b fix check test scripts build issue 2025-11-20 11:33:36 +08:00
armando cdff2570c7 ci(p4): disable p4 rev3 invalid tests temporarily 2025-11-20 11:33:36 +08:00
Jiang Jiang Jian ad9b68042c Merge branch 'fix/pcnt_example_pytest_v5.5' into 'release/v5.5'
test(pcnt): fix pcnt example pytest (v5.5)

See merge request espressif/esp-idf!43195
2025-11-13 16:11:50 +08:00
Jiang Jiang Jian dc7304b717 Merge branch 'fix/wrong_channel_gpio_num_on_p4_adc2_v5.5' into 'release/v5.5'
ADC: add continuous parse data API (v5.5)

See merge request espressif/esp-idf!42205
2025-11-13 16:07:13 +08:00
Jiang Jiang Jian 621ab81e30 Merge branch 'bugfix/fix_thread_ci_testcases_not_stable_v5.5' into 'release/v5.5'
Bugfix/fix thread ci testcases not stable v5.5

See merge request espressif/esp-idf!43150
2025-11-11 19:44:00 +08:00
Jiang Jiang Jian 85604da61e Merge branch 'contrib/github_pr_17824_v5.5' into 'release/v5.5'
Fix typos in NimBLE example comments (GitHub PR) (v5.5)

See merge request espressif/esp-idf!43111
2025-11-11 19:36:39 +08:00
Michael (XIAO Xufeng) ab760dab4d Merge branch 'feat/p4_eco5_dvp_v5.5' into 'release/v5.5'
feat(cam): support esp32p4 eco5 dvp cam (v5.5)

See merge request espressif/esp-idf!43100
2025-11-11 19:30:41 +08:00
Jiang Jiang Jian 344266f2fa Merge branch 'fix/incorrect_response_status_code_captive_portal_v5.5' into 'release/v5.5'
fix(http_server): Fixed response status code for temporary redirect (v5.5)

See merge request espressif/esp-idf!43087
2025-11-11 19:30:30 +08:00
Rasmus Buurman ced7d1c776 fix(examples): Fix typos in NimBLE example comments 2025-11-10 17:05:27 +05:30
Chen Jichang a447848c1b test(pcnt): fix pcnt example pytest 2025-11-10 15:28:29 +08:00
gaoxu 7077a846af feat(adc): add adc_continuous_parse_data api 2025-11-10 14:28:39 +08:00
yiwenxiu 20710cc14a feat(openthread): optimize fail cases in CI test 2025-11-07 10:28:40 +08:00
Xu Si Yu c23218fead feat(openthread): output logs of host for debugging CI issues 2025-11-05 16:15:07 +08:00
gaoxu 2621a23201 feat(cam): support esp32p4 eco5 dvp cam 2025-11-05 10:10:52 +08:00
hrushikesh.bhosale b554cbe9b4 fix(http_server): Fixed response status code for temporary redirect
Closes https://github.com/espressif/esp-idf/issues/17791
2025-11-04 15:05:07 +05:30