Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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'. |