rockbox/flash/minimon
Thomas Jarosch fdd4aef340 Make thirty functions static to reduce binary size
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
2015-01-05 18:44:36 +01:00
..
Makefile
minimon.c Make thirty functions static to reduce binary size 2015-01-05 18:44:36 +01:00
minimon.h
minimon.lds
README

(c) 2003 by Jörg Hohensohn

MiniMon is the tiny but powerful-enough piece of code that can be loaded
with the UART boot mod. 
It allows to read and write memory, flash program, execute code.
This is suitable to reflash the box, load Rockbox or the gdb stub, etc.

The SVN version is linked to 0x0ffff000, i.e. start of IRAM.
This address has to match the address uart_boot downloads it to.