diff options
author | Nick Brassel <nick@tzarc.org> | 2021-06-30 10:07:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 10:07:40 +1000 |
commit | 8bb231aa1c40a7c6b6fdd229e88ef79c3fa930e2 (patch) | |
tree | c862a6538987482a79ccef3a2296d3250006e847 /docs/compatible_microcontrollers.md | |
parent | 85965043613a0674b782cefd1ed9ccc6b9cc90a8 (diff) | |
download | qmk_firmware-8bb231aa1c40a7c6b6fdd229e88ef79c3fa930e2.tar.gz qmk_firmware-8bb231aa1c40a7c6b6fdd229e88ef79c3fa930e2.zip |
Adds support for STM32L412xB, STM32L422xB. (#13383)
* Adds support for STM32L412xB, STM32L422xB.
* Add to list of supported MCUs.
* Disable SPI1 by default.
Diffstat (limited to 'docs/compatible_microcontrollers.md')
-rw-r--r-- | docs/compatible_microcontrollers.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/compatible_microcontrollers.md b/docs/compatible_microcontrollers.md index 0f5b140de0..865b29feec 100644 --- a/docs/compatible_microcontrollers.md +++ b/docs/compatible_microcontrollers.md @@ -31,6 +31,8 @@ You can also use any ARM chip with USB that [ChibiOS](https://www.chibios.org) s * [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) + * [STM32L412](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x2.html) + * [STM32L422](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x2.html) * [STM32L433](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x3.html) * [STM32L443](https://www.st.com/en/microcontrollers-microprocessors/stm32l4x3.html) |