aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/fsmc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-3/+1
| | | | | | | 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-49/+4
|
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-43/+46
|
* docsMarti Bolivar2010-10-111-0/+4
|
* whitespace cleanupsMarti Bolivar2010-09-271-27/+29
|
* Merge maple-native changes into portablebnewbold2010-08-311-1/+1
| | | | This compiles for both maple and maple_native but is untested.
* FSMC tweaksbnewbold2010-08-071-0/+3
|
* Partially working!bnewbold2010-08-051-10/+15
| | | | | Documented; see ./notes/fsmc.txt. Not yet integrated into .ld scripts or fully tested
* partial progress on FSMC for SRAMbnewbold2010-08-051-0/+120