forked from auracaster/openocd
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user