<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware/tmk_core/common/avr/timer.c, branch master</title>
<subtitle>QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/'/>
<entry>
<title>Move tmk_core/common/&lt;plat&gt; (#13918)</title>
<updated>2021-11-19T18:41:02+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2021-11-19T18:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=2728603fe6d73e805a539d337fd01051c46ca806'/>
<id>2728603fe6d73e805a539d337fd01051c46ca806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial support for ATtiny85 (#8632)</title>
<updated>2020-04-02T21:23:57+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-04-02T21:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=9c4bf0ac4aed4ab315f27bfa5d2f54b0dd931138'/>
<id>9c4bf0ac4aed4ab315f27bfa5d2f54b0dd931138</id>
<content type='text'>
* Initial support for ATtiny85

* Update mcu selection</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial support for ATtiny85

* Update mcu selection</pre>
</div>
</content>
</entry>
<entry>
<title>Banish some more magic numbers (#6662)</title>
<updated>2019-09-07T15:12:46+00:00</updated>
<author>
<name>fauxpark</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2019-09-07T15:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=91bd2117df4cc4d2be6c840103614f2245e54bd1'/>
<id>91bd2117df4cc4d2be6c840103614f2245e54bd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clang-format changes</title>
<updated>2019-08-30T22:01:52+00:00</updated>
<author>
<name>skullY</name>
<email>skullydazed@gmail.com</email>
</author>
<published>2019-08-30T18:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=b624f32f944acdc59dcb130674c09090c5c404cb'/>
<id>b624f32f944acdc59dcb130674c09090c5c404cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate API docs from source code comments (#2491)</title>
<updated>2018-03-22T06:50:38+00:00</updated>
<author>
<name>skullydazed</name>
<email>skullydazed@users.noreply.github.com</email>
</author>
<published>2018-03-22T06:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=7c9d5ace143d3cc6d767a354acde814926d566fd'/>
<id>7c9d5ace143d3cc6d767a354acde814926d566fd</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Got ps2avrGB to work with the V-USB protocol</title>
<updated>2017-01-21T17:55:19+00:00</updated>
<author>
<name>Luiz Ribeiro</name>
<email>luizribeiro@gmail.com</email>
</author>
<published>2017-01-21T17:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=f7462aaa613a08ba4b86dbb912ce26722cfccaff'/>
<id>f7462aaa613a08ba4b86dbb912ce26722cfccaff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy up atomicity in timer.c and ring_buffer.h</title>
<updated>2016-11-28T06:58:34+00:00</updated>
<author>
<name>Wez Furlong</name>
<email>wez@fb.com</email>
</author>
<published>2016-11-28T06:41:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=be4e75423a232d9d328bb23835e0fa5152292c95'/>
<id>be4e75423a232d9d328bb23835e0fa5152292c95</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'</title>
<updated>2015-04-09T16:32:04+00:00</updated>
<author>
<name>tmk</name>
<email>hasu@tmk-kbd.com</email>
</author>
<published>2015-04-09T16:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/qmk_firmware/commit/?id=1a02ebcc612e9a9c0d87e02295c7258de3a70ccc'/>
<id>1a02ebcc612e9a9c0d87e02295c7258de3a70ccc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
