mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-10 07:15:10 -06:00
stm32: STM32F031 updates (#6607)
Add support for STM32F031x6 which is the 32 KB version of the STM32F031 MCU. Add new I2C bus variant. Signed-off by: Elias Bakken <elias@iagent.no>
This commit is contained in:
parent
b6a0063235
commit
3078912f1d
3 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
|||
# Base config file for STM32F031 boards
|
||||
# Base config file for STM32F031x4 (16KB) boards with serial on PA14/PA15
|
||||
CONFIG_MACH_STM32=y
|
||||
CONFIG_MACH_STM32F031=y
|
||||
CONFIG_WANT_GPIO_BITBANGING=n
|
||||
CONFIG_LOW_LEVEL_OPTIONS=y
|
||||
CONFIG_STM32_SERIAL_USART2_ALT_PA15_PA14=y
|
||||
CONFIG_STM32_CLOCK_REF_INTERNAL=y
|
||||
CONFIG_STM32_FLASH_START_0000=y
|
||||
CONFIG_WANT_DISPLAYS=n
|
||||
CONFIG_WANT_GPIO_BITBANGING=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue