summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/avr/timer.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Generate API docs from source code comments (#2491)skullydazed1-0/+24
* Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly
2017-01-21Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro1-9/+24
2016-11-28Tidy up atomicity in timer.c and ring_buffer.hWez Furlong1-20/+16
Adopt the macros for saving/restoring the interrupt state that are provided by the avr gcc environment. Removing intialization of the timer value; this shaves off a few bytes because globals are default initialized to zero.
2015-04-09Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk1-0/+117