Kevin (Lao Kaiyao)
1a242d132c
Merge branch 'feature/support_i2s_and_etm_on_h4' into 'master'
...
feat(i2s & etm): support i2s and etm on esp32-h4
Closes IDF-12385, IDF-12355, and IDF-13396
See merge request espressif/esp-idf!39698
2025-07-22 20:27:11 +08:00
Soh Kam Yung
2bec3bc441
feat(hosted_examples): Added ESP-Hosted to Wi-Fi examples
...
- add ESP32-P4 and ESP32-H2 as Supported Targets to following
examples, using ESP-Hosted and Wi-Fi Remote as components:
- iperf (H2)
- getting_started/softAP
- getting_started/station
- scan
- fast_scan
- softap_sta
- updated `.build-test-rules.yml` to enable pre-commit to accept ESP-P4
and ESP-H2 as Supported Targets
- updated iperf sdkconfig.defaults for P4 to use parameters from wifi-remote
2025-07-22 14:28:57 +08:00
C.S.M
9b17b8470e
feat(i3c): Add example for i2c mode in i3c peripheral
2025-07-21 19:23:29 +08:00
Roman Leonov
75809d4397
Merge branch 'refactor/usb_host_hid_example_open_proto_only' into 'master'
...
refactor(usb_host_example): Added opening only for HID device with proto
See merge request espressif/esp-idf!40228
2025-07-21 16:01:23 +08:00
Gao Xu
c03ab39028
Merge branch 'feat/support_sdio_on_c61' into 'master'
...
feat(sdio): supported slave sdio on esp32c61
Closes IDF-12883, IDF-12594, and IDF-10151
See merge request espressif/esp-idf!40485
2025-07-18 16:37:48 +08:00
laokaiyao
026370e5b3
feat(etm): support etm on esp32-h4
2025-07-18 15:51:00 +08:00
laokaiyao
3992f734bf
feat(i2s): support i2s on esp32-h4
2025-07-18 15:48:02 +08:00
gaoxu
01080bb062
fix(sdio): supported slave sdio on esp32c61
2025-07-18 09:29:37 +08:00
gaoxu
33560f506e
ci(adc): enable esp32c61 adc test
2025-07-18 09:29:23 +08:00
Erhan Kurubas
fb3e616750
Merge branch 'apptrace_breaking_changes' into 'master'
...
Apptrace breaking changes
Closes IDF-9993 and IDF-4316
See merge request espressif/esp-idf!40380
2025-07-17 17:45:31 +02:00
Sudeep Mohanty
c8f68c72a7
Merge branch 'feat/remove_global_cmake_vars' into 'master'
...
change(esptool_py): Make esptool_py component idempotent in the build
Closes IDF-13073
See merge request espressif/esp-idf!39589
2025-07-17 17:13:49 +02:00
Erhan Kurubas
3d7d7813c9
refactor(apptrace): replace xxx_TRAX with xxx_JTAG
2025-07-17 12:36:39 +08:00
morris
0999aeedbd
refactor(timg): clean up soc layer meta data
2025-07-17 10:33:08 +08:00
Fu Hanxi
138a0941ca
Merge branch 'ci/fixes' into 'master'
...
ci: a few fixes
Closes IDFCI-3018
See merge request espressif/esp-idf!40610
2025-07-17 03:13:52 +02:00
Fu Hanxi
c5a562e6e0
ci: add examples/openthread to PYTHONPATH
2025-07-16 14:11:09 +02:00
Ondrej Kosta
c76202c0a8
Merge branch 'fix/bridge_test_ssh' into 'master'
...
fix(esp_eth): bridge test to use SSH key when connect to endnode
Closes IDFCI-2994
See merge request espressif/esp-idf!40540
2025-07-16 17:37:38 +08:00
Zhang Wen Xu
9207ca0b45
Merge branch 'fix/ieee802154_example_rx' into 'master'
...
fix(ieee802154): set rx_when_idle to false when Rx stop
See merge request espressif/esp-idf!40475
2025-07-16 07:49:21 +00:00
Fu Hanxi
288fc561b7
tests: fix skipif markers. use temp_skip instead
2025-07-16 09:12:03 +02:00
Samuel Obuch
824d54e707
ci: fix appimage_offset for esp32p4 in sysview heap trace example
2025-07-15 12:58:33 +02:00
Samuel Obuch
d7eea89e16
ci: enable example tests for esp32p4
2025-07-15 12:57:21 +02:00
Samuel Obuch
ee65205183
ci: OpenOCD class as fixture
2025-07-15 12:57:19 +02:00
Samuel Obuch
66defc0c19
ci: enable sysview examples for all chips
2025-07-15 12:38:24 +02:00
Ondrej Kosta
3bd6e5d4bb
fix(esp_eth): bridge test to use SSH key when connect to endnode
2025-07-15 12:26:05 +02:00
C.S.M
187212ba9d
Merge branch 'feature/i2c_bringup_esp32h4' into 'master'
...
feat(i2c): Bringup i2c peripheral for esp32h4
Closes IDF-12359 and IDF-12357
See merge request espressif/esp-idf!40274
2025-07-14 14:19:45 +08:00
C.S.M
97a6b3bbab
feat(i2c): Bringup i2c peripheral for esp32h4
2025-07-14 11:59:28 +08:00
Chen Ji Chang
c7561dc4cc
Merge branch 'refactor/spi_lcd_detect_bus_mode_automatically' into 'master'
...
refactor(spi_lcd): detect the bus mode automatically
Closes IDF-11255 and IDFGH-15695
See merge request espressif/esp-idf!40308
2025-07-14 11:45:15 +08:00
morris
3f1f3e4b26
Merge branch 'docs/add_a_note' into 'master'
...
docs: Add a note for temp_sensor
Closes DOC-11374
See merge request espressif/esp-idf!40543
2025-07-12 22:24:08 +08:00
Igor Masar
f4a861964e
Merge branch 'refactor/usb-phy' into 'master'
...
refactor(usb_phy): move USB PHY implementation to esp_hw_support
Closes IDF-11144 and IDF-9021
See merge request espressif/esp-idf!39770
2025-07-11 20:49:36 +08:00
Shen Mengjing
51979f5b35
docs: Add a note for temp_sensor
2025-07-11 17:41:49 +08:00
Fu Hanxi
682388487a
Merge branch 'ci/apply-idf-ci-1' into 'master'
...
ci: apply `idf-ci`
Closes IDFCI-2719
See merge request espressif/esp-idf!38755
2025-07-11 07:18:32 +02:00
Wu Zheng Hui
dd980b738d
Merge branch 'fix/fix_esp32_core1_access_rtc_fast_in_sleep_code' into 'master'
...
fix(esp_hw_support): fix esp32 APP_CPU accessing RTCFAST memory in sleep code
Closes IDFGH-15614
See merge request espressif/esp-idf!40452
2025-07-10 21:29:21 +08:00
igor.masar
84a5812d55
refactor(usb_phy): Move USB PHY implementation to esp_hw_support
...
Moved USB PHY source and headers from `usb/` to `esp_hw_support/`
to better reflect their hardware-specific nature.
Replaced use of public GPIO driver APIs with internal LL (Low-Level) APIs
for more precise hardware control and alignment with ESP-IDF HAL best practices.
Deleted deprecated PHY helper functions.
Consolidated all SoC-specific declarations under `usb_periph.h`.
BREAKING CHANGE: deprecated USB PHY APIs have been removed; update
callers to use the new interfaces in esp_hw_support/usb_phy.h
2025-07-10 14:52:47 +02:00
Erhan Kurubas
f78d6d6366
change(app_trace): remove extra data buffering feature
2025-07-10 12:39:44 +02:00
Sudeep Mohanty
b6ea668e6e
refactor(esptool_py): Removed global scope variables from esptool_py project_include.cmake
...
This commit global variables such as ESPTOOLPY, ESPSECUREPY, ESPEFUSEPY,
ESPMONITOR and ESPTOOLPY_CHIP from the project_include.cmake file of
esptool_py component. All other components which use these variables
have been updated to fetch the same from esptool_py component's
properties.
2025-07-10 11:26:28 +02:00
Aditya Patwardhan
bfc5e1b234
Merge branch 'feature/store_respnse_status_code_before_header_complete' into 'master'
...
feat(esp_http_client): Add HTTP_EVENT_ON_STATUS_CODE to notify early status code acquisition
Closes IDF-13452
See merge request espressif/esp-idf!40244
2025-07-10 12:35:10 +05:30
Kapil Gupta
76d24d2fe5
Merge branch 'feat/eap_method_limit' into 'master'
...
feat(esp_wifi): Add support to limit EAP methods
See merge request espressif/esp-idf!40198
2025-07-10 11:44:14 +05:30
Kapil Gupta
6c309b29e9
feat(esp_wifi): Add support to limit EAP methods
2025-07-10 11:44:14 +05:30
Fu Hanxi
a5257dcc39
ci: apply idf-ci pytest plugin
...
Removed
- target markers. Now must use target as parametrization in esp-idf
- host test markers. Now will be automatically added with linux target and qemu marker
2025-07-09 10:33:28 +02:00
Fu Hanxi
f33469dd63
ci: apply idf-ci build run
...
removed script:
- tools/ci/dynamic_pipelines/scripts/child_pipeline_build_apps.py -> idf-ci build run
- tools/ci/ci_build_apps.py -> idf-build-apps build
moved from remove from idf_pytest/constants.py to .idf_build_apps.toml
- DEFAULT_FULL_BUILD_TEST_COMPONENTS
- DEFAULT_FULL_BUILD_TEST_FILEPATTERNS
- DEFAULT_IGNORE_WARNING_FILEPATH
- DEFAULT_BUILD_LOG_FILENAME
- DEFAULT_SIZE_JSON_FILENAME
2025-07-09 10:33:28 +02:00
Fu Hanxi
0d5b3e60ac
ci: remove --enable-pytest from install.sh
2025-07-09 10:33:26 +02:00
wuzhenghui
70825a78af
feat(esp_hw_support): add core1 enter deepsleep test case
2025-07-09 14:59:56 +08:00
Tan Yan Quan
e451e5566e
fix(ieee802154): set rx_when_idle to false when Rx stop
2025-07-09 14:56:12 +08:00
Tan Yan Quan
f01806f2b8
fix(ieee802154): initialize nvs before enable ieee802154
2025-07-09 14:55:15 +08:00
wuzhenghui
56c2831992
fix(esp_hw_support): fix esp32 APP_CPU accessing RTCFAST memory in sleep code
...
Closes https://github.com/espressif/esp-idf/issues/16243
2025-07-08 20:33:55 +08:00
nilesh.kale
5cc874068d
feat(esp_http_client): added event HTTP_EVENT_ON_STATUS_CODE
...
This commit added event HTTP_EVENT_ON_STATUS_CODE and
acquire response status code before header or data.
2025-07-08 17:45:18 +05:30
Astha Verma
b8833081a4
fix(nimble): Add ble_ancs example to build-test-rules.yml
2025-07-08 14:07:03 +05:30
Chen Jichang
57cbcf388e
docs(lcd): fix the wrong hyperlink in readme
...
Closes https://github.com/espressif/esp-idf/issues/16389
2025-07-07 18:50:19 +08:00
Gao Xu
4e7bfc3217
Merge branch 'fix/dvp_cam_gdma_wrong_align' into 'master'
...
feat(cam): add dvp dma buffer alloc function
See merge request espressif/esp-idf!40326
2025-07-07 14:03:31 +08:00
C.S.M
35cb68504b
Merge branch 'doc/update_tsens_doc' into 'master'
...
doc(temperature_sensor): Update temperature snesor docs, remove inaccurate part
See merge request espressif/esp-idf!40369
2025-07-07 13:42:56 +08:00
gaoxu
ee3de247e2
feat(cam): add camera buffer alloc function
2025-07-07 11:23:07 +08:00