Zhang Shuxian
e664cb0e09
docs: Provide CN translation for usb device
2025-04-15 10:36:59 +08:00
igor.masar
44b18ca0a7
docs(usb_msc): Update documentation with performance optimization results
...
Added performance optimization details for USB MSC on ESP32-S3, ESP32-P4, and ESP32-S2.
Includes benchmarking results for SD card and SPI flash, explanation of performance
limitations.
Related to https://github.com/espressif/esp-idf/issues/11110
2025-04-12 15:30:47 +02:00
morris
c3f422348d
feat(rmt): support bitscrambler as a RMT encoder
2025-04-07 18:13:03 +08:00
Wan Lei
1e30aa74b5
Merge branch 'feat/h21_spi_driver_support' into 'master'
...
feat(driver_spi): h21 spi driver support
Closes IDF-11583 and IDF-11587
See merge request espressif/esp-idf!37442
2025-04-03 16:15:14 +08:00
Chen Jichang
487a306cdd
docs(parlio_tx): add programming guide
2025-04-03 11:28:13 +08:00
wanckl
51873d46aa
feat(driver_spi): add h21 spi drivers supports
2025-04-03 11:27:29 +08:00
morris
bb4eb3ac8b
refactor(rmt): function placement by tx and rx separately
2025-03-26 15:22:05 +08:00
Zhang Shuxian
c8cc3c1ea6
docs: Add a note about TWAI multiple instances install
2025-03-21 17:26:29 +08:00
armando
4abe226cf3
feat(isp): supported bypass isp to use csi
2025-03-17 10:05:41 +08:00
Gao Xu
4fa523627d
Merge branch 'docs/fix_adc_flush_pool_descriptipon' into 'master'
...
docs(adc): correct ADC flush poll description
See merge request espressif/esp-idf!37543
2025-03-13 17:15:13 +08:00
Zhang Shu Xian
14908c9a2c
Merge branch 'docs/update_translation_about_iram' into 'master'
...
docs: Update translation for SPI flash and RAM Usage
Closes DOC-10358
See merge request espressif/esp-idf!37383
2025-03-10 18:56:42 +08:00
Shen Meng Jing
612b920eb1
Merge branch 'docs/sync_i2c' into 'master'
...
docs: Sync CN translation and EN source for i2c.rst
Closes DOC-10375
See merge request espressif/esp-idf!37441
2025-03-10 17:27:49 +08:00
Zhang Shuxian
f6cc4f6140
docs: Update translation for SPI flash and RAM Usage
2025-03-10 15:20:07 +08:00
shenmengjing
c290d9490e
docs: Sync CN translation and EN source for i2c.rst
2025-03-10 14:07:41 +08:00
morris
54cfdce964
Merge branch 'bugfix/bitscrambler_eof_mode' into 'master'
...
BitScrambler: Fixed the inconsistent EOF mode setting between assembler and driver
See merge request espressif/esp-idf!37499
2025-03-10 13:22:56 +08:00
armando
f0590c860e
refactor(cam): rename IRAM-Safe to Cache-Safe
2025-03-07 15:25:57 +08:00
gaoxu
19a15371e5
docs(adc): correct ADC flush poll description
2025-03-06 15:41:49 +08:00
morris
ee668ee658
test(BitScrambler): added more basic test cases
...
e.g. to test different eof mode, prefetch mode
2025-03-05 14:41:49 +08:00
morris
afb2154247
Merge branch 'docs/add_translation_for_bitscrambler' into 'master'
...
docs: Provide CN translation for bitscrambler
See merge request espressif/esp-idf!36804
2025-03-04 13:40:26 +08:00
Ren Peiying
f38bb558fc
docs: Provide CN translation for bitscrambler
2025-03-04 13:40:26 +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
C.S.M
8f371a5004
docs(spi_flash): Add docs for spi_flash IRAM usage
2025-02-26 18:29:35 +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
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
Jeroen Domburg
5d63f251f9
Merge branch 'feature/bitscrambler_add_c5_insn' into 'master'
...
BitScrambler: Add support for addcti instruction as found in ESP32-C5
See merge request espressif/esp-idf!36906
2025-02-18 14:39:42 +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
d2c5724873
feat(i2s): add i2s usb example with tuning feature
2025-02-17 17:11:01 +08:00
Jeroen Domburg
3aaaa2203a
feat: BitScrambler: Add support for addcti instruction as found in ESP32-C5
2025-02-17 16:36:52 +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
laokaiyao
7727de5337
docs(i2s): fix some i2s capabilities in programming guide
2025-02-10 15:41:30 +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
Marius Vikhammer
1e72b10b26
docs(build): add support for building H21 docs
2025-01-26 11:44:28 +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
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
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