Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sched: Use uint_fast8_t for return type of timers | Kevin O'Connor | 2016-06-14 | 1 | -1/+1 |
| | | | | | | | | Some architectures are faster passing regular integers than 8bit integers. Use uint_fast8_t so that the architecture chooses the appropriate type. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Initial commit of source code. | Kevin O'Connor | 2016-05-25 | 1 | -0/+14 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |