mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
docs(spi_flash): Add migration guide for removing XMC-C suspend support
This commit is contained in:
parent
ad6f491459
commit
89b9c480cc
@ -9,3 +9,4 @@ Migration from 5.3 to 5.4
|
||||
gcc
|
||||
system
|
||||
bluetooth-classic
|
||||
storage
|
||||
|
7
docs/en/migration-guides/release-5.x/5.4/storage.rst
Normal file
7
docs/en/migration-guides/release-5.x/5.4/storage.rst
Normal file
@ -0,0 +1,7 @@
|
||||
Storage
|
||||
=======
|
||||
|
||||
SPI Flash Driver
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
XMC-C series flash suspend support has been removed. According to feedback from the flash manufacturer, in some situations the XMC-C flash would require a 1ms interval between resume and next command. This is too long for a software request. Based on the above reason, in order to use suspend safely, we decide to remove flash suspend support from XMC-C series. But you can still force enable it via `CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND`. If you have any questions, please contact espressif business support.
|
@ -9,3 +9,4 @@
|
||||
gcc
|
||||
system
|
||||
bluetooth-classic
|
||||
storage
|
||||
|
7
docs/zh_CN/migration-guides/release-5.x/5.4/storage.rst
Normal file
7
docs/zh_CN/migration-guides/release-5.x/5.4/storage.rst
Normal file
@ -0,0 +1,7 @@
|
||||
存储
|
||||
=======
|
||||
|
||||
SPI flash 驱动
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
XMC-C 系列闪存 suspend 功能的支持已被移除。根据闪存制造商的反馈,在某些情况下,XMC-C 闪存需要在 resume 和下一条命令之间间隔 1 毫秒。这对于软件请求来说时间太长。基于上述原因,为了安全使用 suspend 功能,我们决定取消 XMC-C 系列的闪存挂起支持。但是你依旧可以强行通过 `CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND` 的配置使能这个功能。如果您有任何疑问,请联系 espressif 业务支持。
|
Loading…
x
Reference in New Issue
Block a user