aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f2/flash.c
AgeCommit message (Collapse)Author
2013-02-26Fix all warnings for stm32f2 lib.Piotr Esden-Tempski
2013-02-26FLASH: Make sure that the flash unlock register state is cleared before ↵Piotr Esden-Tempski
trying to unlock the flash.
2013-01-23[flash] f2: use "proper" bit definition naming.Karl Palsson
Part 3 of 4: updated f2 to use flash_<reg>_bit instead of just flash_bit
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
Agreed to by all the significant contributors to the library.
2011-10-30Rename stm32 lib folders to be consistent with includeStephen Caudle