Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generic: Add new file generic/io.h and move read/writeb() to it | Kevin O'Connor | 2016-06-13 | 1 | -0/+1 |
| | | | | | | | | Move the definitions of the readb() style functions to a new header generic/io.h. This eliminates the dependency of stdint.h on compiler.h. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | generic: Create generic board infrastructure and move misc.h to it | Kevin O'Connor | 2016-06-13 | 1 | -1/+1 |
| | | | | | | | Instead of creating a misc.h file in each board directory, create a generic board directory and declare misc.h there. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Initial commit of source code. | Kevin O'Connor | 2016-05-25 | 1 | -0/+137 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |