diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-12-12 21:45:58 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-12-15 09:50:01 -0500 |
commit | f6199ef61360c06a29aba48bdb3b6e8f44a8b301 (patch) | |
tree | 90229ad443426a713eb0372a8f4a44384d43efca /config/generic-bigtreetech-octopus.cfg | |
parent | fe0fc2961688588b0a4d6ad7783df961903bc736 (diff) | |
download | kutter-f6199ef61360c06a29aba48bdb3b6e8f44a8b301.tar.gz kutter-f6199ef61360c06a29aba48bdb3b6e8f44a8b301.tar.xz kutter-f6199ef61360c06a29aba48bdb3b6e8f44a8b301.zip |
config: Update generic-bigtreetech-octopus.cfg for f429 and h723 chips
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/generic-bigtreetech-octopus.cfg')
-rw-r--r-- | config/generic-bigtreetech-octopus.cfg | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config/generic-bigtreetech-octopus.cfg b/config/generic-bigtreetech-octopus.cfg index d8deb0da..73bd584c 100644 --- a/config/generic-bigtreetech-octopus.cfg +++ b/config/generic-bigtreetech-octopus.cfg @@ -1,6 +1,12 @@ -# This file contains common pin mappings for the BigTreeTech Octopus. -# To use this config, the firmware should be compiled for the -# STM32F446 with a "32KiB bootloader" and a "12MHz crystal" clock reference. +# This file contains common pin mappings for the BigTreeTech Octopus +# and Octopus Pro boards. To use this config, start by identifying the +# micro-controller on the board - it may be an STM32F446, STM32F429, +# or an STM32H723. Select the appropriate micro-controller in "make +# menuconfig" and select "Enable low-level configuration options". For +# STM32F446 boards the firmware should be compiled with a "32KiB +# bootloader" and a "12MHz crystal" clock reference. For STM32F429 +# boards use a "32KiB bootloader" and an "8MHz crystal". For STM32H723 +# boards use a "128KiB bootloader" and a "25Mhz crystal". # See docs/Config_Reference.md for a description of parameters. |