<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/platforms/arm_atsam, 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>De-duplicate platform detection (#19603)</title>
<updated>2023-01-19T00:27:00+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-01-19T00:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=0ce3f6bcfe8241e51dd6936d24e6a88c907c535d'/>
<id>0ce3f6bcfe8241e51dd6936d24e6a88c907c535d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "De-duplicate platform detection (#19545)" (#19564)</title>
<updated>2023-01-11T19:58:27+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-01-11T19:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=46c85c93f05003ecc9d5b9266bc78e98cc7a843b'/>
<id>46c85c93f05003ecc9d5b9266bc78e98cc7a843b</id>
<content type='text'>
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.</pre>
</div>
</content>
</entry>
<entry>
<title>De-duplicate platform detection (#19545)</title>
<updated>2023-01-11T02:13:32+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2023-01-11T02:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=e11235ee14f9cd3fc45b836eec99ed312cb137dd'/>
<id>e11235ee14f9cd3fc45b836eec99ed312cb137dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into develop</title>
<updated>2022-10-03T01:26:40+00:00</updated>
<author>
<name>QMK Bot</name>
<email>hello@qmk.fm</email>
</author>
<published>2022-10-03T01:26:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=f5df1b155af86bbe1833c2fdeca921e664c3c1f9'/>
<id>f5df1b155af86bbe1833c2fdeca921e664c3c1f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`:flash`: print bootloader (#18569)</title>
<updated>2022-10-03T01:26:04+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-10-03T01:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=cc1565f2a3e46f6f364f872962ced35aef5ddae8'/>
<id>cc1565f2a3e46f6f364f872962ced35aef5ddae8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move bootloader.mk to platforms (#18228)</title>
<updated>2022-08-31T14:17:24+00:00</updated>
<author>
<name>Ryan</name>
<email>fauxpark@gmail.com</email>
</author>
<published>2022-08-31T14:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=bb6f02883363b815de8e2510964787634f86d635'/>
<id>bb6f02883363b815de8e2510964787634f86d635</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Core] Update mpaland/printf to eyalroz/printf fork (#16163)</title>
<updated>2022-07-07T07:27:50+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-07-07T07:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=d9bb189e25f14578ca74d6a3aa9f9a467f6f6595'/>
<id>d9bb189e25f14578ca74d6a3aa9f9a467f6f6595</id>
<content type='text'>
mpaland printf implementation was abandoned in ~2019 and the fork by
eyalroz is now regarded to be the goto replacement of it. So this commit
incoporates the changes needed to use this fork in QMK.

Note that pointer ptrdiff_t is always supported since commit
51c90f93a97fdaef895783ecbe24569be0db7cb8</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mpaland printf implementation was abandoned in ~2019 and the fork by
eyalroz is now regarded to be the goto replacement of it. So this commit
incoporates the changes needed to use this fork in QMK.

Note that pointer ptrdiff_t is always supported since commit
51c90f93a97fdaef895783ecbe24569be0db7cb8</pre>
</div>
</content>
</entry>
<entry>
<title>[Core] Update C standard to GNU11, C++ to GNU++14 (#17114)</title>
<updated>2022-06-05T22:47:22+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2022-06-05T22:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=e89478eb0fe582d1a30a882e278927e31c9cdcc7'/>
<id>e89478eb0fe582d1a30a882e278927e31c9cdcc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Core] Add Reboot keycode to core (#15990)</title>
<updated>2022-05-14T03:35:49+00:00</updated>
<author>
<name>Drashna Jaelre</name>
<email>drashna@live.com</email>
</author>
<published>2022-05-14T03:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=787a68948fa0d5e251e22a623071082c8c0561b1'/>
<id>787a68948fa0d5e251e22a623071082c8c0561b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose API for hardware unique ID (#16869)</title>
<updated>2022-04-18T10:51:40+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2022-04-18T10:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=b8245a550752ed3826902f63a75203c67282ace7'/>
<id>b8245a550752ed3826902f63a75203c67282ace7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
