Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Use compile_time_request system for init, tasks, and shutdown | Kevin O'Connor | 2017-05-26 | 1 | -2/+2 |
| | | | | | | | | Avoid using linker magic to define the init, task, and shutdown functions. Instead, use the compile_time_request system. This simplifies the build and produces more efficient code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | avr: Implement reset command | Kevin O'Connor | 2017-04-02 | 1 | -2/+22 |
| | | | | | | | Support restarting the mcu using the watchdog feature of AVR chips via a new reset command. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Initial commit of source code. | Kevin O'Connor | 2016-05-25 | 1 | -0/+38 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |