mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 21:36:21 +00:00
🔨 Encrypt some MKS Robin (#25349)
This commit is contained in:
parent
1748abde0a
commit
9d56b7f073
@ -195,23 +195,23 @@ build_unflags = ${STM32F1_maple.build_unflags}
|
||||
# MKS Robin Mini (STM32F103VET6)
|
||||
#
|
||||
[env:mks_robin_mini_maple]
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103VE
|
||||
board_build.address = 0x08007000
|
||||
board_build.rename = Robin_mini.bin
|
||||
board_build.ldscript = mks_robin_mini.ld
|
||||
build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103VE
|
||||
board_build.address = 0x08007000
|
||||
board_build.encrypt_mks = Robin_mini.bin
|
||||
board_build.ldscript = mks_robin_mini.ld
|
||||
build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE
|
||||
|
||||
#
|
||||
# MKS Robin Nano v1.x and v2 (STM32F103VET6)
|
||||
#
|
||||
[env:mks_robin_nano_v1v2_maple]
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103VE
|
||||
board_build.address = 0x08007000
|
||||
board_build.rename = Robin_nano35.bin
|
||||
board_build.ldscript = mks_robin_nano.ld
|
||||
build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103VE
|
||||
board_build.address = 0x08007000
|
||||
board_build.encrypt_mks = Robin_nano35.bin
|
||||
board_build.ldscript = mks_robin_nano.ld
|
||||
build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4
|
||||
|
||||
#
|
||||
# MKS Robin (STM32F103ZET6)
|
||||
@ -245,46 +245,46 @@ extra_scripts = ${STM32F1_maple.extra_scripts}
|
||||
# MKS Robin E3 with TMC2209
|
||||
#
|
||||
[env:mks_robin_e3_maple]
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103RC
|
||||
board_build.address = 0x08005000
|
||||
board_build.rename = Robin_e3.bin
|
||||
board_build.ldscript = mks_robin_e3.ld
|
||||
build_flags = ${STM32F1_maple.build_flags} -DDEBUG_LEVEL=0 -DSS_TIMER=4
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103RC
|
||||
board_build.address = 0x08005000
|
||||
board_build.encrypt_mks = Robin_e3.bin
|
||||
board_build.ldscript = mks_robin_e3.ld
|
||||
build_flags = ${STM32F1_maple.build_flags} -DDEBUG_LEVEL=0 -DSS_TIMER=4
|
||||
|
||||
#
|
||||
# MKS Robin E3p (STM32F103VET6)
|
||||
# - LVGL UI
|
||||
#
|
||||
[env:mks_robin_e3p_maple]
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103VE
|
||||
board_build.address = 0x08007000
|
||||
board_build.rename = Robin_e3p.bin
|
||||
board_build.ldscript = mks_robin_e3p.ld
|
||||
build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4
|
||||
debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103VE
|
||||
board_build.address = 0x08007000
|
||||
board_build.encrypt_mks = Robin_e3p.bin
|
||||
board_build.ldscript = mks_robin_e3p.ld
|
||||
build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4
|
||||
debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
|
||||
#
|
||||
# MKS Robin Lite/Lite2 (STM32F103RCT6)
|
||||
#
|
||||
[env:mks_robin_lite_maple]
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103RC
|
||||
board_build.address = 0x08005000
|
||||
board_build.rename = mksLite.bin
|
||||
board_build.ldscript = mks_robin_lite.ld
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103RC
|
||||
board_build.address = 0x08005000
|
||||
board_build.encrypt_mks = mksLite.bin
|
||||
board_build.ldscript = mks_robin_lite.ld
|
||||
|
||||
#
|
||||
# MKS ROBIN LITE3 (STM32F103RCT6)
|
||||
#
|
||||
[env:mks_robin_lite3_maple]
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103RC
|
||||
board_build.address = 0x08005000
|
||||
board_build.rename = mksLite3.bin
|
||||
board_build.ldscript = mks_robin_lite.ld
|
||||
extends = STM32F1_maple
|
||||
board = genericSTM32F103RC
|
||||
board_build.address = 0x08005000
|
||||
board_build.encrypt_mks = mksLite3.bin
|
||||
board_build.ldscript = mks_robin_lite.ld
|
||||
|
||||
#
|
||||
# JGAurora A5S A1 (STM32F103ZET6)
|
||||
|
Loading…
Reference in New Issue
Block a user