mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 10:20:25 +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,15 +1,15 @@
|
||||
# This is a Klipper configuration for TronXY X5SA, with
|
||||
# CXY-V6 motherboard.
|
||||
|
||||
# This is a Klipper configuration for TronXY X5SA, with CXY-V6
|
||||
# motherboard.
|
||||
|
||||
# === FLASHING WITH STOCK BOOTLOADER ===
|
||||
# You should make firmware for STM32F103 with bootloader offset
|
||||
# at 0x8008800 (Chitu v6 Bootloader). Uncheck USB, and leave default
|
||||
# serial settings.
|
||||
#
|
||||
# Use "./scripts/update_chitu.py ./out/klipper.bin ./out/update.cbd" after make to generate update.cbd.
|
||||
# Put `update.cbd` onto SD card, and reboot the printer.
|
||||
# It will be automatically installed, and you will be able to update it this way.
|
||||
# at 0x8008800 (Chitu v6 Bootloader) and serial (on USART1 PA10/PA9)
|
||||
# communication.
|
||||
|
||||
# Use "./scripts/update_chitu.py ./out/klipper.bin ./out/update.cbd"
|
||||
# after make to generate update.cbd. Put `update.cbd` onto SD card,
|
||||
# and reboot the printer. It will be automatically installed, and you
|
||||
# will be able to update it this way.
|
||||
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
|
||||
|
||||
Reference in New Issue
Block a user