commit | 5efea4283c3fade269e7fa09d5becdddf8fc780e | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Jun 25 21:58:10 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 28 12:35:41 2021 -0400 |
tree | 1b8348e4554fc238554a09627ee5ed948af0e3f0 | |
parent | f0c40401590b44476c5bf198eae86e36752e6f2c [diff] |
drivers: flash: stm32f4: Flush caches after erase This implement the same flush cache functionality already present in the other stm32 series flash drivers, used to avoid bus errors when writing big chunks of data to the flash. Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>