mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:50:36 +09:00
stm32: Simplify USB/Serial/CANbus Kconfig selection
Combine the various communication options into a single "make menuconfig" menu item. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# This file contains common pin mappings for the Alfawise U30 printer.
|
||||
# To use this config, the firmware should be compiled for the
|
||||
# STM32F103. When running "make menuconfig", enable "extra low-level
|
||||
# configuration setup", select the 64KiB bootloader, disable "USB for
|
||||
# communication", and set "GPIO pins to set at micro-controller
|
||||
# startup" to "!PC4,!PD12".
|
||||
# configuration setup", select the 64KiB bootloader, serial (on USART1
|
||||
# PA10/PA9) communication, and set "GPIO pins to set at
|
||||
# micro-controller startup" to "!PC4,!PD12".
|
||||
|
||||
# The "make flash" command does not work on the Alfawise U30. Instead,
|
||||
# after running "make", copy the generated "out/klipper.bin" file to a
|
||||
|
||||
Reference in New Issue
Block a user