diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 23:25:24 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 23:29:32 -0500 |
commit | fe76fbe820547ee093d4c6a5c6701b00548014da (patch) | |
tree | 982c17af3aad996b26ac31ef0f270f6e5d03bf90 /test/configs | |
parent | 6e020123c61b0829e1ba0cb3e4302f3ff4a553ee (diff) | |
download | kutter-fe76fbe820547ee093d4c6a5c6701b00548014da.tar.gz kutter-fe76fbe820547ee093d4c6a5c6701b00548014da.tar.xz kutter-fe76fbe820547ee093d4c6a5c6701b00548014da.zip |
test: Add generic-simulavr.cfg to printers.test
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/atmega644p.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/atmega644p.config b/test/configs/atmega644p.config new file mode 100644 index 00000000..1dd6fa0f --- /dev/null +++ b/test/configs/atmega644p.config @@ -0,0 +1,4 @@ +# Base config file for atmega644p +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega644p=y +CONFIG_CLOCK_FREQ=16000000 |