commit | f3832a399e85bedb6df91126f0c269867cceeeb7 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Thu Mar 07 09:53:14 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Mar 15 06:43:24 2019 -0500 |
tree | 4c89e9d4a240391e917e132b5e586cf70895dfbb | |
parent | 317d1c9d06b3d4ce7263c144a2cec130bab98b9b [diff] |
drivers/flash: stm32f3/stm32f1: define flash registers as volatile On STM32F3 devices, a trick was required for normal use of registers. This was actually an issue in flash registers defintions which should be defined as volatile. Fix this and additionaly, fix definition for STM32F1 which was also lacking the volatile instruction. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>