docs(spi_flash): Add migration guide for removing XMC-C suspend support

This commit is contained in:
C.S.M 2024-10-16 16:06:58 +08:00
parent ad6f491459
commit 89b9c480cc
4 changed files with 16 additions and 0 deletions

View File

@ -9,3 +9,4 @@ Migration from 5.3 to 5.4
gcc
system
bluetooth-classic
storage

View 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.

View File

@ -9,3 +9,4 @@
gcc
system
bluetooth-classic
storage

View 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 业务支持。