diff options
author | Purdea Andrei <andrei@purdea.ro> | 2021-04-25 11:59:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 18:59:25 +1000 |
commit | 3f7350732c9722b87ea52eee740e587a70b8fb38 (patch) | |
tree | d8d131891ba3a0231a3d061359aa1b4966b4bf8d /docs/compatible_microcontrollers.md | |
parent | 5b1c3e360a750a6638ac363d84a6f0d0670f9a5c (diff) | |
download | qmk_firmware-3f7350732c9722b87ea52eee740e587a70b8fb38.tar.gz qmk_firmware-3f7350732c9722b87ea52eee740e587a70b8fb38.zip |
Add support for MCU = STM32F446 (#12619)
* Add support for MCU = STM32F446
* Update platforms/chibios/GENERIC_STM32_F446XE/configs/config.h
Co-authored-by: Nick Brassel <nick@tzarc.org>
* 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 <nick@tzarc.org>
Diffstat (limited to 'docs/compatible_microcontrollers.md')
-rw-r--r-- | docs/compatible_microcontrollers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/compatible_microcontrollers.md b/docs/compatible_microcontrollers.md index 47a4844e7f..5e16ab2770 100644 --- a/docs/compatible_microcontrollers.md +++ b/docs/compatible_microcontrollers.md @@ -28,6 +28,7 @@ You can also use any ARM chip with USB that [ChibiOS](https://www.chibios.org) s * [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) + * [STM32F446](https://www.st.com/en/microcontrollers-microprocessors/stm32f446.html) * [STM32G431](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x1.html) * [STM32G474](https://www.st.com/en/microcontrollers-microprocessors/stm32g4x4.html) |