Skip to content

Commit

Permalink
Add the 32KB serial config for A7 and A8
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed May 14, 2024
1 parent e63abc7 commit 0f2469f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions test/configs/stm32f031-32KB-serial.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Base config file for STM32F031 boards with serial on PA14/PA15
CONFIG_MACH_STM32=y
CONFIG_MACH_STM32F031=y
CONFIG_SERIAL=y
CONFIG_STM32_FLASH_START_0000=y
CONFIG_STM32_SERIAL_USART2_ALT_PA15_PA14=y
CONFIG_STM32_CLOCK_REF_INTERNAL=y
CONFIG_LOW_LEVEL_OPTIONS=y
CONFIG_WANT_GPIO_BITBANGING=y
CONFIG_WANT_DISPLAYS=n
3 changes: 2 additions & 1 deletion test/klippy/printers.test
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ DICTIONARY pru.dict host=linuxprocess.dict
CONFIG ../../config/generic-cramps.cfg
CONFIG ../../config/generic-replicape.cfg

DICTIONARY stm32f031.dict ar100=ar100.dict
# Printers using the ar100 and stm32f031-32KB
DICTIONARY stm32f031-32KB-serial.dict ar100=ar100.dict
CONFIG ../../config/generic-recore-a6.cfg
CONFIG ../../config/generic-recore-a7.cfg
CONFIG ../../config/generic-recore-a8.cfg
Expand Down

0 comments on commit 0f2469f

Please sign in to comment.