Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NOR: cleanup driver decls | David Brownell | 2010-01-29 | 1 | -15/+15 |
| | | | | | | Fix goofy struct indents. Function names *are* their addresses. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> | ||||
* | remove target.h from flash.h | Zachary T Welch | 2009-12-04 | 1 | -0/+1 |
| | | | | | The flash.h header does not require the target.h header file, but its implementation source files do. Move it to flash/nor/imp.h. | ||||
* | move nor drivers to src/flash/nor | Zachary T Welch | 2009-12-02 | 1 | -0/+1271 |
Moves NOR flash drivers to 'src/flash/nor/'. Adds 'src/flash/nor/Makefile.am'. Builds 'libocdflashnor.la'. |