Commit Graph

7212 Commits

Author SHA1 Message Date
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
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
Zhang Hai Peng
8739a2d82b fix(ble/bluedroid): Fix VLA in a2dp_gatts_coex example
(cherry picked from commit e741f09e0f)

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 8e0f74a2cc)

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 8b5dd75368)

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 773814c087)

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 b6b3b81bf6)

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 e26b60090d)

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 24e023e307)

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 7e876249df)

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
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
Ondrej Kosta
c49033b6cd fix(examples): fixed bridge example test endnode to host send 2025-11-04 03:06:21 +01:00
wuzhenghui
3ee348fe52 fix(esp_hw_support): add p4 rev3.0 MSPI workaround for deepsleep 2025-10-30 19:09:44 +08:00
morris
90abcd1ffa Merge branch 'bugfix/fix_gptimer_premature_match_partial_data_v5.5' into 'release/v5.5'
fix(gptimer): update regex patterns in example test to include non-digit characters (v5.5)

See merge request espressif/esp-idf!42955
2025-10-29 09:49:09 +08:00
Shu Chen
6334043f9b Merge branch 'feat/allow_set_ot_netif_config_v5.5' into 'release/v5.5'
feat: allow set ot netif config (v5.5)

See merge request espressif/esp-idf!42901
2025-10-28 05:29:50 +00:00
morris
eaf0d76529 fix(gptimer): update regex patterns in example test to include non-digit characters
This prevents premature matching on partial data when the output is
being streamed, which was causing the test to capture 100000 instead of
the full 1000002.
2025-10-28 11:50:09 +08:00
Shu Chen
05867446e8 Merge branch 'feat/support_dhcpv6_v5.5' into 'release/v5.5'
feat(openthread): support OT upstream dhcpv6 feature (v5.5)

See merge request espressif/esp-idf!42912
2025-10-27 21:22:56 +00:00
Tan Yan Quan
889c77957d feat(openthread): add kconfig option for timing optimization 2025-10-27 16:06:31 +08:00
morris
a0de5f7387 Merge branch 'feature/esp32p4_eco5_support_v5.5' into 'release/v5.5'
feat(gpio/ledc/uart/2ddma/ppa): ESP32P4 ECO5 related updates (v5.5)

See merge request espressif/esp-idf!42816
2025-10-27 15:50:42 +08:00
morris
d939ad7db7 Merge branch 'feat/dvp_format_trans_v5.5' into 'release/v5.5'
feat(cam): support format conversion function (v5.5)

See merge request espressif/esp-idf!41785
2025-10-27 15:04:35 +08:00
Xu Si Yu
96fc6f15d9 feat(openthread): update examples for API changes 2025-10-27 11:59:10 +08:00