Browse Source

🐛 Fix EZBoard V2 Environment for OpenBLT (#23659)

Timothy Hoogland 2 years ago
parent
commit
59dbf27385
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      ini/stm32f4.ini

+ 3
- 0
ini/stm32f4.ini View File

@@ -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

Loading…
Cancel
Save