From 754a67af4e0286b9b4ce43716c420618bbfdf172 Mon Sep 17 00:00:00 2001 From: JamesH1978 <87171443+JamesH1978@users.noreply.github.com> Date: Fri, 7 Apr 2023 18:05:55 +0100 Subject: [PATCH] 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 --- config/generic-bigtreetech-skr-3.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.