commit | 32cb3f02208ba18bdbb7c41c7462fbc86a49c683 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Mon Dec 04 14:09:59 2017 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Dec 12 12:36:08 2017 -0600 |
tree | 454513e48218b62dcea5f537066c204b3bfa3bda | |
parent | 22b4d19a6d3226c306bedb3e4142099f7e090505 [diff] |
flash: stm32: add support for STM32F0 flash controller Add the STM32F0 Embedded Flash support in the flash_stm32 driver interface. The STM32F0 has a particularity or use the HSI as clock source for the flash controller interface, so this clock must be enabled directly in the case HSE or another clock is used by the system clock. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>