diff options
author | Luke's Lab <luke@lukeslab.online> | 2021-04-02 14:22:23 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-06-04 17:48:21 -0400 |
commit | 080b7f68ca793bde549ae2ab210d901cedf3119c (patch) | |
tree | 4df87ecaa8c6b2f0f2a91151e28aa066044e24ad /test/configs | |
parent | bd65c37ed5caac04857493518b07eda083659977 (diff) | |
download | kutter-080b7f68ca793bde549ae2ab210d901cedf3119c.tar.gz kutter-080b7f68ca793bde549ae2ab210d901cedf3119c.tar.xz kutter-080b7f68ca793bde549ae2ab210d901cedf3119c.zip |
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>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/samd51p20.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/configs/samd51p20.config b/test/configs/samd51p20.config new file mode 100644 index 00000000..09f15fa8 --- /dev/null +++ b/test/configs/samd51p20.config @@ -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 |