Skip to content

Commit

Permalink
🔨 Encrypt some MKS Robin (MarlinFirmware#25349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and thinkyhead committed Apr 7, 2023
1 parent 1748abd commit 9d56b7f
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions ini/stm32f1-maple.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 9d56b7f

Please sign in to comment.