aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/main.c
Commit message (Collapse)AuthorAgeFilesLines
* avr: Move prescaler and sleep initialization from timer.c to main.cKevin O'Connor2017-08-071-0/+21
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* basecmd: Move low-level alloc code into basecmd.cKevin O'Connor2017-07-201-24/+9
| | | | | | | | Implement new dynmem_start() and dynmem_end() functions instead of alloc_chunk() and alloc_chunks() in the board code. This simplifies the board code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* avr: Merge misc.c into main.cKevin O'Connor2017-05-111-1/+54
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* generic: Move generic parts of sam3x8e timer.c to generic directoryKevin O'Connor2017-03-111-0/+4
| | | | | | | | Most of sam3x8e/timer.c is going to be platform agnostic for any board with standard irq handling. Move the generic code into a new file generic/timer.c. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+17
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>