Ashish Sharma
9fe50060e6
feat(mbedtls): update to version 3.6.5
2025-11-11 10:07:05 +08:00
Zhang Shuxian
f13c16e031
docs: Update CN translation for NVS statistics example
2025-11-10 12:18:31 +01: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
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
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
laokaiyao
6bb2a6b66d
feat(i2s): support i2s on esp32h21
2025-11-06 17:23:15 +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
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
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
Chen Jichang
74b18dac5c
feat(rgb_lcd): allow users to manage the lifecycle of the frame buffer
2025-10-29 17:39:18 +08:00
Wei Yuhan
acc8a99aae
docs(ble): Replaced BLE with Bluetooth LE
2025-10-28 13:00:39 +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
Shen Mengjing
5339194a11
docs: Update CN translation for several docs
2025-10-27 14:21:11 +08:00
David Čermák
d878a786fd
Merge branch 'fix/netif_enable_lostip_timer' into 'master'
...
[esp_netif]: Enable/disable the lost-ip-timer explicitely
Closes IDF-10922
See merge request espressif/esp-idf!42044
2025-10-24 14:23:33 +08:00
Song Ruo Jing
cc3577e31a
feat(ledc): add ETM support for LEDC peripheral
...
Closes https://github.com/espressif/esp-idf/issues/11855
2025-10-23 16:24:11 +08:00
David Cermak
787bb39765
feat(esp_netif): Support posting event on SNTP time update
2025-10-23 13:56:02 +08:00
morris
d4d8b09ced
feat(hal):graudate the LCD hal driver into a new component
...
- Introduced new HAL components for LCD and MIPI DSI, including:
- `lcd_hal.c` and `lcd_hal.h` for LCD hardware abstraction layer.
- `mipi_dsi_hal.c` and `mipi_dsi_hal.h` for MIPI DSI hardware
abstraction layer.
- Peripheral connection definitions in `lcd_periph.c` and
`lcd_periph.h`.
- Added necessary types and utility functions in `lcd_types.h` and
`mipi_dsi_types.h`.
- Updated CMakeLists to include the new HAL components in the build
system.
- Removed legacy references to LCD and MIPI DSI in the HAL and SOC
CMakeLists.
2025-10-22 17:00:18 +08:00
David Cermak
37a711d829
fix(esp_netif): Enable/disable the lost-ip-timer explicitely
...
Previously we had to set the timer to 0 to disable it completely,
now we have a specific config option to switch it on/off
2025-10-20 18:40:51 +08:00
Zhang Shu Xian
e8ce6566d5
Merge branch 'docs/update_reference_to_esp32_errata' into 'master'
...
docs: Update reference to the specific section in ESP32 Errata
Closes DOC-10080
See merge request espressif/esp-idf!42514
2025-10-20 17:54:19 +08:00
Erhan Kurubas
8ee473d06e
Merge branch 'change/apptrace_public_interface' into 'master'
...
Apptrace API changes and allow runtime destination selection
Closes DOC-12445, IDF-4738, and IDF-3357
See merge request espressif/esp-idf!41597
2025-10-20 10:10:01 +02:00
Shen Meng Jing
76dc7098a0
Merge branch 'docs/update_cn_translation' into 'master'
...
docs: Update CN translation
Closes DOC-12501
See merge request espressif/esp-idf!42467
2025-10-20 10:37:44 +08:00
morris
2de3be7300
feat(dma): graduate the dma driver into a single component
2025-10-19 22:06:46 +08:00
Erhan Kurubas
2ef718fc29
change(app_trace): breaking changes related to destination selection
...
- Destination selection is unified for SystemView and app_trace
- Destination param is removed from app_trace APIs
- Destinaiton and related configuration now can be override from users
with a callback from system_init_fn
2025-10-18 02:28:31 +08:00
Shen Mengjing
5d57ad769d
docs: Update CN translation
2025-10-17 17:21:56 +08:00
He Binglin
f840c0bd32
Merge branch 'feat/esp_idf_c61_doc' into 'master'
...
docs(pm): update power management related docs for esp32c61
Closes IDF-10116
See merge request espressif/esp-idf!42515
2025-10-16 16:09:43 +08:00
morris
d5ff73e928
Merge branch 'feature/esp32p4_eco5_support' into 'master'
...
feat(gpio/ledc/uart/2ddma/ppa): ESP32P4 ECO5 related updates
Closes IDF-13419, IDF-13425, IDF-13427, IDF-13436, IDF-13740, IDF-13741, IDF-13675, IDF-12225, IDF-13823, IDF-13514, IDF-13539, and IDF-13533
See merge request espressif/esp-idf!41980
2025-10-16 11:16:34 +08:00
Zhang Shuxian
52aa593617
docs: Update reference to the specific section in ESP32 Errata
2025-10-16 10:08:16 +08:00
Song Ruo Jing
22dfacc18d
feat(ledc): ESP32P4 ECO5 LEDC related updates
2025-10-15 16:49:21 +08:00
Tomáš Rohlínek
4568f6c776
fix(storage/vfs): Fix typo in code snippet in docs
2025-10-15 10:08:52 +02:00
wanckl
a0f8df9a9a
doc(driver_spi): added note for esp32 slave hardware limitaion
...
Closes https://github.com/espressif/esp-idf/issues/8638
2025-10-14 20:29:27 +08:00
Chen Chen
a8ace9db09
Merge branch 'feat/i2c_slave_reset_tx_fifo' into 'master'
...
feat(i2c_slave): Add API to perform slave tx buffer reset
Closes IDFGH-15612
See merge request espressif/esp-idf!42091
2025-10-14 19:00:57 +08:00
hebinglin
f8a5ae28a7
docs(pm): update power management related docs for esp32c61
2025-10-11 16:14:19 +08:00
morris
b76254895c
refactor(mcpwm): remove varg action setting functions for timer, compare, and brake events
2025-10-09 16:38:39 +08:00
Chen Chen
8b8b5df141
feat(i2c_slave): Add API to perform slave tx buffer reset
...
Closes https://github.com/espressif/esp-idf/issues/16241
2025-10-09 16:08:19 +08:00
Peter Marcisovsky
4dc77d1976
Merge branch 'refactor/usb_host_remove_usb_component' into 'master'
...
Refactor/usb host remove usb component
Closes IDF-14022
See merge request espressif/esp-idf!41690
2025-10-01 12:59:06 +02:00
Peter Dragun
9eb07f92ba
docs: Update unify and update espefuse command outputs
2025-09-30 15:28:55 +02:00
Peter Dragun
e3198fff3c
feat: Update esptool to v5
2025-09-30 15:28:55 +02:00
Wan Lei
7a2f6a8254
Merge branch 'fix/twai_hid_provider_word_ctu' into 'master'
...
fix(driver_twai): hide the provider keyword ctu in idf
See merge request espressif/esp-idf!42142
2025-09-30 00:58:32 +08:00
peter.marcisovsky
b3bb053160
refactor(usb_host): Remove usb component form esp-idf
...
- usb component was relocated from esp-idf to esp-usb
- the component is now a managed component
2025-09-29 17:15:17 +02:00
Lv Xin Yue
e559d93da3
update camera driver document
2025-09-29 11:17:16 +08:00
Ondrej Kosta
61aaaf3a8b
Merge branch 'feat/remove_eth_drivers' into 'master'
...
Feat/remove eth drivers
Closes IDF-13553 and IDF-5865
See merge request espressif/esp-idf!42021
2025-09-29 10:14:42 +08:00