Chen Ji Chang
cfca52255e
Merge branch 'feat/support_rmt_on_h4' into 'master'
...
feat(rmt): support rmt on ESP32-H4
Closes IDF-12402
See merge request espressif/esp-idf!40523
2025-07-25 19:41:24 +08:00
Song Ruo Jing
3fdb473174
Merge branch 'bugfix/ledc_update_duty_wait' into 'master'
...
fix(ledc): duty_start update bit should wait for its self-clear before next set
Closes IDF-11989
See merge request espressif/esp-idf!39949
2025-07-24 14:55:16 +08:00
Mahavir Jain
22adc7ed75
Merge branch 'feat/secure_boot_ecdsa_p384' into 'master'
...
Support Secure Boot using ECDSA-P384 curve
Closes IDF-10016, IDF-10221, and IDF-12990
See merge request espressif/esp-idf!38517
2025-07-24 11:59:59 +05:30
morris
1f82b347a6
Merge branch 'feat/upgrade_restful_server_example' into 'master'
...
Upgrade restful server example (Vue2->Vue3) (The webpage is mostly done by AI with tons of prompts)
See merge request espressif/esp-idf!40669
2025-07-24 13:36:22 +08:00
Chen Jichang
d6a9a0f5d5
feat(rmt): support rmt on esp32-h4
2025-07-24 10:47:13 +08:00
akshat
9a77d59b8b
fix(wifi): Add suport for FTM in ESP32C61
...
Resolve FTM failure in 40M Bandwidth
2025-07-23 17:39:35 +05:30
Mahavir Jain
a2935a5750
Merge branch 'fix/mqtt_ssl_ds_build_failure' into 'master'
...
fix(mqtt): Increased partition size to fix build failure
See merge request espressif/esp-idf!40759
2025-07-23 14:11:45 +05:30
Wan Lei
62136054cd
Merge branch 'ci/c61_enable_multi_dev_runner' into 'master'
...
ci(esp32c61): enable multi dut runner for c61 eco3
Closes IDF-10949 and IDFCI-3037
See merge request espressif/esp-idf!40724
2025-07-23 14:57:39 +08:00
Aditya Patwardhan
5cc1e8c0d5
fix(mqtt): Increased partition size to fix build failure
2025-07-23 11:33:15 +05:30
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
wanckl
cb257ede27
ci(esp32c61): enable multi dut runner for c61
2025-07-22 17:10:55 +08:00
Song Ruo Jing
63e2d6828b
refactor(ledc): deprecate ledc_isr_register and ledc_channel_config_t::intr_type
2025-07-22 15:10:52 +08:00
Song Ruo Jing
dca8f204eb
refactor(ledc): remove deprecated API/macro for v6.0
2025-07-22 15:05:10 +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
morris
70d62b1a54
feat(restful_server): upgrade the example to use vue3+vuetify3
...
also cleaned up the backend firmware to use littlefs filesystem.
2025-07-21 12:03:10 +08:00
harshal.patil
5699619606
test(examples/efuse): Add test for secure boot v2 using ecdsa-p384
2025-07-21 09:19:42 +05:30
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