0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-31 22:20:56 +00:00

🔨 Encrypt some MKS Robin (#25349)

This commit is contained in:
ellensp 2023-02-22 11:27:47 +13:00 committed by GitHub
parent bc450b4582
commit 464bb1f149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ build_unflags = ${STM32F1_maple.build_unflags}
extends = STM32F1_maple extends = STM32F1_maple
board = genericSTM32F103VE board = genericSTM32F103VE
board_build.address = 0x08007000 board_build.address = 0x08007000
board_build.rename = Robin_mini.bin board_build.encrypt_mks = Robin_mini.bin
board_build.ldscript = mks_robin_mini.ld board_build.ldscript = mks_robin_mini.ld
build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE
@ -209,7 +209,7 @@ build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE
extends = STM32F1_maple extends = STM32F1_maple
board = genericSTM32F103VE board = genericSTM32F103VE
board_build.address = 0x08007000 board_build.address = 0x08007000
board_build.rename = Robin_nano35.bin board_build.encrypt_mks = Robin_nano35.bin
board_build.ldscript = mks_robin_nano.ld board_build.ldscript = mks_robin_nano.ld
build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4 build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4
@ -248,7 +248,7 @@ extra_scripts = ${STM32F1_maple.extra_scripts}
extends = STM32F1_maple extends = STM32F1_maple
board = genericSTM32F103RC board = genericSTM32F103RC
board_build.address = 0x08005000 board_build.address = 0x08005000
board_build.rename = Robin_e3.bin board_build.encrypt_mks = Robin_e3.bin
board_build.ldscript = mks_robin_e3.ld board_build.ldscript = mks_robin_e3.ld
build_flags = ${STM32F1_maple.build_flags} -DDEBUG_LEVEL=0 -DSS_TIMER=4 build_flags = ${STM32F1_maple.build_flags} -DDEBUG_LEVEL=0 -DSS_TIMER=4
@ -260,7 +260,7 @@ build_flags = ${STM32F1_maple.build_flags} -DDEBUG_LEVEL=0 -DSS_TIMER=4
extends = STM32F1_maple extends = STM32F1_maple
board = genericSTM32F103VE board = genericSTM32F103VE
board_build.address = 0x08007000 board_build.address = 0x08007000
board_build.rename = Robin_e3p.bin board_build.encrypt_mks = Robin_e3p.bin
board_build.ldscript = mks_robin_e3p.ld board_build.ldscript = mks_robin_e3p.ld
build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4 build_flags = ${STM32F1_maple.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4
debug_tool = jlink debug_tool = jlink
@ -273,7 +273,7 @@ upload_protocol = jlink
extends = STM32F1_maple extends = STM32F1_maple
board = genericSTM32F103RC board = genericSTM32F103RC
board_build.address = 0x08005000 board_build.address = 0x08005000
board_build.rename = mksLite.bin board_build.encrypt_mks = mksLite.bin
board_build.ldscript = mks_robin_lite.ld board_build.ldscript = mks_robin_lite.ld
# #
@ -283,7 +283,7 @@ board_build.ldscript = mks_robin_lite.ld
extends = STM32F1_maple extends = STM32F1_maple
board = genericSTM32F103RC board = genericSTM32F103RC
board_build.address = 0x08005000 board_build.address = 0x08005000
board_build.rename = mksLite3.bin board_build.encrypt_mks = mksLite3.bin
board_build.ldscript = mks_robin_lite.ld board_build.ldscript = mks_robin_lite.ld
# #