diff options
Diffstat (limited to 'test/configs/atmega2560-16mhz.config')
-rw-r--r-- | test/configs/atmega2560-16mhz.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/atmega2560-16mhz.config b/test/configs/atmega2560-16mhz.config new file mode 100644 index 00000000..ec4d6cde --- /dev/null +++ b/test/configs/atmega2560-16mhz.config @@ -0,0 +1,4 @@ +# Base config file for atmega2560 +CONFIG_MACH_AVR=y +CONFIG_MACH_atmega2560=y +CONFIG_CLOCK_FREQ=16000000 |