Browse Source

Fix env:mks_robin_nano35 (#18516)

Keith Bennett 4 years ago
parent
commit
382c566a77
No account linked to committer's email address
1 changed files with 12 additions and 19 deletions
  1. 12
    19
      platformio.ini

+ 12
- 19
platformio.ini View File

553
   -DMCU_STM32F103VE -DSS_TIMER=4
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
 # MKS Robin (STM32F103ZET6)
566
 # MKS Robin (STM32F103ZET6)
557
 #
567
 #
558
 [env:mks_robin]
568
 [env:mks_robin]
628
   LiquidCrystal, LiquidTWI2, TMCStepper, U8glib-HAL, SoftwareSerialM
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
 # Malyan M200 v2 (STM32F070RB)
641
 # Malyan M200 v2 (STM32F070RB)
649
 #
642
 #
650
 [env:STM32F070RB_malyan]
643
 [env:STM32F070RB_malyan]
699
 extends       = env:chitu_f103
692
 extends       = env:chitu_f103
700
 src_filter    = ${common.default_src_filter} +<src/HAL/STM32F1>
693
 src_filter    = ${common.default_src_filter} +<src/HAL/STM32F1>
701
 lib_deps      = ${common.lib_deps}
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
 # Creality (STM32F103RET6)
699
 # Creality (STM32F103RET6)

Loading…
Cancel
Save