summaryrefslogtreecommitdiffstats
path: root/flash/minimon/minimon.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-05Make thirty functions static to reduce binary sizeThomas Jarosch1-2/+2
If any of those functions should be (unused) API functions, they can easily be turned back once really needed. Detected using a new cppcheck check that uses the internal symbol database to catch functions that are only used in the current file. Change-Id: Ic2b1e5b8020b76397f11cefc4e205f3b7ac1f184
2008-10-30Minimon is loaded to 0x0ffff000 by uart_boot, so it needs to be linked to ↵Jens Arnold1-1/+1
that address as well, or it won't work. Also add that hint to the README, fix a warning, and fix the disassembly base address (was wrong either way). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18930 a1c6a512-1295-4272-9138-f99709370657
2003-11-30source code for all my flash stuff, now finally in cvsJörg Hohensohn1-0/+156
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4083 a1c6a512-1295-4272-9138-f99709370657