Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encrypt mks firmware where needed. Issue: 25346 #25349

Merged
merged 2 commits into from
Feb 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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