aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/avr/timer.c
Commit message (Collapse)AuthorAgeFilesLines
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-191-133/+0
|
* Initial support for ATtiny85 (#8632)Joel Challis2020-04-021-6/+13
| | | | | * Initial support for ATtiny85 * Update mcu selection
* Banish some more magic numbers (#6662)fauxpark2019-09-071-11/+10
|
* clang-format changesskullY2019-08-301-43/+18
|
* Generate API docs from source code comments (#2491)skullydazed2018-03-221-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
* Got ps2avrGB to work with the V-USB protocolLuiz Ribeiro2017-01-211-9/+24
|
* Tidy up atomicity in timer.c and ring_buffer.hWez Furlong2016-11-271-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.
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+117