diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-18 13:20:54 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-18 13:33:33 -0400 |
commit | 1eddc0fd907fb7f28e0b4537494e711f7ac1cac4 (patch) | |
tree | c3390bc4c024e231e9cb271231b91b3e232612ad /config/generic-bigtreetech-skr-e3-dip.cfg | |
parent | c8dc3afc235d9190591056a852f7ff4996c41c54 (diff) | |
download | kutter-1eddc0fd907fb7f28e0b4537494e711f7ac1cac4.tar.gz kutter-1eddc0fd907fb7f28e0b4537494e711f7ac1cac4.tar.xz kutter-1eddc0fd907fb7f28e0b4537494e711f7ac1cac4.zip |
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>
Diffstat (limited to 'config/generic-bigtreetech-skr-e3-dip.cfg')
-rw-r--r-- | config/generic-bigtreetech-skr-e3-dip.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/generic-bigtreetech-skr-e3-dip.cfg b/config/generic-bigtreetech-skr-e3-dip.cfg index 985b99fd..01655d4f 100644 --- a/config/generic-bigtreetech-skr-e3-dip.cfg +++ b/config/generic-bigtreetech-skr-e3-dip.cfg @@ -1,8 +1,8 @@ # This file contains common pin mappings for the BIGTREETECH SKR E3 # DIP. To use this config, the firmware should be compiled for the -# STM32F103 with a "28KiB bootloader". Also, select "Enable extra -# low-level configuration options" and configure "GPIO pins to set at -# micro-controller startup" to "!PC13". +# STM32F103 with a "28KiB bootloader" and USB communication. Also, +# select "Enable extra low-level configuration options" and configure +# "GPIO pins to set at micro-controller startup" to "!PC13". # The "make flash" command does not work on the SKR E3 DIP. Instead, # after running "make", copy the generated "out/klipper.bin" file to a |