aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/fsmc.h
Commit message (Collapse)AuthorAgeFilesLines
* Added more doxygen file level headers. Documented a few more functions.Michael Hope2011-09-131-0/+5
| | | | Signed-off-by: Michael Hope <michaelh@juju.net.nz>
* Keep it 80-column clean.Marti Bolivar2011-06-071-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Go through overlong source code lines and convert as many of them as appropriate to be 80-column clean. This mostly affects license headers. Overlong lines are determined by running following from the libmaple base directory: $ ack-grep --nocolor --nogroup --cpp --cc --ignore-dir=usb -- '.{80}' Note that this excludes libmaple's usb subdirectory, which is still full of ST code that doesn't follow the libmaple source code guidelines. Contents of ~/.ackrc (these won't matter, but are included for completeness): --ignore-dir=docs --ignore-dir=build --type-set ld=.ld --type-set rst=.rst --type-set txt=.txt --type-set mk=.mk
* Native and FSMC cleanups.Marti Bolivar2011-05-041-6/+8
| | | | | | | Got rid of native_sram.h (and native_sram.cpp), and pushed their functionality into maple_native.cpp. Fixed includes in maple_native.h. Fixed includes in fsmc.h.
* FSMC refactor; SRAM test codeMarti Bolivar2011-03-171-45/+263
|
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-1/+4
|
* docsMarti Bolivar2010-10-111-0/+4
|
* whitespace cleanupsMarti Bolivar2010-09-271-7/+7
|
* partial progress on FSMC for SRAMbnewbold2010-08-051-0/+86