-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Klipper PR has been accepted, remove local patch. Small fudge to Kcon…
…fig added. Also add Rebuild version to PRETTY_NAME
- Loading branch information
1 parent
10e5863
commit 1014d69
Showing
8 changed files
with
15 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# 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_STM32_SERIAL_USART2_ALT_PA15_PA14=y | ||
CONFIG_HAVE_GPIO=y | ||
CONFIG_WANT_GPIO_BITBANGING=n | ||
CONFIG_WANT_DISPLAYS=n | ||
CONFIG_WANT_SENSORS=n | ||
CONFIG_WANT_LDC1612=n | ||
CONFIG_WANT_SOFTWARE_I2C=n |