diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-02-26 15:03:05 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-02-26 15:03:05 -0500 |
commit | 99b41229011a9a6743f5480e9276507270636eb5 (patch) | |
tree | 5f261592c752b36ab167fdf49442d0e9873c3434 /test/configs | |
parent | 28d70eaf0cf566d4d2bb4338c1ebcd5c071f3b43 (diff) | |
download | kutter-99b41229011a9a6743f5480e9276507270636eb5.tar.gz kutter-99b41229011a9a6743f5480e9276507270636eb5.tar.xz kutter-99b41229011a9a6743f5480e9276507270636eb5.zip |
test: Add compile tests for at90usb1286 and atmega1284p chips
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/at90usb1286.config | 4 | ||||
-rw-r--r-- | test/configs/atmega1284p.config | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/configs/at90usb1286.config b/test/configs/at90usb1286.config new file mode 100644 index 00000000..5a0d2a5d --- /dev/null +++ b/test/configs/at90usb1286.config @@ -0,0 +1,4 @@ +# Base config file for atmega at90usb1286 +CONFIG_MACH_AVR=y +CONFIG_MACH_at90usb1286=y +CONFIG_CLOCK_FREQ=16000000 diff --git a/test/configs/atmega1284p.config b/test/configs/atmega1284p.config new file mode 100644 index 00000000..59964978 --- /dev/null +++ b/test/configs/atmega1284p.config @@ -0,0 +1,4 @@ +# Base config file for atmega1284p +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega1284p=y +CONFIG_CLOCK_FREQ=16000000 |