<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/docs/ja/compatible_microcontrollers.md, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2024-05-30T02:00:41+00:00</updated>
<entry>
<title>Vitepress conversion of docs. (#23795)</title>
<updated>2024-05-30T02:00:41+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2024-05-30T02:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=6ef97172889ccd5db376b2a9f8825489e24fdac4'/>
<id>urn:sha1:6ef97172889ccd5db376b2a9f8825489e24fdac4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial pass of F405 support (#14584)</title>
<updated>2021-09-24T23:19:41+00:00</updated>
<author>
<name>Joel Challis</name>
</author>
<published>2021-09-24T23:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=3a2a39e5ecd43756b5df5e382bd02d9f41061c78'/>
<id>urn:sha1:3a2a39e5ecd43756b5df5e382bd02d9f41061c78</id>
<content type='text'>
* Initial pass of F405 support

* remove some conf files

* docs

* clang</content>
</entry>
<entry>
<title>update compatible_microcontrollers.md translation (#14401)</title>
<updated>2021-09-12T07:08:22+00:00</updated>
<author>
<name>umi</name>
</author>
<published>2021-09-12T07:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=10362777a56194bf830f144d893fbd2ade2c174e'/>
<id>urn:sha1:10362777a56194bf830f144d893fbd2ade2c174e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for STM32F407x MCUs. (#13718)</title>
<updated>2021-08-08T20:52:13+00:00</updated>
<author>
<name>thpoll83</name>
</author>
<published>2021-08-08T20:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=b43c6bc176dcd612ae14f9819a171abe286e92bc'/>
<id>urn:sha1:b43c6bc176dcd612ae14f9819a171abe286e92bc</id>
<content type='text'>
* Add support for STM32F407x MCUs.

* Removing STMF407 MCU variation

* Update quantum/mcu_selection.mk

Remove options for dfu flashing

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* DISABLE STM32_USB_USE_OTG1

* Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h

Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;

* Update platforms/chibios/GENERIC_STM32_F407XE/configs/mcuconf.h

Co-authored-by: thomas.pollak &lt;thomas.pollak@dynatrace.com&gt;
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;
Co-authored-by: Drashna Jaelre &lt;drashna@live.com&gt;
Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
</entry>
<entry>
<title>Adds support for STM32L412xB, STM32L422xB. (#13383)</title>
<updated>2021-06-30T00:07:40+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2021-06-30T00:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=8bb231aa1c40a7c6b6fdd229e88ef79c3fa930e2'/>
<id>urn:sha1:8bb231aa1c40a7c6b6fdd229e88ef79c3fa930e2</id>
<content type='text'>
* Adds support for STM32L412xB, STM32L422xB.

* Add to list of supported MCUs.

* Disable SPI1 by default.</content>
</entry>
<entry>
<title>Add STM32L433 and L443 support (#12063)</title>
<updated>2021-04-26T03:07:15+00:00</updated>
<author>
<name>Xelus22</name>
</author>
<published>2021-04-26T03:07:15+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=9cf82fae9566c68ea2ffcb120375868f27f94ecf'/>
<id>urn:sha1:9cf82fae9566c68ea2ffcb120375868f27f94ecf</id>
<content type='text'>
* initial L433 commit

* change to XC

* fix L433

* disable all peripherals

* update system and peripheral clocks

* 433 change

* use its own board  files

* revert its own board files

* l433 specific change

* fix stm32l432xx define

* remove duplicate #define

* fix bootloader jump

* move to L443xx and add i2c2, spi2, usart3 to mcuconf.h

* move to L443

* move to L443

* fix sdmmc in mcuconf.h

* include STM32L443

* add L443

* Include L443 in compatible microcontrollers

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;

* Include L443 in compatible microcontrollers

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;

* Update config bootloader jump description

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;

* Update ChibiOS define reasoning

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;

* Update quantum/mcu_selection.mk

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;

* fix git conflict

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
</entry>
<entry>
<title>Add support for MCU = STM32F446 (#12619)</title>
<updated>2021-04-25T08:59:25+00:00</updated>
<author>
<name>Purdea Andrei</name>
</author>
<published>2021-04-25T08:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=3f7350732c9722b87ea52eee740e587a70b8fb38'/>
<id>urn:sha1:3f7350732c9722b87ea52eee740e587a70b8fb38</id>
<content type='text'>
* Add support for MCU = STM32F446

* Update platforms/chibios/GENERIC_STM32_F446XE/configs/config.h

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;

* Restore mcuconf.h to the one used by RT-STM32F446RE-NUCLEO64

* stm32f446: update mcuconf.h and board.h for 16MHz operation, with USB enabled, and other peripherals disabled.

Co-authored-by: Nick Brassel &lt;nick@tzarc.org&gt;</content>
</entry>
<entry>
<title>Add STM32G431 and STM32G474 board definitions. (#11793)</title>
<updated>2021-02-06T00:27:46+00:00</updated>
<author>
<name>Nick Brassel</name>
</author>
<published>2021-02-06T00:27:46+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=620a946d01477b64ee2f719141aa35400c0188c6'/>
<id>urn:sha1:620a946d01477b64ee2f719141aa35400c0188c6</id>
<content type='text'>
* Add STM32G431 and STM32G474 board definitions.

* Add docs.</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into develop</title>
<updated>2021-01-30T11:01:46+00:00</updated>
<author>
<name>QMK Bot</name>
</author>
<published>2021-01-30T11:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=a0e733391532490a216da044efb40451f67774f2'/>
<id>urn:sha1:a0e733391532490a216da044efb40451f67774f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Docs] Use HTTPS for images and links where possible (#11695)</title>
<updated>2021-01-30T11:00:56+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2021-01-30T11:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d'/>
<id>urn:sha1:92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d</id>
<content type='text'>
</content>
</entry>
</feed>
