Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | normalize headers to make changing easier | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
| | | | | | These headers need minor tweaks to paves the way for wholesale scripted coversion of the header files. | ||||
* | allow #include directives to use module name | Zachary T Welch | 2009-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | | Includes the src directory in the search path, so header files may be migrated from: #include "foo.h" to #include <module/foo.h> which is more conducive for installation. | ||||
* | move nand drivers to src/flash/nand/ | Zachary T Welch | 2009-12-02 | 15 | -0/+3791 |
Moves NAND drivers to src/flash/nand/. Adds src/flash/nand/Makefile.am. Builds libocdflashnand.la. |