diff options
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 |