diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-30 20:14:07 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-31 11:02:44 -0400 |
commit | 5e2c60bd6775cd2184a0f1e25ace7aa07a027142 (patch) | |
tree | a0fdd81b06ff96f4661502732a8320e8efc40f5c /test/configs | |
parent | 1b454c094367ddeb74936b8fc5095cca9992dda4 (diff) | |
download | kutter-5e2c60bd6775cd2184a0f1e25ace7aa07a027142.tar.gz kutter-5e2c60bd6775cd2184a0f1e25ace7aa07a027142.tar.xz kutter-5e2c60bd6775cd2184a0f1e25ace7aa07a027142.zip |
config: Add example config files for the Fysetc Cheetah boards
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/stm32f1-serial.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/stm32f1-serial.config b/test/configs/stm32f1-serial.config new file mode 100644 index 00000000..a1ae2580 --- /dev/null +++ b/test/configs/stm32f1-serial.config @@ -0,0 +1,4 @@ +# Base config file for STM32F1 ARM processor using serial communication +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F103=y +CONFIG_USBSERIAL=n |