<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/drivers/arm, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/'/>
<entry>
<title>Initial arm-&gt;chibios pass - simplify some platform logic (#8450)</title>
<updated>2020-03-21T05:20:04+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-03-21T05:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=d96380e65496912e0f68e6531565f4b45efd1623'/>
<id>d96380e65496912e0f68e6531565f4b45efd1623</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format code according to conventions [skip ci]</title>
<updated>2020-03-17T01:02:01+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2020-03-17T01:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=ece14278efe5168ef20298984bff4b1d5eb43e4b'/>
<id>ece14278efe5168ef20298984bff4b1d5eb43e4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM - ADC cleanup (#8385)</title>
<updated>2020-03-17T00:29:52+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-03-17T00:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=567bfc97ac4f5066e8a2302c46e3b375efe59792'/>
<id>567bfc97ac4f5066e8a2302c46e3b375efe59792</id>
<content type='text'>
* Update switch to array to allow custom values

* Add adc keymap

* update docs to reflect alignment of default 10 bit

* start conversion to USE_ADCVn

* samplerate is hella wrong...stub out for now

* basic f1 and f4 functionality

* Tidy up current changes

* Restore old pinToMux function

* Add back sample rate for supported platforms

* F0 compile fixes

* wordsmithery

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Remove reference to avr only function

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update switch to array to allow custom values

* Add adc keymap

* update docs to reflect alignment of default 10 bit

* start conversion to USE_ADCVn

* samplerate is hella wrong...stub out for now

* basic f1 and f4 functionality

* Tidy up current changes

* Restore old pinToMux function

* Add back sample rate for supported platforms

* F0 compile fixes

* wordsmithery

Co-Authored-By: Ryan &lt;fauxpark@gmail.com&gt;

* Remove reference to avr only function

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>format code according to conventions [skip ci]</title>
<updated>2020-03-11T05:11:02+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2020-03-11T05:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=2b66acf04a82bc571ac5f545be7c43af722d6704'/>
<id>2b66acf04a82bc571ac5f545be7c43af722d6704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ADC support for STM32F3 and STM32F0 devices (#7681)</title>
<updated>2020-03-11T04:38:39+00:00</updated>
<author>
<name>Drew Mills</name>
<email>FranticRain@users.noreply.github.com</email>
</author>
<published>2020-03-11T04:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=5ac6fe18889027b718a8ed8c65482d0ab26b5f36'/>
<id>5ac6fe18889027b718a8ed8c65482d0ab26b5f36</id>
<content type='text'>
* Add ADC support for STM32F3 and STM32F0 devices

* Add section about configration options available to the ARM ADC implementation

* Fix STM32 typo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add ADC support for STM32F3 and STM32F0 devices

* Add section about configration options available to the ARM ADC implementation

* Fix STM32 typo</pre>
</div>
</content>
</entry>
<entry>
<title>PWM DMA based RGB Underglow for STM32 (#7928)</title>
<updated>2020-03-01T02:05:56+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2020-03-01T02:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=f74c769a19662147ead15dcd14777afe5e53c167'/>
<id>f74c769a19662147ead15dcd14777afe5e53c167</id>
<content type='text'>
* Add pwm ws2812 driver

* Add docs for pwm ws2812 driver

* Update ws2812_pwm for ChibiOS 19

Co-Authored-By: Nick Brassel &lt;nick@tzarc.org&gt;

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add pwm ws2812 driver

* Add docs for pwm ws2812 driver

* Update ws2812_pwm for ChibiOS 19

Co-Authored-By: Nick Brassel &lt;nick@tzarc.org&gt;

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>2020 February 29 Breaking Changes Update (#8064)</title>
<updated>2020-02-29T19:59:30+00:00</updated>
<author>
<name>James Young</name>
<email>xxiinophobia@yahoo.com</email>
</author>
<published>2020-02-29T20:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=26eef35f07698d23aafae90e1c230b52e100a334'/>
<id>26eef35f07698d23aafae90e1c230b52e100a334</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rollback PR #7967 in preference of fixing I2C start/stop properly, in a followup PR. (#8173)</title>
<updated>2020-02-23T23:08:00+00:00</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2020-02-23T23:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=716c29881c0f91e3998e1fc5c49740bd6e65876f'/>
<id>716c29881c0f91e3998e1fc5c49740bd6e65876f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add thread safety around i2c_master for ChibiOS/ARM.</title>
<updated>2020-02-01T06:44:39+00:00</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2020-01-22T18:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=8e550fc11a59326cb759593418ce1a062392daaf'/>
<id>8e550fc11a59326cb759593418ce1a062392daaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SPI DMA based RGB Underglow for STM32 (#7674)</title>
<updated>2019-12-31T17:26:40+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2019-12-31T17:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=680ebef0869b7860017a80bd601faac61227cd28'/>
<id>680ebef0869b7860017a80bd601faac61227cd28</id>
<content type='text'>
* Initial stash of ws2812 spi driver

* Update comment, add sync backup plan

* Add testing notes to spi ws2812 driver

* Align RGBW error messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Initial stash of ws2812 spi driver

* Update comment, add sync backup plan

* Add testing notes to spi ws2812 driver

* Align RGBW error messages
</pre>
</div>
</content>
</entry>
</feed>
