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/ja | |
parent | c1b2e87e894c08b5d6bdd85b9e47c885fd447370 (diff) |
Add STM32G431 and STM32G474 board definitions. (#11793)
* Add STM32G431 and STM32G474 board definitions.
* Add docs.
Diffstat (limited to 'docs/ja')
-rw-r--r-- | docs/ja/compatible_microcontrollers.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ja/compatible_microcontrollers.md b/docs/ja/compatible_microcontrollers.md index 31d362d092..fdd11f14fa 100644 --- a/docs/ja/compatible_microcontrollers.md +++ b/docs/ja/compatible_microcontrollers.md @@ -31,6 +31,10 @@ QMK は十分な容量のフラッシュメモリを備えた USB 対応 AVR ま * [STM32F0x2](https://www.st.com/en/microcontrollers-microprocessors/stm32f0x2.html) * [STM32F103](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html) * [STM32F303](https://www.st.com/en/microcontrollers-microprocessors/stm32f303.html) +* [STM32F401](https://www.st.com/en/microcontrollers-microprocessors/stm32f401.html) +* [STM32F411](https://www.st.com/en/microcontrollers-microprocessors/stm32f411.html) +* [STM32G431](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x1.html) +* [STM32G474](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x4.html) ### NXP (Kinetis) |