Skip to content

Commit

Permalink
mks_robin_nano35_V2 same as mks_robin_nano35
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 3, 2020
1 parent 606d9e2 commit ad2c96d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 58 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
#elif MB(MKS_ROBIN_NANO)
#include "stm32f1/pins_MKS_ROBIN_NANO.h" // STM32F1 env:mks_robin_nano env:mks_robin_nano35
#elif MB(MKS_ROBIN_NANO_V2)
#include "stm32f1/pins_MKS_ROBIN_NANO_V2.h" // STM32F1 env:mks_robin_nano35_v2
#include "stm32f1/pins_MKS_ROBIN_NANO_V2.h" // STM32F1 env:mks_robin_nano35
#elif MB(MKS_ROBIN_LITE)
#include "stm32f1/pins_MKS_ROBIN_LITE.h" // STM32F1 env:mks_robin_lite
#elif MB(BTT_SKR_MINI_V1_1)
Expand Down
40 changes: 0 additions & 40 deletions buildroot/share/PlatformIO/scripts/mks_robin_nano35_v2.py

This file was deleted.

17 changes: 0 additions & 17 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -562,23 +562,6 @@ extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano35.py
lib_deps = ${common_stm32f1.lib_deps}
MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip

#
# MKS Robin Nano V2 (STM32F103VET6) - MKS UI (LVGL)
#
[env:mks_robin_nano35_V2]
platform = ststm32
board = genericSTM32F103VE
platform_packages = tool-stm32duino
build_flags = !python Marlin/src/HAL/STM32F1/build_flags.py
${common.build_flags} -std=gnu++14 -DHAVE_SW_SERIAL -DSS_TIMER=4
build_unflags = -std=gnu++11
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano35_v2.py
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
lib_deps = ${common.lib_deps}
SoftwareSerialM
MKS-LVGL=https://github.com/makerbase-mks/MKS-LVGL/archive/master.zip
lib_ignore = Adafruit NeoPixel, SPI

#
# MKS Robin (STM32F103ZET6)
#
Expand Down

0 comments on commit ad2c96d

Please sign in to comment.