diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-06-08 11:05:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-06-08 12:59:30 -0400 |
commit | 6ce2bd61cc0f3af769692811d73814a756fdda0c (patch) | |
tree | 7ae0cb2c534f734a0725eb83d12507e364df335b /test/configs | |
parent | 15d302901f356c5041bb952c2d9a5f56610be658 (diff) | |
download | kutter-6ce2bd61cc0f3af769692811d73814a756fdda0c.tar.gz kutter-6ce2bd61cc0f3af769692811d73814a756fdda0c.tar.xz kutter-6ce2bd61cc0f3af769692811d73814a756fdda0c.zip |
test: Add stm32f042 regression build test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/stm32f042.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/stm32f042.config b/test/configs/stm32f042.config new file mode 100644 index 00000000..85338f2e --- /dev/null +++ b/test/configs/stm32f042.config @@ -0,0 +1,4 @@ +# Base config file for STM32F042 ARM processor +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F042=y +CONFIG_WANT_SOFTWARE_I2C=n |