mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'docs/update_cn_storage' into 'master'
docs: Update CN translation for storage.rst Closes DOC-12508 See merge request espressif/esp-idf!42533
This commit is contained in:
@@ -1,17 +1,22 @@
|
||||
Storage
|
||||
=======
|
||||
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
Removed VFS SDMMC Deprecated API
|
||||
--------------------------------
|
||||
|
||||
Deprecated ``esp_vfs_fat_sdmmc_unmount`` function is now removed. Please use ``esp_vfs_fat_sdcard_unmount`` instead.
|
||||
|
||||
|
||||
VFS
|
||||
---
|
||||
- Deleted deprecated UART-VFS functions (```esp_vfs_dev_uart_*``) located in the ``vfs`` component. Please use API from UART driver instead: ``uart_vfs_dev_*``.
|
||||
- Deleted deprecated USB-Serial-JTAG-VFS functions (```esp_vfs_dev_usb_serial_jtag_*``) located in the ``vfs`` component. Please use API from USB-Serial-JTAG driver instead: ``usb_serial_jtag_vfs_*``.
|
||||
|
||||
- Deleted deprecated UART-VFS functions (``esp_vfs_dev_uart_*``) located in the ``vfs`` component. Please use API from UART driver instead: ``uart_vfs_dev_*``.
|
||||
- Deleted deprecated USB-Serial-JTAG-VFS functions (``esp_vfs_dev_usb_serial_jtag_*``) located in the ``vfs`` component. Please use API from USB-Serial-JTAG driver instead: ``usb_serial_jtag_vfs_*``.
|
||||
|
||||
|
||||
``esp_vfs_console``
|
||||
--------------------
|
||||
|
||||
The ``esp_vfs_console`` component has been renamed to ``esp_stdio``. This component did not have any public functions, so in normal circumstances there is no need to update your code. If you for any reason had declared a dependency on this component it can be deleted, as the new ``esp_stdio`` is a common component that is added to all components by default.
|
||||
The ``esp_vfs_console`` component has been renamed to ``esp_stdio``. This component did not have any public functions, so in normal circumstances, there is no need to update your code. If you for any reason had declared a dependency on this component, it can be deleted, as the new ``esp_stdio`` is a common component that is added to all components by default.
|
||||
|
||||
@@ -1,9 +1,22 @@
|
||||
存储
|
||||
=======
|
||||
====
|
||||
|
||||
Removed VFS SDMMC Deprecated API
|
||||
:link_to_translation:`en:[English]`
|
||||
|
||||
移除 VFS SDMMC 弃用 API
|
||||
--------------------------------
|
||||
移除已弃用的 VFS SDMMC API
|
||||
---------------------------
|
||||
|
||||
已被弃用的 API ``esp_vfs_fat_sdmmc_unmount`` 现已移除,请使用 ``esp_vfs_fat_sdcard_unmount`` 代替。
|
||||
``esp_vfs_fat_sdmmc_unmount`` 函数已弃用且被移除,请使用 ``esp_vfs_fat_sdcard_unmount`` 代替。
|
||||
|
||||
|
||||
VFS
|
||||
---
|
||||
|
||||
- 位于 ``vfs`` 组件中已弃用的 UART-VFS 函数 ``esp_vfs_dev_uart_*`` 现已删除,请改用 UART 驱动中的 API:``uart_vfs_dev_*``。
|
||||
- 位于 ``vfs`` 组件中已弃用的 USB-Serial-JTAG-VFS 函数 ``esp_vfs_dev_usb_serial_jtag_*`` 现已删除,请改用 USB-Serial-JTAG 驱动中的 API:``usb_serial_jtag_vfs_*``。
|
||||
|
||||
|
||||
``esp_vfs_console``
|
||||
--------------------
|
||||
|
||||
``esp_vfs_console`` 组件已更名为 ``esp_stdio``。该组件没有任何公共函数,因此在一般情况下,无需对代码进行任何更新。如果你曾经因为某些原因在项目中声明了对此组件的依赖,现在可以将其删除,因为新的 ``esp_stdio`` 是一个通用组件,默认会被添加到所有组件中。
|
||||
|
||||
Reference in New Issue
Block a user