<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_firmware.git/tmk_core/common, 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>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.vinkies.net/qmk_firmware.git/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>Fix build failures caused by #12947. (#15019)</title>
<updated>2021-11-02T10:18:33+00:00</updated>
<author>
<name>Nick Brassel</name>
<email>nick@tzarc.org</email>
</author>
<published>2021-11-02T10:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=0ecd4926b20b3a3240dcb29f5184853c1ec192b8'/>
<id>0ecd4926b20b3a3240dcb29f5184853c1ec192b8</id>
<content type='text'>
* Fix build failures caused by #12947. Unknown if this actually works.

* qmk format-c</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix build failures caused by #12947. Unknown if this actually works.

* qmk format-c</pre>
</div>
</content>
</entry>
<entry>
<title>core: make the full 4096 bytes of EEPROM work on Teensy 3.6 (#12947)</title>
<updated>2021-11-01T21:52:34+00:00</updated>
<author>
<name>Michael Stapelberg</name>
<email>stapelberg@users.noreply.github.com</email>
</author>
<published>2021-11-01T21:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=7f8faa429e0c0662cec34a7d60e33ca58333d6d7'/>
<id>7f8faa429e0c0662cec34a7d60e33ca58333d6d7</id>
<content type='text'>
This commit updates QMK’s copy of the the teensy3 Arduino core code with the
necessary changes to make the Teensy 3.6 work.

Aside from different values for the partitioning, HSRUN mode must be left
temporarily while using the EEPROM.

fixes https://github.com/kinx-project/kint/issues/8

related to https://github.com/kinx-project/kint/issues/10</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates QMK’s copy of the the teensy3 Arduino core code with the
necessary changes to make the Teensy 3.6 work.

Aside from different values for the partitioning, HSRUN mode must be left
temporarily while using the EEPROM.

fixes https://github.com/kinx-project/kint/issues/8

related to https://github.com/kinx-project/kint/issues/10</pre>
</div>
</content>
</entry>
<entry>
<title>Manually format develop (#15003)</title>
<updated>2021-11-01T19:18:33+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2021-11-01T19:18:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=92385e30cdad61ddfc0461b1ce1340bcb494a68a'/>
<id>92385e30cdad61ddfc0461b1ce1340bcb494a68a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relocate protocol files within tmk_core/common/ (#14972)</title>
<updated>2021-10-28T21:31:59+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2021-10-28T21:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=dcfffa7b67a072f7d9e37bd8c0029c53b61aeb0f'/>
<id>dcfffa7b67a072f7d9e37bd8c0029c53b61aeb0f</id>
<content type='text'>
* Relocate non platform files within tmk_core/common/

* clang</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Relocate non platform files within tmk_core/common/

* clang</pre>
</div>
</content>
</entry>
<entry>
<title>Split out arm_atsam shift register logic (#14848)</title>
<updated>2021-10-21T23:49:38+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2021-10-21T23:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=1b1f3ec68ee1e7abe436a46bcfedf30f21330aef'/>
<id>1b1f3ec68ee1e7abe436a46bcfedf30f21330aef</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 support for RISC-V builds and GD32VF103 MCU (#12508)</title>
<updated>2021-10-18T05:23:20+00:00</updated>
<author>
<name>Stefan Kerkmann</name>
<email>karlk90@pm.me</email>
</author>
<published>2021-10-18T05:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=e50867d52d9c255570630a23514842749b45e4c1'/>
<id>e50867d52d9c255570630a23514842749b45e4c1</id>
<content type='text'>
* Add support for RISC-V builds and GD32VF103 MCU

* Add toolchain selection in chibios.mk based on the mcu selected in
mcu_selection.mk
* Reorder and added comments to chibios.mk to have a streamlined makefile
* Add GD32VF103 mcu to possible targets for QMK.
* Add STM32 compatibility for GD32VF103 MCU, this is hacky but more efficent
  then rewriting every driver.
* Add GigaDevice DFU bootloader as flash target, please note that
  dfu-util of at least version 0.10 is needed.
* Add analog driver compatibility
* Add apa102 bitbang driver compatibility
* Add ws2812 bitbang driver compatibility
* Add eeprom in flash emulation compatibility
* Allow faster re-builds with ccache

* Add SiPeed Longan Nano to platform files

* Add SiPeed Longan Nano Onekeys

* Make quine compatible with other bootloaders

* Support builds with picolibc

* Add risc-v toolchain to arch and debian/ubuntu scripts</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support for RISC-V builds and GD32VF103 MCU

* Add toolchain selection in chibios.mk based on the mcu selected in
mcu_selection.mk
* Reorder and added comments to chibios.mk to have a streamlined makefile
* Add GD32VF103 mcu to possible targets for QMK.
* Add STM32 compatibility for GD32VF103 MCU, this is hacky but more efficent
  then rewriting every driver.
* Add GigaDevice DFU bootloader as flash target, please note that
  dfu-util of at least version 0.10 is needed.
* Add analog driver compatibility
* Add apa102 bitbang driver compatibility
* Add ws2812 bitbang driver compatibility
* Add eeprom in flash emulation compatibility
* Allow faster re-builds with ccache

* Add SiPeed Longan Nano to platform files

* Add SiPeed Longan Nano Onekeys

* Make quine compatible with other bootloaders

* Support builds with picolibc

* Add risc-v toolchain to arch and debian/ubuntu scripts</pre>
</div>
</content>
</entry>
<entry>
<title>Add HT32 support to core (#14388)</title>
<updated>2021-10-18T05:17:29+00:00</updated>
<author>
<name>bwisn</name>
<email>56162793+bwisn@users.noreply.github.com</email>
</author>
<published>2021-10-18T05:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=7e3ff206b8600265ea086040b397f1a600c4a7f3'/>
<id>7e3ff206b8600265ea086040b397f1a600c4a7f3</id>
<content type='text'>
* tmk_core: temporary fix to allow HT32 based keyboards to work without patched ChibiOS-contrib (AnnePro2)

* HT32: add spi support

Add persistent led support with eeprom (#9)

* adding HT32 support to chibios SPI master driver

update spi driver, fix bad merging with master

* HT32: fix formatting

HT32: Fix formatting: tmk_core/protocol/chibios/usb_main.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* HT32: Apply suggestions from fauxpark's code review

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* HT32: update spi driver

* ht32: apply code review suggestions, remove old workaround

Co-authored-by: tech2077 &lt;tech2077@gmail.com&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tmk_core: temporary fix to allow HT32 based keyboards to work without patched ChibiOS-contrib (AnnePro2)

* HT32: add spi support

Add persistent led support with eeprom (#9)

* adding HT32 support to chibios SPI master driver

update spi driver, fix bad merging with master

* HT32: fix formatting

HT32: Fix formatting: tmk_core/protocol/chibios/usb_main.c

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* HT32: Apply suggestions from fauxpark's code review

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* HT32: update spi driver

* ht32: apply code review suggestions, remove old workaround

Co-authored-by: tech2077 &lt;tech2077@gmail.com&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Further tidy up of STM32 eeprom emulation (#14591)</title>
<updated>2021-10-16T01:58:48+00:00</updated>
<author>
<name>Joel Challis</name>
<email>git@zvecr.com</email>
</author>
<published>2021-10-16T01:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=83e978da1fba4cfbb76dc22e05aa656dba8c1c3e'/>
<id>83e978da1fba4cfbb76dc22e05aa656dba8c1c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable eeprom with F401xE ld (#14752)</title>
<updated>2021-10-08T21:26:57+00:00</updated>
<author>
<name>Dasky</name>
<email>32983009+daskygit@users.noreply.github.com</email>
</author>
<published>2021-10-08T21:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/qmk_firmware.git/commit/?id=7b753f227ada4c44df1e991b79e03fd6b56f7e69'/>
<id>7b753f227ada4c44df1e991b79e03fd6b56f7e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
