|
@@ -553,6 +553,16 @@ build_flags = ${common_stm32f1.build_flags}
|
553
|
553
|
-DMCU_STM32F103VE -DSS_TIMER=4
|
554
|
554
|
|
555
|
555
|
#
|
|
556
|
+# MKS Robin Nano (STM32F103VET6) - MKS UI (LVGL)
|
|
557
|
+#
|
|
558
|
+[env:mks_robin_nano35]
|
|
559
|
+platform = ${common_stm32f1.platform}
|
|
560
|
+extends = env:mks_robin_nano
|
|
561
|
+extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano35.py
|
|
562
|
+lib_deps = ${common_stm32f1.lib_deps}
|
|
563
|
+ MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
|
|
564
|
+
|
|
565
|
+#
|
556
|
566
|
# MKS Robin (STM32F103ZET6)
|
557
|
567
|
#
|
558
|
568
|
[env:mks_robin]
|
|
@@ -628,23 +638,6 @@ lib_ignore = ${common_stm32f1.lib_ignore}
|
628
|
638
|
LiquidCrystal, LiquidTWI2, TMCStepper, U8glib-HAL, SoftwareSerialM
|
629
|
639
|
|
630
|
640
|
#
|
631
|
|
-# MKS Robin Nano (STM32F103VET6) - MKS UI (LVGL)
|
632
|
|
-#
|
633
|
|
-[env:mks_robin_nano35]
|
634
|
|
-platform = ststm32
|
635
|
|
-board = genericSTM32F103VE
|
636
|
|
-platform_packages = tool-stm32duino
|
637
|
|
-build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
|
638
|
|
- ${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
|
639
|
|
-build_unflags = -std=gnu++11
|
640
|
|
-extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano35.py
|
641
|
|
-src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
642
|
|
-lib_deps = ${common.lib_deps}
|
643
|
|
- SoftwareSerialM
|
644
|
|
- MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
|
645
|
|
-lib_ignore = Adafruit NeoPixel, SPI
|
646
|
|
-
|
647
|
|
-#
|
648
|
641
|
# Malyan M200 v2 (STM32F070RB)
|
649
|
642
|
#
|
650
|
643
|
[env:STM32F070RB_malyan]
|
|
@@ -699,8 +692,8 @@ platform = ${common_stm32f1.platform}
|
699
|
692
|
extends = env:chitu_f103
|
700
|
693
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
701
|
694
|
lib_deps = ${common.lib_deps}
|
702
|
|
- SoftwareSerialM
|
703
|
|
- MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
|
|
695
|
+ SoftwareSerialM
|
|
696
|
+ MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
|
704
|
697
|
|
705
|
698
|
#
|
706
|
699
|
# Creality (STM32F103RET6)
|