Skip to content

Commit

Permalink
No mks_robin extra_scripts in Trigorilla build (MarlinFirmware#18872)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNitek authored and walterp1982 committed Aug 15, 2022
1 parent 1b33ee5 commit f967358
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -513,15 +513,32 @@ monitor_speed = 250000
# MKS Robin Pro (STM32F103ZET6)
#
[env:mks_robin_pro]
platform = ststm32@<6.2.0
board = genericSTM32F103ZE
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_pro.py
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
${common.build_flags} -std=gnu++14 -DSTM32_XL_DENSITY
build_unflags = -std=gnu++11
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
lib_deps = ${common.lib_deps}
lib_ignore = Adafruit NeoPixel, SPI, TMCStepper
platform = ${common_stm32f1.platform}
extends = env:mks_robin
extra_scripts = ${common.extra_scripts}
buildroot/share/PlatformIO/scripts/mks_robin_pro.py


#
# TRIGORILLA PRO (STM32F103ZET6)
#
[env:trigorilla_pro]
platform = ${common_stm32f1.platform}
extends = env:mks_robin

#
# MKS Robin E3D (STM32F103RCT6) and
# MKS Robin E3 with TMC2209
#
[env:mks_robin_e3]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103RC
platform_packages = tool-stm32duino
extra_scripts = ${common.extra_scripts}
buildroot/share/PlatformIO/scripts/mks_robin_e3.py
build_flags = ${common_stm32f1.build_flags}
-DDEBUG_LEVEL=0 -DSS_TIMER=4

#
# MKS Robin Lite/Lite2 (STM32F103RCT6)
Expand Down

0 comments on commit f967358

Please sign in to comment.