diff options
author | Manuel Fichtner <47699362+Crykor90@users.noreply.github.com> | 2021-10-11 22:26:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 16:26:14 -0400 |
commit | 5d52a3b19fecaaacc50221e137a56458cf0f9c4e (patch) | |
tree | 68f6e113d70f9d596bd99158718fdfbcc046f2cc /src | |
parent | 64e464987772059314a46d67b86aaeb51a0f3a40 (diff) | |
download | kutter-5d52a3b19fecaaacc50221e137a56458cf0f9c4e.tar.gz kutter-5d52a3b19fecaaacc50221e137a56458cf0f9c4e.tar.xz kutter-5d52a3b19fecaaacc50221e137a56458cf0f9c4e.zip |
config: Anycubic Vyper (#4740)
This commit contains a configuration for the Anycubic Vyper printer from 2021.
It uses a clone of the STM32F103 chip named GD32F103.
There are 2 Mainboard versions out there v0.0.5 and v0.0.6, this config has
been tested with the v0.0.6 only. It should probably work for v0.0.5 as well
since there are no different changes in the Anycubic Marlin firmware.
The LCD is not supported yet (might work, but didn't try yet).
Signed-off-by: Marc Neuhaus <marc@neuhaus.nrw>
Signed-off-by: Manuel Fichtner <manuel.fichtner@me.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/stm32/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index ecb6a0e1..26b36d0a 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -158,7 +158,7 @@ choice config STM32_FLASH_START_7000 bool "28KiB bootloader" if MACH_STM32F103 config STM32_FLASH_START_8000 - bool "32KiB bootloader" if MACH_STM32F207 || MACH_STM32F4x5 || MACH_STM32F446 + bool "32KiB bootloader" if MACH_STM32F103 || MACH_STM32F207 || MACH_STM32F4x5 || MACH_STM32F446 config STM32_FLASH_START_8800 bool "34KiB bootloader (Chitu v6 Bootloader)" if MACH_STM32F103 config STM32_FLASH_START_20200 |