diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-04-09 19:19:51 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-04-09 19:23:55 -0400 |
commit | b5b365289c877f3186c57e8135dae8a8c7b7c491 (patch) | |
tree | d13b8917043c279a5b828a6bae1e346840b6321e /test | |
parent | 75d57372115eb70ac22d16240c5c887df8ae1da8 (diff) | |
download | kutter-b5b365289c877f3186c57e8135dae8a8c7b7c491.tar.gz kutter-b5b365289c877f3186c57e8135dae8a8c7b7c491.tar.xz kutter-b5b365289c877f3186c57e8135dae8a8c7b7c491.zip |
test: Add STM32F1 compile test case
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/stm32f1.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/configs/stm32f1.config b/test/configs/stm32f1.config new file mode 100644 index 00000000..b8b38826 --- /dev/null +++ b/test/configs/stm32f1.config @@ -0,0 +1,2 @@ +# Base config file for STM32F1 ARM processor +CONFIG_MACH_STM32F1=y |