Zhang Shu Xian
420e61d022
Merge branch 'docs/update_translation_for_nvs_bootloader' into 'master'
...
docs: Provide CN translation for nvs bootloader and fix broken link
Closes DOC-10278 and DOC-10343
See merge request espressif/esp-idf!37252
2025-03-04 10:05:42 +08:00
morris
da0ccb65c1
Merge branch 'contrib/github_pr_15431' into 'master'
...
docs(esp32c6) Fixed typos in Chinese documents (GitHub PR)
Closes IDFGH-14691
See merge request espressif/esp-idf!37177
2025-03-03 11:04:46 +08:00
Zhang Shuxian
a080ce9fad
docs: Provide CN translation for nvs bootloader and fix broken link
2025-02-28 19:09:52 +08:00
Peter Marcisovsky
b504d61f42
Merge branch 'fix/usb_host_docs_host_num_chan_reference' into 'master'
...
fix(usb_host): Fixing rererence to OTG_NUM_HOST_CHAN in USB Host docs
See merge request espressif/esp-idf!37163
2025-02-28 16:16:08 +08:00
Zhang Shuxian
19f148ed9d
docs: Update CN translation for ulp-lp-core.rst
2025-02-27 11:36:01 +08:00
Martin Vychodil
fec59ecb42
Merge branch 'docs/fatfs_unlink_discrepancy' into 'master'
...
docs(storage/fatfs): discrepancies between FATFS and POSIX
Closes IDFGH-14405 and DOC-10313
See merge request espressif/esp-idf!36941
2025-02-26 21:40:29 +08:00
morris
3dc8c0f3cb
docs(gpio): fix wrong psram support information
...
PSRAM is NOT supported on esp32c3, but IS supported on esp32c5 and
esp32c61
2025-02-26 10:23:18 +08:00
Zhang Shuxian
26078bbf9a
docs: Update CN translation for fatfs
2025-02-26 10:04:26 +08:00
Roman Leonov
d7222cc89e
Merge branch 'feature/usb_host_ext_hub_error_handle' into 'master'
...
feat(ext_hub): Added device error handling
Closes IDF-10057
Closes https://github.com/espressif/esp-idf/issues/15437
See merge request espressif/esp-idf!33956
2025-02-25 17:18:46 +08:00
Gao Xu
d17b0ed4fe
Merge branch 'feature/esp32h21_gpio_support' into 'master'
...
feat(esp32h21): support GPIO on esp32h21
Closes IDF-11611
See merge request espressif/esp-idf!36781
2025-02-25 11:12:54 +08:00
Roman Leonov
e815f68a50
docs(usb_host): Removed the limitation for Low-speed device connected via hub
2025-02-24 19:39:53 +08:00
gaoxu
51ad6cfab0
feat(esp32h21): support RTC_IO and hysteresis on ESP32H21
2025-02-24 17:31:55 +08:00
gaoxu
760f134d84
feat(esp32h21): support GPIO on esp32h21
2025-02-24 17:24:16 +08:00
morris
5f70a525f0
doc(gptimer): refactor doc structure
...
Split into two parts: quick start and advanced usage
2025-02-24 15:04:19 +08:00
peter.marcisovsky
05ea550597
fix(usb_host): Fixing dererence to OTG_NUM_HOST_CHAN in docs
2025-02-20 14:07:00 +01:00
Tinyu
d675680d5e
Fix typos in Chinese documents.
2025-02-20 09:28:30 +08:00
Wan Lei
f2c8b32075
Merge branch 'feat/spi_slave_pm_add_api' into 'master'
...
feat(spi_slave): add api for pm lock control
See merge request espressif/esp-idf!30766
2025-02-18 11:30:44 +08:00
Kevin (Lao Kaiyao)
1bd8fabf5e
Merge branch 'feature/i2s_support_change_freq_in_runtime' into 'master'
...
feat(i2s): support tuning rate dynamically
Closes IDF-11679
See merge request espressif/esp-idf!36537
2025-02-18 00:27:50 +08:00
wanlei
923255d7a7
feat(spi_slave): add api for pm lock control
2025-02-17 20:33:55 +08:00
laokaiyao
ad623893d4
feat(i2s): support tuning rate dynamically
2025-02-17 16:20:24 +08:00
Song Ruo Jing
c465b75ed6
docs(uart): aligned the config order in the programming guide with examples
...
Closes https://github.com/espressif/esp-idf/issues/13182
2025-02-17 15:28:16 +08:00
Wan Lei
c7a0e45489
Merge branch 'feat/spi_master_dynamic_freq' into 'master'
...
feat(spi_master): add transaction config for device multi freq point
Closes IDFGH-12774
See merge request espressif/esp-idf!28579
2025-02-13 15:58:59 +08:00
Kevin (Lao Kaiyao)
c542692cc2
Merge branch 'docs/fix_i2s_tdm_programming_guide' into 'master'
...
docs(i2s): fix i2s capability in doc and code
Closes IDF-11854
See merge request espressif/esp-idf!36815
2025-02-13 14:49:59 +08:00
wanckl
39c85269cc
feat(spi_master): add transaction config for dynamic clock speed update
...
Closes https://github.com/espressif/esp-idf/issues/13753
2025-02-12 20:29:34 +08:00
Song Ruo Jing
974910d4f8
Merge branch 'bugfix/clear_ledc_gamma_ram' into 'master'
...
fix(ledc): left-off gamma ram registers should be cleared
Closes IDF-11392 and IDFGH-14293
See merge request espressif/esp-idf!36098
2025-02-10 21:16:43 +08:00
laokaiyao
7727de5337
docs(i2s): fix some i2s capabilities in programming guide
2025-02-10 15:41:30 +08:00
Zhang Shuxian
03840f4598
docs: Update CN translation for heap_debug.rst
2025-02-08 12:00:07 +08:00
Song Ruo Jing
19fec9f455
fix(ledc): updated docs for esp32h2 eco5 bugfix
2025-02-07 20:39:26 +08:00
Marius Vikhammer
85ec6a41f9
Merge branch 'feature/build_docs_h21' into 'master'
...
docs(build): add support for building H21 docs
Closes IDF-12105
See merge request espressif/esp-idf!36632
2025-02-06 11:25:36 +08:00
Igor Udot
5f37de2889
Merge branch 'feat/lp-uart-wakeup-mode3' into 'master'
...
Added support for UART wakeup modes
Closes IDF-10202
See merge request espressif/esp-idf!31965
2025-02-06 11:15:37 +08:00
igor.udot
f742a05b28
feat: supports lp uart wakeup
2025-02-05 14:54:48 +08:00
harshal.patil
62df1017ad
change(nvs_sec_provider): Change NVS encryption's default efuse HMAC key ID to -1
2025-01-29 18:51:29 +05:30
Ondrej Kosta
e188afdacf
Merge branch 'docs/eth_memory_consideration' into 'master'
...
Non-functional Ethernet updates
Closes IDFGH-13346 and IDF-11736
See merge request espressif/esp-idf!36219
2025-01-27 19:24:34 +08:00
Marius Vikhammer
1e72b10b26
docs(build): add support for building H21 docs
2025-01-26 11:44:28 +08:00
renpeiying
4cdebaf6ff
docs: update translation for esp_eth.rst
2025-01-24 12:16:47 +01:00
Mahavir Jain
50adc8bcb1
docs: add documentation for HTTPS OTA resumption feature
2025-01-23 17:13:48 +05:30
C.S.M
e73d78ba10
Merge branch 'enhance/i2c_del_device_bus' into 'master'
...
fix(i2c_master): Enhance i2c delete device and bus logic
Closes IDFGH-14387
See merge request espressif/esp-idf!36527
2025-01-22 11:50:07 +08:00
C.S.M
847780da3e
fix(i2c_master): Enhance i2c delete device and bus logic,
...
Closes https://github.com/espressif/esp-idf/issues/15171
2025-01-21 15:56:25 +08:00
Rocha Euripedes
e35bb4901d
Merge branch 'fix/mqtt5_docs' into 'master'
...
MQTT5 API header added to documentation
See merge request espressif/esp-idf!35548
2025-01-20 23:27:30 +08:00
Mahavir Jain
ff13eb1791
Merge branch 'contrib/github_pr_15030' into 'master'
...
feat(app_update): esp_ota_mark_app_invalid_rollback() without reboot (GitHub PR)
Closes IDFGH-14234
Closes https://github.com/espressif/esp-idf/pull/15030
See merge request espressif/esp-idf!35843
2025-01-20 20:59:05 +08:00
Omar Chebib
8dfcafa1b2
Merge branch 'feat/intr_alloc_force_intrno' into 'master'
...
feat(esp_hw_support): add the possibility to allocate two sources to the same interrupt line
Closes IDF-9552
See merge request espressif/esp-idf!35473
2025-01-20 09:43:00 +08:00
Chen Ji Chang
e3cf10564d
Merge branch 'feat/allow_setting_rmt_group_prescale' into 'master'
...
refactor(rmt): set group clock prescale dynamically
Closes IDFGH-13921
See merge request espressif/esp-idf!34640
2025-01-17 14:40:28 +08:00
Song Ruo Jing
20eb6ca5e9
feat(heap): add a MALLOC_CAP_SIMD flag
...
MALLOC_CAP_SIMD can be used to allocate memory to be used for SIMD instructions
2025-01-16 14:39:12 +08:00
Chen Jichang
555bfd8f5c
refactor(rmt): set group clock prescale dynamically
...
Closes https://github.com/espressif/esp-idf/issues/14760
2025-01-16 11:11:13 +08:00
Omar Chebib
cf278e8060
docs(esp_hw_support): add Chinese translation for the shared interrupts documentation
2025-01-15 13:13:34 +08:00
Euripedes Rocha
8a25cd1503
fix(mqtt): MQTT5 API header added to documentation
...
MQTT5 API headers were missing.
2025-01-13 17:27:37 +08:00
Kevin (Lao Kaiyao)
0da23b800d
Merge branch 'revert/i2s_apll_pm_type' into 'master'
...
fix(i2s): lock APB when using apll with DFS feature
Closes IDFGH-13860
See merge request espressif/esp-idf!36096
2025-01-13 16:52:04 +08:00
Mahavir Jain
5c5e80ca24
Merge branch 'feat/remove_pre_encrypted_ota_example_support' into 'master'
...
feat(ota): Remove the pre_encrypted_ota example from eps-idf
See merge request espressif/esp-idf!35891
2025-01-13 16:06:35 +08:00
hrushikesh.bhosale
8ea58f3d36
feat(ota): Remove the pre_encrypted_ota example from eps-idf
...
1. Remove the pre_encrypted_ota example from the esp-idf as we have
moved this example idf-extra-components repository under esp_encrypted_img
component
2. Added the migration guide for 5.5 release
2025-01-13 11:33:14 +05:30
Kevin (Lao Kaiyao)
57a893d269
Merge branch 'feature/touch_driver_ng_on_32' into 'master'
...
feat(touch): support touch v1 in new touch driver
Closes IDF-10183 and IDF-11423
See merge request espressif/esp-idf!34781
2025-01-13 10:23:25 +08:00