Commit Graph

7564 Commits

Author SHA1 Message Date
Alexey Lapshin
aaf0d4c9ea fix(iperf): fix incorrect test expectation logic 2025-12-06 00:08:36 +07:00
Alexey Lapshin
ad7f4b9670 feat(esp_libc): make picolibc default libc 2025-12-06 00:08:35 +07:00
Island
57235cb184 Merge branch 'feature/extend_h2_conon_num_to_70_v6.0' into 'release/v6.0'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v6.0)

See merge request espressif/esp-idf!43836
2025-12-02 16:38:07 +08:00
Alexey Gerenkov
9524a7f69c Merge branch 'enable_gcov_tests_v6.0' into 'release/v6.0'
test(gcov): re-enable gcov builds and tests (v6.0)

See merge request espressif/esp-idf!43291
2025-12-01 18:40:43 +08:00
Alexey Gerenkov
604e1df617 Merge branch 'refactor_apptrace_uart_v6.0' into 'release/v6.0'
Refactor apptrace uart (v6.0)

See merge request espressif/esp-idf!43850
2025-12-01 18:39:05 +08:00
Island
99b2ac6afb Merge branch 'fix/ble_mesh_rpr_example_fix_v6.0' into 'release/v6.0'
fix(ble_mesh): add proper memory cleanup in composition data parsing (v6.0)

See merge request espressif/esp-idf!43841
2025-12-01 10:52:41 +08:00
Martin Vychodil
7b271c4be6 Merge branch 'feat/nvs_iteration_statistics_examples_v6.0' into 'release/v6.0'
feat(examples/storage): add nvs statistics and iteration examples (v6.0)

See merge request espressif/esp-idf!43660
2025-12-01 02:29:06 +08:00
Erhan Kurubas
4d3de1010e test(gcov): re-enable gcov builds and tests 2025-11-28 19:09:15 +08:00
Erhan Kurubas
7d779c7b13 change(app_trace): implement uart without driver APIs 2025-11-28 12:03:30 +01:00
Luo Xu
33fd3eeebc fix(ble_mesh): add proper memory cleanup in composition data parsing
(cherry picked from commit a45bb6c5da)

Co-authored-by: luoxu <luoxu@espressif.com>
2025-11-28 17:43:52 +08:00
Shen Wei Long
74fdb071f7 change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2
(cherry picked from commit cd33f13521)

Co-authored-by: ShenWeilong <shenweilong@espressif.com>
2025-11-28 09:06:16 +00:00
morris
776450a5fb Merge branch 'feat/esp32p4_eco5_adc_cali_v6.0' into 'release/v6.0'
feat(adc): support ADC calibration on ESP32P4 ECO5 (v6.0)

See merge request espressif/esp-idf!43777
2025-11-28 16:03:06 +08:00
Euripedes Rocha
53d59f79b3 Merge branch 'feat/upt_tests_new_runners_v6.0' into 'release/v6.0'
feat(ci): updated Ethernet test to align with new runners (v6.0)

See merge request espressif/esp-idf!43764
2025-11-27 11:53:06 +01:00
Roland Dobai
093c5f0b01 Merge branch 'fix/core_system_fixes_for_p4_eco5_v6_0' into 'release/v6.0'
Core System fixes for p4 eco5 (v6.0)

See merge request espressif/esp-idf!43629
2025-11-27 10:15:03 +01:00
morris
88c6d19ad2 Merge branch 'feat/esp_hal_cam_v6.0' into 'release/v6.0'
cam:graudate the camera hal driver into a new component (v6.0)

See merge request espressif/esp-idf!43578
2025-11-27 14:25:15 +08:00
Shu Chen
ea4ef54688 Merge branch 'bugfix/update_thread_ci_testcases_v6.0' into 'release/v6.0'
feat(openthread): optimize fail cases in CI test (v6.0)

See merge request espressif/esp-idf!43738
2025-11-27 04:13:07 +00:00
gaoxu
68f4d22967 ci(adc): re-enable ADC test on ESP32P4 2025-11-27 12:06:07 +08:00
Rahul Tank
8e7ada52f2 Merge branch 'bugfix/check_psync_status_v6.0' into 'release/v6.0'
fix(nimble): Add a check for psync before processing (v6.0)

See merge request espressif/esp-idf!43631
2025-11-26 20:50:08 +05:30
Ondrej Kosta
643b7c93c1 feat(ci): updated Ethernet tests to align with new runners 2025-11-26 13:24:32 +01:00
Rahul Tank
8f8be6cb18 fix(nimble): Address compilation issues in nimble examples 2025-11-26 14:35:51 +05:30
yiwenxiu
9bd284e33c feat(openthread): optimize fail cases in CI test 2025-11-26 11:08:22 +08:00
armando
dfe4a6e5f7 feat(hal):graudate the camera hal driver into a new component 2025-11-26 08:42:12 +08:00
Omar Chebib
5ac3087487 ci: re-enable cxx tests_apps and examples for the ESP32-P4 2025-11-25 13:35:51 +05:30
Marius Vikhammer
2c54fd0738 fix(interrupts): fixed interrupted related issues due to ZCMP on P4 ECO5 2025-11-25 13:35:51 +05:30
Marius Vikhammer
02b891f9de fix(lp-core): fixed rtc mem conflict on p4 eco5 between app and ULP 2025-11-25 13:35:50 +05:30
Konstantin Kondrashov
ec85de2bec 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-25 13:35:50 +05:30
Martin Havlik
6c23ddfe93 feat(examples/storage): Add NVS iteration example
Add a new example showcasing iterating over NVS entries
of a specific (or any) type, and the info to be obtained from therein.
2025-11-24 13:31:51 +01:00
Martin Havlik
e3e92b8cbe feat(examples/storage): Add NVS statistics example
Add a new example showcasing how to obtain and interpret statistics
about the usage of an NVS partition.

Also demonstrates how stats change after writing some key-value pairs
in 2 separate namespaces.
2025-11-24 13:31:51 +01:00
yangfeng
ce63e5feeb fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT 2025-11-24 10:21:00 +08:00
Alexey Gerenkov
d8e47c5e43 Merge branch 'feature/dynamic_flags_in_toolchain_cmake_v6.0' into 'release/v6.0'
feat(build): propagate compiler flags from files to toolchain.cmake (v6.0)

See merge request espressif/esp-idf!43499
2025-11-21 16:19:34 +08:00
Euripedes Rocha
ec0ef59535 Merge branch 'chore/update-protocol-eth-connect_v6.0' into 'release/v6.0'
feat(protocol_examples_common): Use Ethernet Init component (v6.0)

See merge request espressif/esp-idf!43554
2025-11-21 08:22:17 +01:00
morris
45fa560e98 Merge branch 'feat/make_p4_rev3_default_v6.0' into 'release/v6.0'
p4: make v3 as default (v6.0)

See merge request espressif/esp-idf!43440
2025-11-21 15:12:44 +08:00
morris
29fc0f8726 Merge branch 'feat/dedic_gpio_esp32h4_v6.0' into 'release/v6.0'
feat(gpio): support fast gpio driver on esp32h4 (v6.0)

See merge request espressif/esp-idf!43541
2025-11-21 14:40:03 +08:00
armando
714b022a43 ci(p4): disable p4 rev3 invalid tests temporarily 2025-11-21 02:48:05 +00:00
morris
8242e6914b Merge branch 'feature/ledc_etm_support_v6.0' into 'release/v6.0'
feat(ledc): add ETM support for LEDC peripheral (v6.0)

See merge request espressif/esp-idf!43401
2025-11-21 10:38:11 +08:00
morris
4302da9c16 Merge branch 'feat/p4_eco5_dvp_v6.0' into 'release/v6.0'
feat(cam): support esp32p4 eco5 dvp cam (v6.0)

See merge request espressif/esp-idf!43099
2025-11-21 10:11:34 +08:00
glmfe
e187d3b259 feat(protocol_examples_common): Use Ethernet Init component
- Refactored protocol_examples_common to use ethernet_init component
2025-11-20 18:57:03 +08:00
morris
ca892b17b9 feat(gpio): support fast gpio driver on esp32h4 2025-11-20 15:50:58 +08:00
gaoxu
20878e3b7b feat(cam): support esp32p4 eco5 dvp cam 2025-11-20 14:07:33 +08:00
Laukik Hase
01f5050f6f ci(esp_tee): Enable the TEE examples for ESP32-C61 2025-11-20 11:01:29 +05:30
Mahavir Jain
6682774612 Merge branch 'contrib/github_pr_17641_v6.0' into 'release/v6.0'
Allow the https server to request client certs only with OPTIONAL (GitHub PR) (v6.0)

See merge request espressif/esp-idf!43454
2025-11-20 09:50:01 +05:30
morris
ef1b1d1009 Merge branch 'feat/isp_crop_driver_v6.0' into 'release/v6.0'
feat(isp): support Crop driver on p4 rev3 (v6.0)

See merge request espressif/esp-idf!43445
2025-11-20 10:16:01 +08:00
Wang Meng Yang
c87b9e9a1f Merge branch 'bugfix/refactor_c3_hci_example_6.0' into 'release/v6.0'
refactor(example/bt): Refactor controller_hci_uart example for ESP32-C3/S3 to use UHCI driver(v6.0)

See merge request espressif/esp-idf!43501
2025-11-20 09:50:01 +08:00
Chen Chen
efbddafbf0 Merge branch 'release/v6.0' into 'feat/mcpwm_support_h4_v6.0'
# Conflicts:
#   docs/docs_not_updated/esp32h4.txt
2025-11-19 17:14:21 +08:00
Chen Chen
cb48f80f52 feat(mcpwm): support mcpwm on esp32h4 2025-11-19 17:13:12 +08:00
xiongweichao
02a59573da refactor(example/bt): Remove APIs starting with periph_ 2025-11-19 10:28:33 +08:00
xiongweichao
03549d726c refactor(example/bt): Refactor controller_hci_uart example for ESP32-C3/S3 to use UHCI driver 2025-11-19 10:28:28 +08:00
Alexey Lapshin
cbe44f2e33 fix(test): fix tests according to the new toolchain flags 2025-11-19 01:12:40 +07:00
Chen Chen
f9d9502e83 feat(isp): support Crop driver on p4 rev3
Add support for crop driver on p4eco5 and update example in
`isp/multi_pipelines`
2025-11-18 17:47:28 +08:00
Jiang Jiang Jian
e7238edbee Merge branch 'docs/esp32h4-usb_v6.0' into 'release/v6.0'
docs(usb): add ESP32-H4 support notes and pin map (backport v6.0)

See merge request espressif/esp-idf!43217
2025-11-18 12:26:08 +08:00