diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-08-07 00:13:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-08-07 00:14:16 -0400 |
commit | 2eaf3510abe75a047437ee53060b7b1394a06d5b (patch) | |
tree | 72e772fdf65d3c079d955413b28cbf87c8c74745 /test | |
parent | a5d27c55e1b03e1ea2ce44368edd04e1af7ffd22 (diff) | |
download | kutter-2eaf3510abe75a047437ee53060b7b1394a06d5b.tar.gz kutter-2eaf3510abe75a047437ee53060b7b1394a06d5b.tar.xz kutter-2eaf3510abe75a047437ee53060b7b1394a06d5b.zip |
test: Add SAMD21 compile test case
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/samd21.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/configs/samd21.config b/test/configs/samd21.config new file mode 100644 index 00000000..f40da125 --- /dev/null +++ b/test/configs/samd21.config @@ -0,0 +1,2 @@ +# Base config file for SAMD21 boards +CONFIG_MACH_SAMD21=y |