diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-29 20:00:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-29 20:00:26 -0400 |
commit | 34bf8a04c75c9dee2cacd81e3f160352f953bd6a (patch) | |
tree | 2a6a1cc71cb8a55a2c24d54fc75e788b7706d4d8 /config/generic-fysetc-cheetah-v1.2.cfg | |
parent | 00706dec21446b6e4a869dced320c931bbc08d79 (diff) | |
download | kutter-34bf8a04c75c9dee2cacd81e3f160352f953bd6a.tar.gz kutter-34bf8a04c75c9dee2cacd81e3f160352f953bd6a.tar.xz kutter-34bf8a04c75c9dee2cacd81e3f160352f953bd6a.zip |
config: Comment updates for recent "make menuconfig" updates
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-fysetc-cheetah-v1.2.cfg')
-rw-r--r-- | config/generic-fysetc-cheetah-v1.2.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/generic-fysetc-cheetah-v1.2.cfg b/config/generic-fysetc-cheetah-v1.2.cfg index 6f2a4d66..bdba31a0 100644 --- a/config/generic-fysetc-cheetah-v1.2.cfg +++ b/config/generic-fysetc-cheetah-v1.2.cfg @@ -1,7 +1,7 @@ # This file contains common pin mappings for the Fysetc Cheetah v1.2b # board. To use this config, the firmware should be compiled for the -# STM32F103 with "No bootloader" and with "Use USB for communication" -# disabled. +# STM32F103 with "No bootloader" and serial (on USART1 PA10/PA9) +# communication. # The "make flash" command does not work on the Cheetah. Instead, # after running "make", run the following command to flash the board: |