aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/stm32f2/include/series/flash.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up Flash interface; add flash_enable_features().Marti Bolivar2012-04-111-0/+7
| | | | | | | | | | | | | | | | Make a single function, flash_enable_features(), to control the access characteristics of Flash memory (i.e. to write to the non-latency bits of ACR). In so doing, make everybody pretend to allow instruction and data caching. On STM32F1, trying to turn these on simply has no effect. This allows unconditionally trying to turn them on, which will simplify users' lives. This has the ancillary benefit of making the stm32f2- and stm32f1-specific flash.c files unnecessary; delete these. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* STM32F2 Flash support.Marti Bolivar2012-04-111-0/+196
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>