mirror of https://github.com/Desuuuu/klipper.git
test: Add compile tests for at90usb1286 and atmega1284p chips
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
28d70eaf0c
commit
99b4122901
|
@ -0,0 +1,4 @@
|
||||||
|
# Base config file for atmega at90usb1286
|
||||||
|
CONFIG_MACH_AVR=y
|
||||||
|
CONFIG_MACH_at90usb1286=y
|
||||||
|
CONFIG_CLOCK_FREQ=16000000
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Base config file for atmega1284p
|
||||||
|
CONFIG_MACH_AVR=y
|
||||||
|
CONFIG_MACH_atmega1284p=y
|
||||||
|
CONFIG_CLOCK_FREQ=16000000
|
Loading…
Reference in New Issue