git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15389 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-01-22 06:38:08 +00:00 committed by Andrey
parent 105119a6ec
commit a9fbaff1ed
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -75,6 +75,7 @@
*** 20.3.5 ***
- FIX: Some MISRA-related fixes.
- FIX: Fixed invalid state transition in SNOR flash driver (bug #1212).
- FIX: Fixed missing check in chobjcaches.h (bug #1210).
- FIX: Fixed RT testbuild application broken (bug #1208).
- FIX: Fixed USB not enabled on STM32F103x6 (bug #1206).