commit | 4fffe790be2d2469939a70e5ff22f2e23d175b02 | [log] [tgz] |
---|---|---|
author | Ioannis Konstantelias <ikonstadel@gmail.com> | Wed Jun 26 16:21:02 2019 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Mon Jul 29 09:53:58 2019 -0400 |
tree | 5654ce96331392cacabebb843822621ed3e980be | |
parent | e6fe54246509303e7081ce282f1d4eec2001b09a [diff] |
drivers: flash: stm32l4x: Support SOCs with < 1MB Up to now, the only SOC that was supported in the STM32L496 series was STM32L496XG with flash of 1MB. With the recent support of STM32L496XE, this implementation is not correct. This patch adds support for the other SOCs that come with flashes of 512KB and 256KB. Signed-off-by: Ioannis Konstantelias <ikonstadel@gmail.com>