diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-10-13 11:32:43 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-10-13 11:32:43 -0400 |
commit | eb9cda91b505e53a895f3aa58b13648401abfe0a (patch) | |
tree | 32d59473c80830a153064ba34a352c0083810db5 /config/generic-duet3-mini.cfg | |
parent | 4b77f29c1b20d5fdac577c557699e0b20f78d799 (diff) | |
download | kutter-eb9cda91b505e53a895f3aa58b13648401abfe0a.tar.gz kutter-eb9cda91b505e53a895f3aa58b13648401abfe0a.tar.xz kutter-eb9cda91b505e53a895f3aa58b13648401abfe0a.zip |
config: Update duet3 mini config to recommend compiling for SAME54P20
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-duet3-mini.cfg')
-rw-r--r-- | config/generic-duet3-mini.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/generic-duet3-mini.cfg b/config/generic-duet3-mini.cfg index 452da742..cc6ed1f5 100644 --- a/config/generic-duet3-mini.cfg +++ b/config/generic-duet3-mini.cfg @@ -1,6 +1,6 @@ # This file contains common pin mappings for the Duet3 Mini 5+. To use -# this config, the firmware should be compiled for the ATSAMD51P20 -# with a "25Mhz crystal", "16KiB bootloader", and USB communication. +# this config, the firmware should be compiled for the SAME54P20 with +# a "25Mhz crystal", "16KiB bootloader", and USB communication. # To flash the board, double tap the board's reset button to enter the # bootloader and then run: make flash FLASH_DEVICE=/dev/ttyACM0 |