Chen Chen
|
c6ab28f336
|
feat(mcpwm): support mcpwm on esp32h21
|
2025-11-17 19:01:16 +08:00 |
|
Armando (Dou Yiwen)
|
1275fb1f42
|
Merge branch 'feat/make_p4_rev3_default' into 'master'
p4: make v3 as default
See merge request espressif/esp-idf!43142
|
2025-11-17 10:10:05 +00:00 |
|
morris
|
a7d2fb7d02
|
Merge branch 'feat/sdm_esp32h21' into 'master'
Support SDM, GPIO Glitch Filter, Fast GPIO on esp32h21
Closes IDF-11573, IDF-11612, and IDF-11621
See merge request espressif/esp-idf!43324
|
2025-11-17 17:52:10 +08:00 |
|
armando
|
b25ba4a0c1
|
ci(p4): disable p4 rev3 invalid tests temporarily
|
2025-11-17 12:11:39 +08:00 |
|
Alexey Lapshin
|
8b1bb83af7
|
Merge branch 'feature/dynamic_flags_in_toolchain_cmake' into 'master'
feat(build): propagate compiler flags from files to toolchain.cmake
Closes IDF-11323
See merge request espressif/esp-idf!42966
|
2025-11-17 07:52:41 +04:00 |
|
Guilherme Ferreira
|
4e33677e27
|
Merge branch 'fix/fix-sniffer-sdcard-build' into 'master'
fix(network): Fix Sniffer Build with SD Card
Closes IDF-13850
See merge request espressif/esp-idf!43300
|
2025-11-14 23:13:40 +08:00 |
|
Alexey Lapshin
|
583a9075fa
|
fix(test): fix tests according to the new toolchain flags
|
2025-11-14 21:04:58 +07:00 |
|
morris
|
f86febdc87
|
feat(gpio): add fast gpio && sdm && filter support on esp32h21
|
2025-11-14 18:34:06 +08:00 |
|
morris
|
5fb55adb74
|
Merge branch 'feat/etm_esp32h21' into 'master'
feat(etm): support ETM driver on esp32h21
Closes IDF-11576, IDF-11577, and IDF-11614
See merge request espressif/esp-idf!43294
|
2025-11-14 17:00:59 +08:00 |
|
morris
|
5189f9af3c
|
Merge branch 'feat/isp_crop_driver' into 'master'
feat(isp): support Crop driver on p4 rev3
Closes IDF-12216 and IDF-13933
See merge request espressif/esp-idf!42586
|
2025-11-14 15:53:52 +08:00 |
|
Mahavir Jain
|
fd01095f5c
|
Merge branch 'fix/cert_bundle_stress_test_failure' into 'master'
Fix cert bundle stress test
Closes IDFCI-2754
See merge request espressif/esp-idf!43322
|
2025-11-14 09:40:20 +05:30 |
|
morris
|
6bd8524115
|
feat(etm): support ETM driver on esp32h21
|
2025-11-14 10:40:40 +08:00 |
|
Laukik Hase
|
9ee468a096
|
Merge branch 'feat/tee_c61_examples_and_docs' into 'master'
feat(esp_tee): Enable ESP-TEE examples and documentation for ESP32-C61
Closes IDF-14254 and IDF-14255
See merge request espressif/esp-idf!43251
|
2025-11-13 15:18:42 +05:30 |
|
Jiang Jiang Jian
|
388ec4cd6d
|
Merge branch 'ci/rename_wifi_two_duts' into 'master'
ci: rename wifi_two_dut to two_duts
See merge request espressif/esp-idf!43269
|
2025-11-13 16:54:51 +08:00 |
|
harshal.patil
|
25fe0d6786
|
test(examples): Fix cert bundle stress test
|
2025-11-13 12:34:56 +05:30 |
|
glmfe
|
b4d7ede1c3
|
fix(network): Fix Sniffer Build with SD Card
- Added sdkConfig to cover all available SoC's
- Defaults to the official devkit with Micro SD Card Available (ESP32 ESP-WROVER-KIT)
|
2025-11-12 23:05:19 -03:00 |
|
Chen Chen
|
61d363fd58
|
feat(isp): support Crop driver on p4 rev3
Add support for crop driver on p4eco5 and update example in
`isp/multi_pipelines`
|
2025-11-13 08:47:11 +08:00 |
|
Chen Yudong
|
d784a1e098
|
ci: fix sdkconfig.ci.xxx for wifi examples
|
2025-11-12 18:42:38 +08:00 |
|
Erhan Kurubas
|
9f0d7c2f06
|
Merge branch 'enable_gcov_tests' into 'master'
test(gcov): re-enable gcov builds and tests
See merge request espressif/esp-idf!43252
|
2025-11-12 10:12:17 +01:00 |
|
Euripedes Rocha
|
1da98604f9
|
Merge branch 'removes_esp_mqtt' into 'master'
change(mqtt): Removes the mqtt client from idf
Closes IDF-14118 and DOC-12722
See merge request espressif/esp-idf!40286
|
2025-11-12 10:10:22 +01:00 |
|
Laukik Hase
|
b6a51f0ff6
|
ci(esp_tee): Enable the TEE examples for ESP32-C61
|
2025-11-12 12:48:26 +05:30 |
|
Chen Yudong
|
d591aaf1ae
|
ci: rename wifi_two_dut to two_duts
|
2025-11-12 10:05:07 +08:00 |
|
Omar Chebib
|
8e12c7f3ab
|
Merge branch 'fix/task_tracing_crashing' into 'master'
fix(heap): fix a bug where the biggest heap would be NULL on boot
Closes IDFGH-16182 and IDFGH-16183
See merge request espressif/esp-idf!41024
|
2025-11-12 09:33:32 +08:00 |
|
Erhan Kurubas
|
5947a29c51
|
test(gcov): re-enable gcov builds and tests
|
2025-11-11 10:23:29 +01:00 |
|
Tomas Rezucha
|
8948bf6ba7
|
Merge branch 'refactor/make_usb_hal_independent' into 'master'
refactor(usb): Make usb hal layer independent
Closes IDF-14092
See merge request espressif/esp-idf!43155
|
2025-11-11 09:53:45 +01:00 |
|
Euripedes Rocha Filho
|
448714b056
|
remove(mqtt): Moves esp-mqtt to component manager
esp-mqtt is now a managed component at espressif/mqtt
|
2025-11-11 09:21:37 +01:00 |
|
Island
|
25ba007105
|
Merge branch 'feat/support_bhost2025_44' into 'master'
feat(ble/bluedroid): Add more debug log for bluedroid
Closes BLERP-2374
See merge request espressif/esp-idf!43093
|
2025-11-11 10:39:39 +08:00 |
|
Erhan Kurubas
|
08cf6c1a40
|
Merge branch 'move_sysview_to_component_registry' into 'master'
Move sysview to component registry
Closes IDF-13403 and DOC-12867
See merge request espressif/esp-idf!43011
|
2025-11-10 19:19:17 +01:00 |
|
Tomas Rezucha
|
b6db931b0d
|
refactor(usb): Make usb hal layer independent
|
2025-11-10 17:04:22 +01:00 |
|
morris
|
25d5007f8b
|
Merge branch 'refactor/minimal_build_peripheral_examples' into 'master'
refactor(example): enable minimal build for peripheral examples
Closes IDFGH-16751
See merge request espressif/esp-idf!43192
|
2025-11-10 22:17:03 +08:00 |
|
Rahul Tank
|
1744b070b8
|
Merge branch 'contrib/github_pr_17824' into 'master'
Fix typos in NimBLE example comments (GitHub PR)
Closes IDFGH-16737
See merge request espressif/esp-idf!43102
|
2025-11-10 16:09:59 +05:30 |
|
morris
|
26dc40594e
|
refactor(example): enable minimal build for peripheral examples
Closes https://github.com/espressif/esp-idf/issues/17836
|
2025-11-10 17:13:58 +08:00 |
|
yangfeng
|
98864d279f
|
fix(bt/example): Fixed hf_ag build error
|
2025-11-10 16:59:16 +08:00 |
|
Erhan Kurubas
|
dfd26a79c7
|
change(examples): disable sysview tests until sysview component is uploaded to registry
|
2025-11-10 15:55:41 +08:00 |
|
Erhan Kurubas
|
79cda70029
|
change(app_trace): move sysview to component registry
|
2025-11-10 15:55:41 +08:00 |
|
Omar Chebib
|
0b1aba6579
|
fix: wrong name in the README file for advanced heap tracing example
Closes https://github.com/espressif/esp-idf/issues/17233
|
2025-11-10 10:27:48 +08:00 |
|
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 |
|
Rasmus Buurman
|
3794bfd96d
|
fix(examples): Fix typos in NimBLE example comments
|
2025-11-06 20:13:24 +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 |
|