diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2023-04-07 18:05:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 13:05:55 -0400 |
commit | 754a67af4e0286b9b4ce43716c420618bbfdf172 (patch) | |
tree | 6abb5912ba073cdfe8eb06868a3c3de27139d17c | |
parent | 8850084fcf001c496d160985999a76f74a13ef44 (diff) | |
download | kutter-754a67af4e0286b9b4ce43716c420618bbfdf172.tar.gz kutter-754a67af4e0286b9b4ce43716c420618bbfdf172.tar.xz kutter-754a67af4e0286b9b4ce43716c420618bbfdf172.zip |
config: SKR3, update for second chip choice (#6153)
As found on the discord by user Qtin, this board now ships with one of STM32H743 or STM32H723
Example config updated to reflect this. This has been tested on the users board. To note, the H743
bin will flash to the H723 chip, but will not work.
Signed-off-by: James Hartley <james@hartleyns.com>
-rw-r--r-- | config/generic-bigtreetech-skr-3.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/generic-bigtreetech-skr-3.cfg b/config/generic-bigtreetech-skr-3.cfg index c769ae03..97570cd5 100644 --- a/config/generic-bigtreetech-skr-3.cfg +++ b/config/generic-bigtreetech-skr-3.cfg @@ -1,6 +1,8 @@ # This file contains common pin mappings for the BigTreeTech SKR 3. +# This board can ship with one of two chips, STM32H743 or STM32H723. # To use this config, during "make menuconfig" enable "low-level -# options", "STM32H743", "128KiB bootloader", and "25MHz clock". +# options", "STM32H743" or "STM32H723", "128KiB bootloader", +# and "25MHz clock". # See docs/Config_Reference.md for a description of parameters. |