Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added more doxygen file level headers. Documented a few more functions. | Michael Hope | 2011-09-13 | 1 | -0/+5 |
| | | | | Signed-off-by: Michael Hope <michaelh@juju.net.nz> | ||||
* | Keep it 80-column clean. | Marti Bolivar | 2011-06-07 | 1 | -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 Bolivar | 2011-05-04 | 1 | -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 code | Marti Bolivar | 2011-03-17 | 1 | -45/+263 |
| | |||||
* | [WIP] GPIO refactor: seems ok, ready for review | Marti Bolivar | 2011-03-11 | 1 | -1/+4 |
| | |||||
* | docs | Marti Bolivar | 2010-10-11 | 1 | -0/+4 |
| | |||||
* | whitespace cleanups | Marti Bolivar | 2010-09-27 | 1 | -7/+7 |
| | |||||
* | partial progress on FSMC for SRAM | bnewbold | 2010-08-05 | 1 | -0/+86 |