diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-12-20 11:02:29 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-12-20 11:09:20 -0500 |
commit | a5cb74d58d0717a632197f54261e0d632b85e031 (patch) | |
tree | 3f35c6703066cf06288fb5b6ffb3616f0ba254e1 /test/configs | |
parent | e4dac1039d82c7bcc7bdce20a7ba603eb117a905 (diff) | |
download | kutter-a5cb74d58d0717a632197f54261e0d632b85e031.tar.gz kutter-a5cb74d58d0717a632197f54261e0d632b85e031.tar.xz kutter-a5cb74d58d0717a632197f54261e0d632b85e031.zip |
config: Add a generic-minitronics1.cfg example config file
Information provided by @BKLronin.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/atmega1280.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/atmega1280.config b/test/configs/atmega1280.config new file mode 100644 index 00000000..a3e688f9 --- /dev/null +++ b/test/configs/atmega1280.config @@ -0,0 +1,4 @@ +# Base config file for atmega1280 +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega1280=y +CONFIG_CLOCK_FREQ=16000000 |