summaryrefslogtreecommitdiff
path: root/tmk_core/ring_buffer.h
AgeCommit message (Collapse)Author
2020-05-03Initial vusb console support (#8559)Joel Challis
2019-08-30clang-format changesskullY
2016-11-27Tidy up atomicity in timer.c and ring_buffer.hWez Furlong
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-22Move ring_buffer.h fileJun Wako