|
@@ -532,11 +532,14 @@ build_unflags = -DUSBD_USE_CDC
|
532
|
532
|
extends = stm32_variant
|
533
|
533
|
board = genericSTM32F405RG
|
534
|
534
|
board_build.variant = MARLIN_TH3D_EZBOARD_V2
|
|
535
|
+board_build.encrypt = firmware.bin
|
535
|
536
|
board_build.offset = 0xC000
|
536
|
537
|
board_upload.offset_address = 0x0800C000
|
537
|
538
|
build_flags = ${stm32_variant.build_flags} -DHSE_VALUE=12000000U -O0
|
538
|
539
|
debug_tool = stlink
|
539
|
540
|
upload_protocol = stlink
|
|
541
|
+extra_scripts = ${stm32_variant.extra_scripts}
|
|
542
|
+ buildroot/share/PlatformIO/scripts/openblt.py
|
540
|
543
|
|
541
|
544
|
#
|
542
|
545
|
# BOARD_MKS_ROBIN_NANO_V1_3_F4
|