Chen Ji Chang
3c60941aa0
Merge branch 'feat/h4_mp_compatibility_changes' into 'master'
...
feat(h4mp): update compatible soc headers (part1)
See merge request espressif/esp-idf!41205
2025-08-14 14:10:42 +08:00
Mahavir Jain
71d3492124
Merge branch 'fix/handle_error_and_dispatch_event_while_reading_data_from_server' into 'master'
...
feat(esp_http_client): handle error while reading data from server
Closes IDF-13454
See merge request espressif/esp-idf!40544
2025-08-14 11:27:36 +05:30
Aleksei Apaseev
8880b4e626
Merge branch 'ci/fix_bin_size_report_generation' into 'master'
...
ci: fix bin size report generation
See merge request espressif/esp-idf!41065
2025-08-14 13:12:01 +08:00
Wan Lei
675fe2d4ba
Merge branch 'feat/twai_new_driver_example' into 'master'
...
feat(driver_twai): update example to using new driver
Closes IDFGH-6837
See merge request espressif/esp-idf!39531
2025-08-14 12:51:08 +08:00
Ashish Sharma
2b8703ef9f
fix(mbedtls): enable ssl cookie support by default
2025-08-14 12:05:02 +08:00
Shen Meng Jing
4b43f6cbeb
Merge branch 'docs/update_cn_6.0_tools' into 'master'
...
docs: Update CN translation for tools.rst
Closes DOC-11915
See merge request espressif/esp-idf!41151
2025-08-14 12:04:22 +08:00
Yuan Yu
c386170aad
fix(twai): make sure that can bus is shut down properly
2025-08-14 11:43:09 +08:00
Ren Peiying
13f422501d
Merge branch 'bugfix/update_struct_in_ledc_header' into 'master'
...
docs: Update struct for correct building of ledc.h
Closes IDFGH-7219
See merge request espressif/esp-idf!41133
2025-08-14 11:03:43 +08:00
Zhou Xiao
c17bf63874
fix(ble): disabled get lc ts for ESP32-C3 and ESP32-S3
2025-08-14 11:03:33 +08:00
Chen Ji Chang
7324fc6dd9
Merge branch 'refactor/use_gdma_link_in_rmt' into 'master'
...
refactor(rmt): use gdma link list driver to mount buffer
Closes IDFGH-15289 and IDFGH-15421
See merge request espressif/esp-idf!39350
2025-08-14 10:49:19 +08:00
Wan Lei
7d1e974f77
Merge branch 'bugfix/twai_driver_cxx_test' into 'master'
...
fix(twai): fixed build errors in cxx environment
Closes IDFGH-16058
See merge request espressif/esp-idf!40818
2025-08-14 09:41:23 +08:00
Armando (Dou Yiwen)
68cbef3175
Merge branch 'change/change_msync_vaddr_not_cacheable_behaviour' into 'master'
...
cache: when vaddr is not cacheable, msync will return not supported
See merge request espressif/esp-idf!41105
2025-08-14 01:21:33 +00:00
Armando (Dou Yiwen)
5046f31c1b
Merge branch 'change/p4_soc_cmake' into 'master'
...
soc: simplify p4 soc cmake
See merge request espressif/esp-idf!41161
2025-08-14 01:20:16 +00:00
Fu Hanxi
2dec2f59d5
Merge branch 'ci/fix-extra-default-build-targets' into 'master'
...
Ci: exclude standalone pytest folders
See merge request espressif/esp-idf!41189
2025-08-14 01:48:49 +02:00
Ondrej Kosta
3fb1f9add3
Merge branch 'feat/p4_emac_sleep' into 'master'
...
feat(esp_eth): added EMAC sleep retention for ESP32P4
Closes IDF-9919
See merge request espressif/esp-idf!40385
2025-08-14 02:52:29 +08:00
Aditya Patwardhan
286f7fe082
Merge branch 'change/ecdsa_does_not_use_mpi_esp32h2_eco5' into 'master'
...
The ECDSA module of ESP32-H2 ECO5 does not use the MPI module
See merge request espressif/esp-idf!41156
2025-08-13 23:22:51 +05:30
Erhan Kurubas
5ac81c17cd
Merge branch 'move_gcov_to_component_registry' into 'master'
...
Move gcov to component registry
Closes IDF-13404 and DOC-11978
See merge request espressif/esp-idf!40752
2025-08-13 19:29:34 +02:00
Konstantin Kondrashov
2fdeaa882f
feat(pthread): Adds timed locks for pthread_rwlock
...
Closes https://github.com/espressif/esp-idf/issues/16099
2025-08-13 20:22:27 +03:00
Richard Allen
69404c8d83
docs(esp_http_client): document default timeout behaviour
2025-08-13 10:07:38 -05:00
Konstantin Kondrashov
fdc3206767
Merge branch 'feature/ipc_allows_recursion_calls' into 'master'
...
feat(ipc): Allow IPC recursion calls in esp_ipc_call
Closes IDF-13722
See merge request espressif/esp-idf!40792
2025-08-13 21:49:07 +08:00
Sudeep Mohanty
f1ab53eda0
test(panic_handler): Added unit test to verify panic handler can halt
...
This test verifies that the panic handler can indeed halt when
configured to print and halt instead of rebboting.
2025-08-13 15:40:07 +02:00
wanckl
fe8f0f08f3
feat(driver_twai): update and simplify network example using new driver
2025-08-13 19:41:06 +08:00
wanckl
959557d00a
feat(driver_twai): update error recover example using new driver
...
Closes https://github.com/espressif/esp-idf/issues/8461
2025-08-13 19:40:20 +08:00
wanckl
6440f9d5d7
feat(driver_twai): remove self test example since it's meanless
2025-08-13 19:36:41 +08:00
JinCheng
88722d50d5
fix(bt/controller): fixed some controller bugs
2025-08-13 19:27:35 +08:00
JinCheng
81d7ce47db
fix(bt/bluedroid): correct a description error in the GAP header file
2025-08-13 19:27:35 +08:00
Yuan Yu
c4de1ae390
Merge branch 'features/twai_utils_example' into 'master'
...
feat(twai/example): Adds a TWAI utility example like can-utils.
Closes IDF-6093
See merge request espressif/esp-idf!39387
2025-08-13 19:25:08 +08:00
Wu Zheng Hui
feb1dc97b9
Merge branch 'fix/fix_submode_lost_in_reset' into 'master'
...
fix(esp_hw_support): fix ESP_SLEEP_RTC_USE_RC_FAST_MODE submode lost in reset
Closes IDFGH-15614
See merge request espressif/esp-idf!41080
2025-08-13 18:58:10 +08:00
Sudeep Mohanty
36eaa2c4a1
fix(panic_handler): Fixed a issue where the system reboots before halt
...
This commit fixes an issue where the panic handler may reboot even if it
is configured to halt the CPU.
Closes https://github.com/espressif/esp-idf/issues/17260
2025-08-13 12:19:23 +02:00
Laukik Hase
bb55b0cefc
ci(esp_tee): Enable the TEE test-apps for ESP32-C5
2025-08-13 14:09:00 +05:30
Laukik Hase
ab8400df4a
ci(esp_tee): Refactor the ESP-TEE test-cases
...
- Improve the interrupt-related test cases
- Fix potential issues in the task-switching test
during secure service calls
2025-08-13 14:09:00 +05:30
Laukik Hase
340de9823a
feat(esp_tee): Support for ESP32-C5 - the rest of the components
2025-08-13 14:08:59 +05:30
Laukik Hase
11d3a2480f
feat(esp_tee): Support for ESP32-C5 - the esp_tee component
2025-08-13 14:08:58 +05:30
Yuan Yu
9a95e2719c
docs(twai): update example description for TWAI utilities
2025-08-13 16:31:35 +08:00
Yuan Yu
f1da574ae5
feat(twai): add TWAI utility commands and configuration
...
- Introduced TWAI utility commands for sending, dumping, and managing TWAI frames.
- Added configuration options for TWAI GPIO pins and support for TWAI-FD.
- Created necessary CMake and Kconfig files for building the TWAI utilities.
This enhancement provides a comprehensive interface for TWAI operations.
2025-08-13 16:31:35 +08:00
morris
78f2b2ad10
Merge branch 'doc/mipi_dphy_power' into 'master'
...
doc(lcd): explain the DPHY power supply
Closes IDF-13816
See merge request espressif/esp-idf!41186
2025-08-13 16:18:06 +08:00
Alexey Lapshin
33cc3511e8
fix(newlib): increase limit for misaligned access testcases
2025-08-13 15:17:33 +07:00
Chen Jichang
18420f8d3d
feat(h4mp): part1 update compatible soc headers
2025-08-13 14:05:32 +08:00
Mahavir Jain
056e4a4162
Merge branch 'feat/add_new_client_state_and_update_state_flow' into 'master'
...
feat(esp_http_client): added new HTTP state HTTP_STATE_CONNECTING and change state flow
Closes IDFGH-15423 and IDFGH-15362
See merge request espressif/esp-idf!40507
2025-08-13 11:29:18 +05:30
Harshal Patil
2f15501cae
Merge branch 'ci/enable_flash_enc_test_esp32p4' into 'master'
...
Enable flash encryption test case for ESP32-P4 in the CI
Closes IDF-10982
See merge request espressif/esp-idf!41026
2025-08-13 09:46:04 +05:30
Mahavir Jain
80adff3cd0
Merge branch 'bugfix/psram_enc_workaround' into 'master'
...
fix(psram): provide boot warning about PSRAM encryption issue on C5/C61
See merge request espressif/esp-idf!40913
2025-08-12 21:05:10 +05:30
morris
d75789beb9
fix(twai): fixed build errors in cxx environment
...
Closes https://github.com/espressif/esp-idf/issues/16999
2025-08-12 21:25:38 +08:00
Konstantin Kondrashov
1113ef2ff0
feat(ipc): Allow IPC recursion calls in esp_ipc_call
2025-08-12 16:16:09 +03:00
igor.masar
10252a8fb7
docs(usb): add section on external USB PHY configuration
...
Add top-level section for configuring and initializing external USB PHY
on ESP32-S3. Includes GPIO mapping, code example, and guidance on
suspend and speed selection pins.
Link to ESP USB PHY guide for SP5301 setup to avoid duplicating content.
Add dedicated schematic reference for STUSB03E with analog switch.
2025-08-12 14:26:46 +02:00
Island
5152593a74
Merge branch 'feat/support_blufi_adv_with_name' into 'master'
...
feat(bt/blufi): Support Blufi start advertising with specified name
Closes BLERP-1405
See merge request espressif/esp-idf!35761
2025-08-12 20:21:18 +08:00
Island
fbea0c641f
Merge branch 'feat/support_cble50y24_108' into 'master'
...
Support multi-connection optimization and examples on Bluedroid
Closes BLERP-2088 and BLERP-2089
See merge request espressif/esp-idf!40487
2025-08-12 20:21:12 +08:00
nilesh.kale
7edb4fae49
feat(esp_http_client): avoid dispatching of spurious event while closing closes connection
...
This commit updated the client closing condition to avoid spurious
dispatching of event HTTP_EVENT_DISCONNECTED while closing closeed connection.
Closes https://github.com/espressif/esp-idf/issues/16070
2025-08-12 17:31:50 +05:30
nilesh.kale
9984cc4aab
feat(esp_http_client): added new HTTP state HTTP_STATE_CONNECTING and change state flow
...
This commit added new http state HTTP_STATE_CONNECTING, and made states public.
Also added public API to get current state.
Updated state flow in esp_http_client_perform()
Closes https://github.com/espressif/esp-idf/issues/16019
2025-08-12 17:30:38 +05:30
Fu Hanxi
7198ae518c
ci: remove duplicated new lines
2025-08-12 13:44:35 +02:00
Fu Hanxi
e01cc4be89
ci: exclude folders with custom pytest.ini
2025-08-12 13:41:33 +02:00