diff options
author | adelyser <12093019+adelyser@users.noreply.github.com> | 2022-01-29 11:31:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-29 13:31:41 -0500 |
commit | c15d38b973a56978535f36c0fe61f5f8de468248 (patch) | |
tree | 5716a9c226406e328508b8d696bc58defc1363f5 /test/configs | |
parent | 31cefe15cf4b084f8ae2d627e80cd06a3ef5ff5e (diff) | |
download | kutter-c15d38b973a56978535f36c0fe61f5f8de468248.tar.gz kutter-c15d38b973a56978535f36c0fe61f5f8de468248.tar.xz kutter-c15d38b973a56978535f36c0fe61f5f8de468248.zip |
config: Add BIQU BX printer config (#4950)
Signed-off-by: Aaron DeLyser <bluwolf@gmail.com>
Diffstat (limited to 'test/configs')
-rw-r--r-- | test/configs/stm32h743.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/configs/stm32h743.config b/test/configs/stm32h743.config new file mode 100644 index 00000000..768e79b2 --- /dev/null +++ b/test/configs/stm32h743.config @@ -0,0 +1,3 @@ +# Base config file for STM32H743 ARM processor +CONFIG_MACH_STM32=y +CONFIG_MACH_STM32H743=y |