aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test-fsmc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* test-fsmc.cpp: Fixup; wait for user input before running test.Marti Bolivar2011-09-261-0/+1
|
* test-fsmc.cpp: Switch to SerialUSBMarti Bolivar2011-09-261-33/+28
| | | | | | | This messes with timing a little, but makes it faster to test. The timing was never perfect anyway, due to incrementing count. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
* test-fsmc.cpp: Fix incorrect sram_end.Marti Bolivar2011-09-121-1/+1
|
* test-fsmc.cpp: Tweak output.Marti Bolivar2011-08-301-0/+1
|
* Converting all files to UNIX newlines.Marti Bolivar2011-05-101-125/+125
| | | | | | | Committing the results of running the following on the libmaple root directory: $ fromdos `grep --exclude-dir='[.]git' -Ilsr $'\r$' .`
* FSMC refactor; SRAM test codeMarti Bolivar2011-03-171-98/+110
|
* Brought examples/ up to date; PIN_MAP bugfix for D24.Marti Bolivar2011-03-041-14/+8
|
* FSMC tweaksbnewbold2010-08-071-8/+2
|
* Partially working!bnewbold2010-08-051-52/+28
| | | | | Documented; see ./notes/fsmc.txt. Not yet integrated into .ld scripts or fully tested
* partial progress on FSMC for SRAMbnewbold2010-08-051-0/+149