aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/flash.h
AgeCommit message (Collapse)Author
2010-03-04Cleaned up header inclusion.Piotr Esden-Tempski
Now all examples are including only the modules they really need. Also each header file of the library is including only the necessary headers making it possible to use these modules in parallel with other implementations that may collide with the definitions in other modules.
2010-01-15Use FLASH_MEM_INTERFACE_BASE (not FLASH_BASE).Uwe Hermann
The latter does not exist in the repo.
2010-01-15Prefix all flash related stuff with FLASH_.Uwe Hermann
2010-01-15Add reference to flash programming datasheet.Uwe Hermann
2010-01-15Add initial flash memory register support.Uwe Hermann
Thanks Thomas Otto <tommi@viadmin.org> for the patch!