commit | a1d815ea9bc6fe9c7db5fb16c7bd97fb1f951a15 | [log] [tgz] |
---|---|---|
author | Ioannis Konstantelias <ikonstadel@gmail.com> | Thu Jul 04 11:38:06 2019 +0300 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Fri Jul 05 10:29:10 2019 +0200 |
tree | 3fbeae9163d1e9f6048b528f94b9856d965311e6 | |
parent | eb57607c7d761f076d9f4abd03b22e933a2898b2 [diff] |
drivers: flash: stm32: Fix insufficient wait time flash_erase cannot erase a page from the STM32xx SOC flash. It seems that the erase wait time is not enough and against to what the SOC's datasheet states. As a result this patch doubles the wait time. Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com>