aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/main.c
Commit message (Expand)AuthorAgeFilesLines
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-171-1/+1
* command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengthsKevin O'Connor2018-05-281-1/+1
* avr: Do not use Idle modeKevin O'Connor2018-04-281-8/+0
* avr: Move prescaler and sleep initialization from timer.c to main.cKevin O'Connor2017-08-071-0/+21
* basecmd: Move low-level alloc code into basecmd.cKevin O'Connor2017-07-201-24/+9
* avr: Merge misc.c into main.cKevin O'Connor2017-05-111-1/+54
* generic: Move generic parts of sam3x8e timer.c to generic directoryKevin O'Connor2017-03-111-0/+4
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+17