igor.masar
7492f9b9cd
docs(usb): add ESP32-H4 support notes and pin map
...
- usb_device: add esp32h4 DP/DM defaults (GPIO22/21) and "only:: esp32h4";
add H4 PHY considerations; add H4 MSC write-speed table; generalize MSC SD
note to {IDF_TARGET_NAME}; exclude tusb_ncm on H4
- usb_host: include esp32h4 in feature gates; add H4 PHY considerations
- usb_host_notes_dwc_otg: enable H4 by extending "only::" selector
- examples/usb: add ESP32-H4 row to DP/DM pin map
- docs_not_updated: drop H4 entries for usb_device, usb_host, and related
usb_host notes now covered
- soc(esp32h4): set internal PHY mapping to DP=22, DM=21
2025-11-07 12:19:26 +01:00
Chen Chen
83c315c28d
Merge branch 'feat/mcpwm_support_h4' into 'master'
...
Feat/mcpwm support h4
Closes IDF-12380 and IDF-12381
See merge request espressif/esp-idf!43003
2025-11-07 11:46:03 +08:00
Kevin (Lao Kaiyao)
be3dd5a591
Merge branch 'feature/support_i2s_on_h21' into 'master'
...
feat(i2s): support i2s on esp32h21
Closes IDF-11606, IDF-11607, and IDF-11608
See merge request espressif/esp-idf!41767
2025-11-07 11:41:45 +08:00
Chen Chen
4a22e36ab4
feat(mcpwm): support mcpwm on esp32h4
2025-11-07 09:28:31 +08:00
Roman Leonov
4be7070aa6
Merge branch 'feature/tusb_hid_remote_wakeup' into 'master'
...
feat(tusb_hid_example): Added possibility to wakeup the Host with the button press
Closes IDFGH-12837
See merge request espressif/esp-idf!41851
2025-11-06 19:15:32 +08:00
laokaiyao
6bb2a6b66d
feat(i2s): support i2s on esp32h21
2025-11-06 17:23:15 +08:00
David Čermák
27baa4a261
Merge branch 'fix/ci_netif_deps' into 'master'
...
[esp-netif]: Improve CI builds of netif tests
See merge request espressif/esp-idf!43136
2025-11-06 14:18:44 +08:00
Laukik Hase
905913a8db
Merge branch 'ci/esp_tee_c5_enable' into 'master'
...
ci(esp_tee): Re-enable test-apps and examples for ESP32-C5
Closes IDF-10431, IDFCI-3086, and IDFCI-3097
See merge request espressif/esp-idf!42791
2025-11-05 16:06:04 +05:30
Chen Ji Chang
fc3709f050
Merge branch 'fix/pcnt_example_pytest' into 'master'
...
test(pcnt): fix pcnt example pytest
Closes IDFCI-3827, IDFCI-3590, and IDFCI-4802
See merge request espressif/esp-idf!43081
2025-11-05 18:23:19 +08:00
David Cermak
e061dec036
fix(example): Fix mtu example to use minimal build
2025-11-05 10:33:36 +01:00
Mahavir Jain
79099ee40d
Merge branch 'feat/added_force_close_test_for_async_handler' into 'master'
...
feat(http_server/async_handler): Added test for async handler
Closes IDF-12971
See merge request espressif/esp-idf!43080
2025-11-05 10:27:08 +05:30
Mahavir Jain
4558769ebd
Merge branch 'contrib/github_pr_17752' into 'master'
...
fix: indexing in DNS server IP address retrieval #17751 (GitHub PR)
Closes IDFGH-16654
See merge request espressif/esp-idf!43089
2025-11-05 10:22:38 +05:30
Gao Xu
a359f6fbc9
Merge branch 'feat/p4_eco5_dvp' into 'master'
...
feat(cam): support esp32p4 eco5 dvp cam
Closes IDF-13929
See merge request espressif/esp-idf!41892
2025-11-05 10:09:46 +08:00
Roman Leonov
dc2013697a
feat(tusb_hid_example): Added possibility to wakeup the Host with the button press
2025-11-04 22:17:25 +08:00
Mahavir Jain
d06c3d9589
fix(ci): address pre-commit hook failure - spellcheck
2025-11-04 15:11:01 +05:30
Ashish Sharma
b768059299
Merge branch 'fix/incorrect_response_status_code_captive_portal' into 'master'
...
fix(http_server): Fixed response status code for temporary redirect
Closes IDFGH-16702
See merge request espressif/esp-idf!43061
2025-11-04 17:11:59 +08:00
Chen Jichang
c696401782
test(pcnt): fix pcnt example pytest
2025-11-04 15:16:41 +08:00
hrushikesh.bhosale
940b8df3cc
feat(http_server/async_handler): Added test for async handler
...
Added test for Async Handler example, hits the /long request
and client closes it forcefully before completion
2025-11-04 12:45:18 +05:30
Laukik Hase
3f82eaed0f
ci(esp_tee): Enable the TEE examples for ESP32-C5
2025-11-04 11:33:52 +05:30
gaoxu
96959a2128
feat(cam): support esp32p4 eco5 dvp cam
2025-11-04 11:46:38 +08:00
Roland Dobai
a6396a5387
Merge branch 'feature/cmake_presets' into 'master'
...
feat(tools): add idf.py support for CMake configuration presets
Closes IDF-13090, IDF-9350, and DOC-12674
See merge request espressif/esp-idf!40552
2025-11-03 17:15:46 +01:00
hrushikesh.bhosale
29d1bfb950
fix(http_server): Fixed response status code for temporary redirect
...
Closes https://github.com/espressif/esp-idf/issues/17791
2025-11-03 19:54:39 +05:30
Rahul Tank
3d71614836
Merge branch 'bugfix/fix_compilation_issues' into 'master'
...
fix(nimble): Address compilation issues in nimble examples
See merge request espressif/esp-idf!42563
2025-11-03 13:57:31 +05:30
Mahavir Jain
8cc741cece
Merge branch 'contrib/github_pr_17641' into 'master'
...
Allow the https server to request client certs only with OPTIONAL (GitHub PR)
Closes IDFGH-16506
See merge request espressif/esp-idf!42393
2025-11-03 13:51:48 +05:30
Mahavir Jain
06805d177c
Merge branch 'feature/mbedtls_psa_migration_migrate_esp_http' into 'master'
...
Migrate esp_http_client and esp_http_server to PSA API
See merge request espressif/esp-idf!41035
2025-11-03 09:39:54 +05:30
Ondrej Kosta
2cb9c7177e
Merge branch 'fix/bridge_example' into 'master'
...
fix(examples): fixed bridge example test endnode to host send
Closes IDFCI-2994
See merge request espressif/esp-idf!42928
2025-11-03 11:26:10 +08:00
Fu Hanxi
5a5d1ae7d9
Merge branch 'ci/improve-tests' into 'master'
...
tests: change wifi tests expect timeout to 60
See merge request espressif/esp-idf!42888
2025-11-03 03:45:57 +01:00
Shu Chen
08d45b8ef3
Merge branch 'bugfix/fix_thread_ci_testcases_not_stable' into 'master'
...
feat(openthread): optimize fail cases in CI test
Closes IDFCI-2537, IDFCI-2642, IDFCI-3576, IDFCI-3623, IDFCI-3955, IDFCI-5136, IDFCI-5072, IDFCI-5065, IDFCI-4997, IDFCI-3026, IDFCI-3019, and IDFCI-3020
See merge request espressif/esp-idf!42971
2025-11-03 01:30:16 +00:00
Fu Hanxi
1e79c69fc4
tests: change wifi tests expect timeout to 60
...
- wifi_router
- wifi_ap
- wifi_high_traffic
2025-11-03 09:19:02 +08:00
yiwenxiu
f58b23ed74
feat(openthread): optimize fail cases in CI test
2025-10-31 14:54:57 +08:00
Erhan Kurubas
b3132d31ed
Merge branch 'esp_tracing_component' into 'master'
...
New Esp tracing component
Closes IDF-13405 and DOC-12721
See merge request espressif/esp-idf!41755
2025-10-30 23:07:49 +01:00
Jiang Jiang Jian
be55a703e8
Merge branch 'fix/p4_rev3_further_fixes' into 'master'
...
fix(esp_hw_support): p4 rev3 further fixes
See merge request espressif/esp-idf!42939
2025-10-31 05:13:30 +08:00
Erhan Kurubas
1dac8685db
feat(tracing): add new component for tracing
2025-10-30 12:15:35 +01:00
wuzhenghui
e9da2e3606
fix(esp_hw_support): add p4 rev3.0 MSPI workaround for deepsleep
2025-10-30 14:50:27 +08:00
Rahul Tank
2738c5ac76
fix(nimble): Address compilation issues in nimble examples
2025-10-30 10:54:36 +05:30
Chen Jichang
74b18dac5c
feat(rgb_lcd): allow users to manage the lifecycle of the frame buffer
2025-10-29 17:39:18 +08:00
Marek Fiala
1e351a8b67
test(tools): Moved preset parsing into core_ext.py and added tests
2025-10-29 11:47:40 +08:00
Ivan Grokhotkov
78ae7ab085
feat(build): add idf.py support for CMake configuration presets
...
This commit adds a new idf.py --preset NAME argument, which allows
selecting the CMake configuration preset with a given name.
For idf.py, selecting the preset does two things:
- sets the build directory, which is specified in the preset itself
using "binaryDir" field
- passes --preset argument to CMake configuration phase
The multi_config example is updated to illustrate how this feature is
expected to be used.
2025-10-29 11:47:40 +08:00
Marius Vikhammer
74d5a120c3
Merge branch 'ci/limit_test_app_builds' into 'master'
...
test(test_apps): set minimal build for misc test-apps
Closes IDF-14198, IDF-14208, IDF-14194, and IDF-14199
See merge request espressif/esp-idf!42921
2025-10-29 03:56:43 +08:00
Marius Vikhammer
27059a16f8
test(test_apps): set minimal build for misc test-apps
2025-10-28 10:17:41 +08:00
morris
6fd24b6f5b
Merge branch 'bugfix/fix_gptimer_premature_match_partial_data' into 'master'
...
fix(gptimer): update regex patterns in example test to include non-digit characters
Closes IDFCI-4481
See merge request espressif/esp-idf!42911
2025-10-27 23:53:17 +08:00
Song Ruo Jing
fab48ae1b7
Merge branch 'feature/ledc_etm_support' into 'master'
...
feat(ledc): add ETM support for LEDC peripheral
Closes IDF-6355, IDFGH-10620, IDFGH-16378, and IDF-10683
See merge request espressif/esp-idf!41543
2025-10-27 18:28:20 +08:00
Abhik Roy
27a76f5a36
Merge branch 'examples/vlan_test_fix' into 'master'
...
fix: Reorder Ethernet initialization in VLAN example
Closes IDFCI-3146, IDFCI-3145, IDFCI-3144, IDFCI-5092, IDFCI-5091, and IDFCI-5090
See merge request espressif/esp-idf!42401
2025-10-27 18:27:09 +08:00
Ondrej Kosta
eb7c6a0df4
fix(examples): fixed bridge example test endnode to host send
2025-10-27 10:38:20 +01:00
Shu Chen
7bb8a95403
Merge branch 'feat/allow_set_ot_netif_config' into 'master'
...
feat: allow set ot netif config
See merge request espressif/esp-idf!42847
2025-10-27 06:34:46 +00:00
0xFEEDC0DE64
5b56b00ac8
feat(esp_http_server): Allow the https server to request client certs optionally
...
Closes https://github.com/espressif/esp-idf/pull/17641
2025-10-27 14:19:17 +08:00
morris
e3cf730cfa
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-27 14:18:09 +08:00
Shu Chen
9a53a10319
Merge branch 'feat/ot_timing_optimization' into 'master'
...
feat(openthread): add kconfig option for timing optimization
See merge request espressif/esp-idf!42825
2025-10-27 04:13:14 +00:00
Ashish Sharma
acf89924c8
feat(esp_http): migrate esp_http to PSA API
2025-10-26 10:13:14 +08:00
Xu Si Yu
f05099871e
feat(openthread): update examples for API changes
2025-10-24 15:59:56 +08:00