Skip to content

Commit 651817d

Browse files
committed
doc: update docs
1 parent 64e49c2 commit 651817d

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

docs/docs_not_updated/esp32c61.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ api-reference/storage/fatfs.rst
2323
api-reference/storage/nvs_partition_gen.rst
2424
api-reference/storage/nvs_flash.rst
2525
api-reference/storage/partition.rst
26-
api-reference/storage/sdmmc.rst
2726
api-reference/storage/mass_mfg.rst
2827
api-reference/storage/fatfsgen.rst
2928
api-reference/storage/index.rst
@@ -51,7 +50,6 @@ api-reference/peripherals/adc_calibration.rst
5150
api-reference/peripherals/parlio.rst
5251
api-reference/peripherals/sd_pullup_requirements.rst
5352
api-reference/peripherals/index.rst
54-
api-reference/peripherals/sdmmc_host.rst
5553
api-reference/peripherals/ldo_regulator.rst
5654
api-reference/peripherals/jpeg.rst
5755
api-reference/network/esp_openthread.rst
@@ -66,14 +64,12 @@ api-reference/network/esp_wifi.rst
6664
api-reference/network/index.rst
6765
api-reference/network/esp_netif.rst
6866
api-reference/system/sleep_modes.rst
69-
api-reference/system/mm_sync.rst
7067
api-reference/system/app_trace.rst
7168
api-reference/system/async_memcpy.rst
7269
api-reference/system/power_management.rst
7370
api-reference/system/inc/show-efuse-table_ESP32-C61.rst
7471
api-reference/system/inc/power_management_esp32c61.rst
7572
api-reference/system/inc/espefuse_summary_ESP32-C61.rst
76-
api-reference/system/mm.rst
7773
api-reference/error-codes.rst
7874
api-reference/index.rst
7975
api-reference/protocols/icmp_echo.rst

docs/docs_not_updated/esp32h21.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ api-reference/protocols/mqtt.rst
9494
api-reference/protocols/esp_http_server.rst
9595
api-reference/storage/mass_mfg.rst
9696
api-reference/storage/index.rst
97-
api-reference/storage/sdmmc.rst
9897
api-reference/storage/nvs_bootloader.rst
9998
api-reference/storage/wear-levelling.rst
10099
api-reference/storage/nvs_partition_gen.rst
@@ -165,7 +164,6 @@ api-reference/peripherals/usb_host/usb_host_notes_design.rst
165164
api-reference/peripherals/usb_host/usb_host_notes_enum.rst
166165
api-reference/peripherals/usb_host/usb_host_notes_dwc_otg.rst
167166
api-reference/peripherals/dedic_gpio.rst
168-
api-reference/peripherals/sd_pullup_requirements.rst
169167
api-reference/peripherals/parlio.rst
170168
api-reference/peripherals/adc_calibration.rst
171169
api-reference/peripherals/lp_i2s.rst
@@ -176,7 +174,6 @@ api-reference/peripherals/spi_flash/spi_flash_override_driver.rst
176174
api-reference/peripherals/spi_flash/spi_flash_optional_feature.rst
177175
api-reference/peripherals/spi_flash/spi_flash_idf_vs_rom.rst
178176
api-reference/peripherals/sdm.rst
179-
api-reference/peripherals/sdmmc_host.rst
180177
api-reference/peripherals/lcd/i80_lcd.rst
181178
api-reference/peripherals/lcd/index.rst
182179
api-reference/peripherals/lcd/dsi_lcd.rst
@@ -190,8 +187,6 @@ api-reference/peripherals/ppa.rst
190187
api-reference/peripherals/ledc.rst
191188
api-reference/system/random.rst
192189
api-reference/system/app_trace.rst
193-
api-reference/system/mm_sync.rst
194-
api-reference/system/mm.rst
195190
api-reference/system/esp_https_ota.rst
196191
api-reference/system/sleep_modes.rst
197192
api-reference/system/ota.rst

docs/en/api-reference/system/mm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ SPI flash can be accessed by SPI1 (ESP-IDF ``esp_flash`` driver APIs), or by poi
159159

160160
PSRAM can be accessed by pointers, hardware guarantees the data consistency when PSRAM is only accessed via pointers.
161161

162-
.. only:: esp32s3
162+
.. only:: SOC_PSRAM_DMA_CAPABLE and not esp32s2
163163

164164
PSRAM can also be accessed by EDMA. Data desynchronization may happen because hardware does not guarantee the data consistency under such condition. You should call :cpp:func:`esp_cache_msync` to synchronize the Cache and the PSRAM.
165165

docs/zh_CN/api-reference/system/mm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ SPI flash 可以通过 SPI1(ESP-IDF ``spi_flash`` 驱动 API)或指针进行
159159

160160
PSRAM 可以通过指针进行访问。当只通过指针访问 PSRAM 时,硬件可以保证数据的一致性。
161161

162-
.. only:: esp32s3
162+
.. only:: SOC_PSRAM_DMA_CAPABLE and not esp32s2
163163

164164
PSRAM 也可以通过 EDMA 进行访问,但有可能发生数据不同步的问题。因为在这种情况下,硬件不能保证数据的一致性。应调用 :cpp:func:`esp_cache_msync` 来同步 cache 和 PSRAM。
165165

0 commit comments

Comments
 (0)