diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 12:36:18 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-22 12:36:18 -0400 |
commit | 541c2990c6024250a896d533ce9665271736fe61 (patch) | |
tree | 913331158afb41bbe1343ffe1b8ef349102e04c1 /test/configs/atmega328.config | |
parent | f2fbe984547c5291ee4cd9df40d4ee0f36ed1fbb (diff) | |
download | kutter-541c2990c6024250a896d533ce9665271736fe61.tar.gz kutter-541c2990c6024250a896d533ce9665271736fe61.tar.xz kutter-541c2990c6024250a896d533ce9665271736fe61.zip |
test: Rename atmega2560-16mhz.config to atmega2560.config
There's no need to include the 16mhz as basically all atmega chips are
run at 16mhz.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs/atmega328.config')
-rw-r--r-- | test/configs/atmega328.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/atmega328.config b/test/configs/atmega328.config new file mode 100644 index 00000000..b231660e --- /dev/null +++ b/test/configs/atmega328.config @@ -0,0 +1,4 @@ +# Base config file for atmega328 +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega328=y +CONFIG_CLOCK_FREQ=16000000 |