Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change #include "binarybuffer.h" to <helper/binarybuffer.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Changes from the flat namespace to heirarchical one. Instead of writing: #include "binarybuffer.h" the following form should be used. #include <helper/binarybuffer.h> The exception is from .c files in the same directory. | ||||
* | move nor drivers to src/flash/nor | Zachary T Welch | 2009-12-02 | 1 | -0/+1213 |
Moves NOR flash drivers to 'src/flash/nor/'. Adds 'src/flash/nor/Makefile.am'. Builds 'libocdflashnor.la'. |