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/printer-twotrees-sapphire-plus-2020.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/printer-twotrees-sapphire-plus-2020.cfg')
-rw-r--r-- | config/printer-twotrees-sapphire-plus-2020.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/printer-twotrees-sapphire-plus-2020.cfg b/config/printer-twotrees-sapphire-plus-2020.cfg index 5212610d..9193ab56 100644 --- a/config/printer-twotrees-sapphire-plus-2020.cfg +++ b/config/printer-twotrees-sapphire-plus-2020.cfg @@ -5,8 +5,7 @@ # When running "make menuconfig" you have to: # - enable "extra low-level configuration setup", # - select the 28KiB bootloader, -# - disable "USB for communication" -# - select USART3 for the "Serial Port" +# - select serial (on USART3 PB11/PB10) communication # - set "GPIO pins to set at micro-controller startup" to "!PC6,!PD13" # Note that the "make flash" command does not work with the Sapphire |