Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-04 | remove flash.h from tree | Zachary T Welch | 1 | -2/+0 | |
Remove the now vestigial <flash/flash.h> header from the tree, replacing a few references with <flash/nor/core.h> | |||||
2009-12-03 | change #include "flash.h" to <flash/flash.h> | Zachary T Welch | 1 | -1/+1 | |
Changes from the flat namespace to heirarchical one. Instead of writing: #include "flash.h" the following form should be used. #include <flash/flash.h> The exception is from .c files in the same directory. | |||||
2009-12-02 | move nor drivers to src/flash/nor | Zachary T Welch | 1 | -0/+113 | |
Moves NOR flash drivers to 'src/flash/nor/'. Adds 'src/flash/nor/Makefile.am'. Builds 'libocdflashnor.la'. |