diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 23:19:06 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 23:29:32 -0500 |
commit | 6e020123c61b0829e1ba0cb3e4302f3ff4a553ee (patch) | |
tree | b4c3923698cec6757c9c8893ca64778d458a8c67 /test/configs | |
parent | 196210cad2b0ea6f2b88c559fcca321134546e7c (diff) | |
download | kutter-6e020123c61b0829e1ba0cb3e4302f3ff4a553ee.tar.gz kutter-6e020123c61b0829e1ba0cb3e4302f3ff4a553ee.tar.xz kutter-6e020123c61b0829e1ba0cb3e4302f3ff4a553ee.zip |
test: Add printer-monoprice-mini-delta-2017.cfg to printers.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/stm32f070.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/configs/stm32f070.config b/test/configs/stm32f070.config new file mode 100644 index 00000000..61320834 --- /dev/null +++ b/test/configs/stm32f070.config @@ -0,0 +1,3 @@ +# Base config file for STM32F070 ARM processor +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32F070=y |