diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-05-08 12:29:05 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-05-25 11:52:13 -0400 |
commit | 141bd0ce9b1328125a5cc7497a90e52238b0065d (patch) | |
tree | 075052572088822054571bfb1fdfe70aaace3aa1 | |
parent | c78b90767f19c9e8510c3155b89fb7ad64ca3c54 (diff) | |
download | kutter-141bd0ce9b1328125a5cc7497a90e52238b0065d.tar.gz kutter-141bd0ce9b1328125a5cc7497a90e52238b0065d.tar.xz kutter-141bd0ce9b1328125a5cc7497a90e52238b0065d.zip |
test: Add LPC176x compile test case
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | test/configs/lpc176x.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/configs/lpc176x.config b/test/configs/lpc176x.config new file mode 100644 index 00000000..6432382e --- /dev/null +++ b/test/configs/lpc176x.config @@ -0,0 +1,2 @@ +# Base config file for LPC176x boards +CONFIG_MACH_LPC176X=y |