Mahavir Jain
437ddd1a45
Merge branch 'feat/update_mbedtls_3.6.5' into 'master'
...
feat(mbedtls): update to version 3.6.5
See merge request espressif/esp-idf!42623
2025-11-11 14:09:43 +05:30
Konstantin Kondrashov
8ab409e17e
Merge branch 'contrib/github_pr_17648' into 'master'
...
docs(shared_stack): Fix incorrect or misleading expressions (GitHub PR)
Closes IDFGH-16521 and IDFGH-16500
See merge request espressif/esp-idf!42340
2025-11-11 12:32:14 +08:00
renpeiying
b3f95ab7b0
Update docs acc to review
2025-11-11 10:44:50 +08:00
laokaiyao
6c29488d9f
docs(pm): updated i2s pm lock type in DFS
...
Related https://github.com/espressif/esp-idf/issues/14707
2025-11-11 10:23:34 +08:00
Ashish Sharma
9fe50060e6
feat(mbedtls): update to version 3.6.5
2025-11-11 10:07:05 +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
Song Ruo Jing
5b97ebde7e
Merge branch 'refactor/gpio_rom_func_rename' into 'master'
...
refactor(rom/gpio): add 'rom_' prefix to GPIO ROM functions
Closes IDFGH-13174, IDF-9805, and IDF-14209
See merge request espressif/esp-idf!42213
2025-11-10 16:02:54 +08:00
Zhang Shuxian
824d1c7520
docs: Update translation for sysview
2025-11-10 15:58:15 +08:00
Erhan Kurubas
79cda70029
change(app_trace): move sysview to component registry
2025-11-10 15:55:41 +08:00
renpeiying
bcef36325b
docs: Update CN translation
2025-11-07 12:19:34 +01: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
Narukara
e14dfb8b5a
docs(shared_stack): Fix incorrect or misleading expressions
...
Merges https://github.com/espressif/esp-idf/pull/17648
Closes https://github.com/espressif/esp-idf/issues/17639
2025-11-07 11:17:04 +02:00
Armando (Dou Yiwen)
c71729610f
Merge branch 'feat/isp_shadow_reg' into 'master'
...
isp: added shadow reg settings
Closes IDF-13937
See merge request espressif/esp-idf!42698
2025-11-07 07:34:21 +00:00
Song Ruo Jing
56cbd596f5
refactor(gpio): add esp_err_t return type to gpio_uninstall_isr_service
...
Closes https://github.com/espressif/esp-idf/issues/14114
2025-11-07 15:26:52 +08:00
Song Ruo Jing
266c06354d
refactor(gpio): remove some useless macros from io_mux_reg.h
2025-11-07 15:26:52 +08:00
Song Ruo Jing
4b8633cc2b
refactor(rom/gpio): add 'rom_' prefix to GPIO ROM functions
2025-11-07 15:26:52 +08: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
armando
e0b530bd64
feat(isp): added shadow reg settings
2025-11-07 10:49:34 +08:00
Chen Chen
4a22e36ab4
feat(mcpwm): support mcpwm on esp32h4
2025-11-07 09:28:31 +08:00
laokaiyao
6bb2a6b66d
feat(i2s): support i2s on esp32h21
2025-11-06 17:23:15 +08:00
morris
f24c115f4b
refactor(lcd): unify the color conversion API in RGB and DSI driver
...
Also adopt the FourCC standard to describe color format.
See also
https://developer.espressif.com/blog/2025/04/esp-fourcc-introduction/
2025-11-06 15:02:26 +08:00
C.S.M
a7115b6b36
refactor(jpeg): Split hal layer for jpeg
2025-11-05 10:32:41 +08:00
morris
318867b3a2
Merge branch 'refactor/mcpwm_independent_hal' into 'master'
...
refactor(mcpwm): make mcpwm_hal independent & cleanup soc_caps
Closes IDF-13638 and IDF-14299
See merge request espressif/esp-idf!42886
2025-11-05 09:36:50 +08:00
Roland Dobai
a0b589c147
Merge branch 'feat/cmakev2' into 'master'
...
feat(cmakev2): introduce cmake-based build system v2
See merge request espressif/esp-idf!42691
2025-11-04 02:53:36 +01: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
Chen Chen
d1612b952e
refactor(mcpwm): make mcpwm_hal independent & cleanup soc_caps
2025-11-03 09:36:23 +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
Shen Meng Jing
310f973583
Merge branch 'docs/sync_en_and_cn_docs' into 'master'
...
docs: Sync EN and CN docs without 'needs translation' label
Closes DOC-12700
See merge request espressif/esp-idf!42919
2025-10-30 23:01:35 +08:00
Erhan Kurubas
1dac8685db
feat(tracing): add new component for tracing
2025-10-30 12:15:35 +01:00
Frantisek Hrbata
b8ded7cb65
feat(cmakev2/docs): add note about v2 being technical preview
...
Although the current documentation exposes only limited functionality,
which is unlikely to change, add an explicit note that the build system
v2 is currently a technical preview intended for testing and early
evaluation.
Ensure consistency in referring to v2 throughout the documentation. In
some places, it is referred to as V2 or Version 2; unify this to v2.
Additionally, update the hello_world example for v2 to use the
idf::spi_flash alias instead of the interface variable to maintain
consistency with the rest of the documentation.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-30 17:17:49 +08:00
Frantisek Hrbata
abdf8af8e5
feat(cmakev2/docs): prefer idf_component_register to create new components
...
Extend the current documentation to recommend using the
idf_component_register function as the preferred method for creating a
new component for v2.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-30 17:17:49 +08:00
Frantisek Hrbata
74efd5e386
feat(cmakev2/docs): extend esp_target_info component example
...
Enhance the `esp_target_info` component example by adding some of
the missing features that the component might require. This includes
adding a linker script, a linker fragment, linking the component archive
as a whole library, and providing an example of how the linker options
can be set.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-30 17:17:49 +08:00
Frantisek Hrbata
94a797872c
feat(cmakev2/docs): add information about cmakev2 component incompatibility with cmakev1
...
Components designed exclusively for cmakev2 are not compatible with
cmakev1 due to the lack of forward compatibility. It is important to
clarify this at the very beginning of the `Creating a New Component`
section. Additionally recommended a guidance on how to create a
component that will be compatible with both versions.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-30 17:17:49 +08:00
Frantisek Hrbata
87fc989e54
feat(cmakev2/docs): initial basic documentation
...
Add very basic documentation. It is currently written with the
expectation that the reader is already familiar with the existing build
system and focuses more on the changes that might be necessary to adapt
existing components to work with cmakev2. Additionally, it provides
basic information on how to create a new component and project.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-30 17:17:49 +08:00
Frantisek Hrbata
17d7507f29
feat(docs): add build system v2 documentation files
...
Add stump files for the build system v2 documentation with automatic API
generation from CMake files.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-30 17:17:49 +08:00
Frantisek Hrbata
8146123890
feat(docs): load esp_docs_cmakev2_extension
...
Load the esp_docs_cmakev2_extension to process documentation comments
from CMake files.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com >
2025-10-30 17:17:49 +08:00
Chen Ji Chang
a177fe6483
Merge branch 'feat/rgb_lcd_memory' into 'master'
...
feat(rgb_lcd): allow users to manage the lifecycle of the frame buffer
Closes IDF-13917
See merge request espressif/esp-idf!41457
2025-10-30 16:07:15 +08:00
Shen Meng Jing
b3eaeaea7a
Merge branch 'docs/update_cn_translation' into 'master'
...
docs: Update CN translation for several docs
Closes DOC-12708 and DOC-12686
See merge request espressif/esp-idf!42918
2025-10-30 14:42:01 +08:00
Shen Mengjing
3e501f5bff
docs: Sync EN and CN docs without 'needs translation' label
2025-10-30 12:07:54 +08:00
Island
338c4c471f
Merge branch 'docs/ble_add_low_power_intro' into 'master'
...
Added BLE Low Power Mode Introduction
See merge request espressif/esp-idf!40106
2025-10-30 11:06:23 +08:00
Chen Jichang
74b18dac5c
feat(rgb_lcd): allow users to manage the lifecycle of the frame buffer
2025-10-29 17:39:18 +08:00
morris
f58a86a82a
Merge branch 'feat/deprecate_legacy_twai' into 'master'
...
feat(driver_twai): add legacy driver deprecated warning
Closes IDF-14261
See merge request espressif/esp-idf!42622
2025-10-29 17:05:26 +08:00
David Čermák
113a68fb14
Merge branch 'feat/esp_netif_custom_ip_events' into 'master'
...
[esp_netif]: Add support for custom got-ip/lost-ip events
Closes IDF-3212
See merge request espressif/esp-idf!42148
2025-10-29 16:09:56 +08:00
Zhang Shuxian
30832dcbc8
docs: Update CN translation
2025-10-29 11:47:40 +08:00
Marek Fiala
9155e04f06
docs(idf-py.rst): Added cmake preset paragraph
2025-10-29 11:47:40 +08:00
Wei Yu Han
8c90e65db6
docs(ble): Optimized the BLE low power guide
2025-10-28 13:00:39 +08:00
Wei Yuhan
13b04ab89e
docs(ble): Replaced the current table with the link to the Power Save README
2025-10-28 13:00:39 +08:00
Wei Yuhan
c55a1180eb
docs(ble): Fixed the common operation path for all chips
2025-10-28 13:00:39 +08:00
Wei Yuhan
acc8a99aae
docs(ble): Replaced BLE with Bluetooth LE
2025-10-28 13:00:39 +08:00