git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15387 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-01-22 06:37:54 +00:00
parent ce9e38a181
commit 7845c2b50d
2 changed files with 2 additions and 3 deletions

View File

@ -171,9 +171,6 @@ static flash_error_t snor_start_erase_all(void *instance) {
/* Actual erase implementation.*/ /* Actual erase implementation.*/
err = snor_device_start_erase_all(devp); err = snor_device_start_erase_all(devp);
/* Ready state again.*/
devp->state = FLASH_READY;
/* Bus released.*/ /* Bus released.*/
bus_release(devp->config->busp); bus_release(devp->config->busp);

View File

@ -110,6 +110,8 @@
ARMv7-M and ARMv8-M-ML. ARMv7-M and ARMv8-M-ML.
- NEW: On STM32WBxx added a check on STM32_LSI_ENABLE required by IWDG. - NEW: On STM32WBxx added a check on STM32_LSI_ENABLE required by IWDG.
- NEW: Added SPIv2 support also to STM32WB and STM32WL. - NEW: Added SPIv2 support also to STM32WB and STM32WL.
- FIX: Fixed invalid state transition in SNOR flash driver (bug #1212)
(backported to 20.3.5)(backported to 21.11.2).
- FIX: Fixed missing exit condition in sioSynchronizeRX() and - FIX: Fixed missing exit condition in sioSynchronizeRX() and
sioSynchronizeTX() (bug #1211)(backported to 21.11.2). sioSynchronizeTX() (bug #1211)(backported to 21.11.2).
- FIX: Fixed missing check in chobjcaches.h (bug #1210) - FIX: Fixed missing check in chobjcaches.h (bug #1210)