diff options
author | JamesH1978 <87171443+JamesH1978@users.noreply.github.com> | 2023-09-10 19:52:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-10 13:52:33 -0400 |
commit | 5f58fe7484065edb18227a0987c13f0f8753679f (patch) | |
tree | 477d3fa1a95bbbc73abe2ccd32556b39dc744453 /test/configs | |
parent | 5f990f93d533247d3a675e8c423280f4333ad8ce (diff) | |
download | kutter-5f58fe7484065edb18227a0987c13f0f8753679f.tar.gz kutter-5f58fe7484065edb18227a0987c13f0f8753679f.tar.xz kutter-5f58fe7484065edb18227a0987c13f0f8753679f.zip |
config: Add HC32F460 variant of Ender 2 Pro (#6334)
PR to add the newer version of the Ender 2 Pro with the CR-FDM-v2.5.54.170 motherboard with the HC3232F460 chip.
Confirmed as working with discord member NyftHeart and using configs from Steve Gotthardt, with his permission to use and submit.
Signed-off-by: James Hartley <james@hartleyns.com>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/hc32f460-serial-PA7PA8.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/configs/hc32f460-serial-PA7PA8.config b/test/configs/hc32f460-serial-PA7PA8.config new file mode 100644 index 00000000..7fdbc17b --- /dev/null +++ b/test/configs/hc32f460-serial-PA7PA8.config @@ -0,0 +1,3 @@ +# Base config file for boards using HC32F460 +CONFIG_MACH_HC32F460=y +CONFIG_HC32F460_SERIAL_PA7_PA8=y |