diff options
author | kluoyun <2339883671@qq.com> | 2022-05-14 22:36:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 10:36:10 -0400 |
commit | defce1123588b3c040bed0e88baf47a99c78b8dd (patch) | |
tree | 9a5f1f0499e55690650e80d2340b5c2c82d9d25d /test/configs | |
parent | 9c45f53b24754fb92e03836e22796d06ab1e9825 (diff) | |
download | kutter-defce1123588b3c040bed0e88baf47a99c78b8dd.tar.gz kutter-defce1123588b3c040bed0e88baf47a99c78b8dd.tar.xz kutter-defce1123588b3c040bed0e88baf47a99c78b8dd.zip |
config:Create configuration file for Fly-Gemini-v1 motherboard (#5474)
Create configuration file for Fly-Gemini-v1 motherboard
Add stm32f405 and generic-mellow-fly-gemini-v1.cfg to test cases
Signed-off-by: Xiaokui Zhao <xiaok@zxkxz.cn>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/stm32f405.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/configs/stm32f405.config b/test/configs/stm32f405.config new file mode 100644 index 00000000..bd99c762 --- /dev/null +++ b/test/configs/stm32f405.config @@ -0,0 +1,3 @@ +# Base config file for STM32F405 ARM processor +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F405=y |