Doxygen file comments

Add file comments to a few files.  Make the GDB server use
more conventional (pointer-free) hex digit conversion.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2010-01-11 00:14:01 -08:00
parent 88907cc7f9
commit 8c730aaee2
4 changed files with 27 additions and 1 deletions
+7
View File
@@ -29,6 +29,13 @@
#include <target/image.h>
/**
* @file
* Upper level of NOR flash framework.
* The lower level interfaces are to drivers. These upper level ones
* primarily support access from Tcl scripts or from GDB.
*/
struct flash_bank *flash_banks;
int flash_driver_erase(struct flash_bank *bank, int first, int last)