diff options
author | Alexey <stas2z@users.noreply.github.com> | 2023-04-07 19:20:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 12:20:14 -0400 |
commit | 23e82d37f14b79a164234361a01b893443b5a34d (patch) | |
tree | dae422decc5305668daa70ac891c97f913b3072f /test | |
parent | 27dab0ee517a6ab8197faa19e12c2911f67b712c (diff) | |
download | kutter-23e82d37f14b79a164234361a01b893443b5a34d.tar.gz kutter-23e82d37f14b79a164234361a01b893443b5a34d.tar.xz kutter-23e82d37f14b79a164234361a01b893443b5a34d.zip |
stm32: Add support for Nation N32G45x mcus (#6116)
N32G452/G455 are mostly compatible with STM32F103 but have M4 core and different ADC.
Signed-off-by: Alexey Golyshin <stas2z@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/klippy/printers.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/klippy/printers.test b/test/klippy/printers.test index 1e4b0e67..431bb8f5 100644 --- a/test/klippy/printers.test +++ b/test/klippy/printers.test @@ -196,6 +196,7 @@ CONFIG ../../config/printer-tronxy-xy-2-Pro-2020.cfg CONFIG ../../config/printer-twotrees-sapphire-plus-sp-5-v1-2020.cfg CONFIG ../../config/printer-twotrees-sapphire-plus-sp-5-v1.1-2021.cfg CONFIG ../../config/printer-twotrees-sapphire-pro-sp-3-2020.cfg +CONFIG ../../config/printer-voxelab-aquila-2021.cfg # Printers using the stm32f401 DICTIONARY stm32f401.dict |