diff options
author | Nick Brassel <nick@tzarc.org> | 2021-02-06 11:27:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 11:27:46 +1100 |
commit | 620a946d01477b64ee2f719141aa35400c0188c6 (patch) | |
tree | 77808f4f1a79d1ec0df13088400954df81ef7396 /docs | |
parent | c1b2e87e894c08b5d6bdd85b9e47c885fd447370 (diff) | |
download | qmk_firmware-620a946d01477b64ee2f719141aa35400c0188c6.tar.gz qmk_firmware-620a946d01477b64ee2f719141aa35400c0188c6.zip |
Add STM32G431 and STM32G474 board definitions. (#11793)
* Add STM32G431 and STM32G474 board definitions.
* Add docs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/compatible_microcontrollers.md | 4 | ||||
-rw-r--r-- | docs/ja/compatible_microcontrollers.md | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/compatible_microcontrollers.md b/docs/compatible_microcontrollers.md index c1287bc33..47a4844e7 100644 --- a/docs/compatible_microcontrollers.md +++ b/docs/compatible_microcontrollers.md | |||
@@ -26,6 +26,10 @@ You can also use any ARM chip with USB that [ChibiOS](https://www.chibios.org) s | |||
26 | * [STM32F0x2](https://www.st.com/en/microcontrollers-microprocessors/stm32f0x2.html) | 26 | * [STM32F0x2](https://www.st.com/en/microcontrollers-microprocessors/stm32f0x2.html) |
27 | * [STM32F103](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html) | 27 | * [STM32F103](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html) |
28 | * [STM32F303](https://www.st.com/en/microcontrollers-microprocessors/stm32f303.html) | 28 | * [STM32F303](https://www.st.com/en/microcontrollers-microprocessors/stm32f303.html) |
29 | * [STM32F401](https://www.st.com/en/microcontrollers-microprocessors/stm32f401.html) | ||
30 | * [STM32F411](https://www.st.com/en/microcontrollers-microprocessors/stm32f411.html) | ||
31 | * [STM32G431](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x1.html) | ||
32 | * [STM32G474](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x4.html) | ||
29 | 33 | ||
30 | ### NXP (Kinetis) | 34 | ### NXP (Kinetis) |
31 | 35 | ||
diff --git a/docs/ja/compatible_microcontrollers.md b/docs/ja/compatible_microcontrollers.md index 31d362d09..fdd11f14f 100644 --- a/docs/ja/compatible_microcontrollers.md +++ b/docs/ja/compatible_microcontrollers.md | |||
@@ -31,6 +31,10 @@ QMK は十分な容量のフラッシュメモリを備えた USB 対応 AVR ま | |||
31 | * [STM32F0x2](https://www.st.com/en/microcontrollers-microprocessors/stm32f0x2.html) | 31 | * [STM32F0x2](https://www.st.com/en/microcontrollers-microprocessors/stm32f0x2.html) |
32 | * [STM32F103](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html) | 32 | * [STM32F103](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html) |
33 | * [STM32F303](https://www.st.com/en/microcontrollers-microprocessors/stm32f303.html) | 33 | * [STM32F303](https://www.st.com/en/microcontrollers-microprocessors/stm32f303.html) |
34 | * [STM32F401](https://www.st.com/en/microcontrollers-microprocessors/stm32f401.html) | ||
35 | * [STM32F411](https://www.st.com/en/microcontrollers-microprocessors/stm32f411.html) | ||
36 | * [STM32G431](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x1.html) | ||
37 | * [STM32G474](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x4.html) | ||
34 | 38 | ||
35 | ### NXP (Kinetis) | 39 | ### NXP (Kinetis) |
36 | 40 | ||