Skip to content

Commit

Permalink
Use alt serial port
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed May 14, 2024
1 parent 83403ba commit b272cb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/configs/stm32f031.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Base config file for STM32F031 boards
CONFIG_MACH_STM32=y
CONFIG_MACH_STM32F031=y
CONFIG_STM32_SERIAL_USART2_ALT_PA15_PA14=y
CONFIG_WANT_GPIO_BITBANGING=n
CONFIG_WANT_DISPLAYS=n
7 changes: 5 additions & 2 deletions test/klippy/printers.test
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,12 @@ DICTIONARY pru.dict host=linuxprocess.dict
CONFIG ../../config/generic-cramps.cfg
CONFIG ../../config/generic-replicape.cfg

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

# Printers using the ar100 and stm32f031x6
DICTIONARY stm32f031x6.dict ar100=ar100.dict
CONFIG ../../config/generic-recore-a7.cfg
CONFIG ../../config/generic-recore-a8.cfg

Expand Down

0 comments on commit b272cb4

Please sign in to comment.