mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-10 16:27:55 -06:00
config: Add generic-duet3-mini.cfg
Adds Duet3 Mini Config with support for expansion header Signed-off-by: Luke Ashley <Luke@Lukeslab.online> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
bd65c37ed5
commit
080b7f68ca
3 changed files with 156 additions and 0 deletions
4
test/configs/samd51p20.config
Normal file
4
test/configs/samd51p20.config
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Base config file for Atmel SAMD51P20 ARM processor
|
||||
CONFIG_MACH_ATSAMD=y
|
||||
CONFIG_MACH_SAMD51P20=y
|
||||
CONFIG_CLOCK_REF_X25M=y
|
|
@ -107,6 +107,10 @@ DICTIONARY sam4e8e.dict
|
|||
CONFIG ../../config/generic-duet2.cfg
|
||||
CONFIG ../../config/generic-duet2-duex.cfg
|
||||
|
||||
# Printers using the samd51
|
||||
DICTIONARY samd51p20.dict
|
||||
CONFIG ../../config/generic-duet3-mini.cfg
|
||||
|
||||
# Printers using the lpc176x
|
||||
DICTIONARY lpc176x.dict
|
||||
CONFIG ../../config/generic-azteeg-x5-mini-v3.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue