mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 16:40:37 +09:00
test: Add compile tests for at90usb1286 and atmega1284p chips
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
4
test/configs/at90usb1286.config
Normal file
4
test/configs/at90usb1286.config
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Base config file for atmega at90usb1286
|
||||||
|
CONFIG_MACH_AVR=y
|
||||||
|
CONFIG_MACH_at90usb1286=y
|
||||||
|
CONFIG_CLOCK_FREQ=16000000
|
||||||
4
test/configs/atmega1284p.config
Normal file
4
test/configs/atmega1284p.config
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Base config file for atmega1284p
|
||||||
|
CONFIG_MACH_AVR=y
|
||||||
|
CONFIG_MACH_atmega1284p=y
|
||||||
|
CONFIG_CLOCK_FREQ=16000000
|
||||||
Reference in New Issue
Block a user