Skip to content

Commit

Permalink
🐛 Fix EZBoard V2 Environment for OpenBLT (#23659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Hoogland authored and thinkyhead committed Feb 1, 2022
1 parent 5120966 commit 9847470
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ini/stm32f4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -531,11 +531,14 @@ build_unflags = -DUSBD_USE_CDC
extends = stm32_variant
board = genericSTM32F405RG
board_build.variant = MARLIN_TH3D_EZBOARD_V2
board_build.encrypt = firmware.bin
board_build.offset = 0xC000
board_upload.offset_address = 0x0800C000
build_flags = ${stm32_variant.build_flags} -DHSE_VALUE=12000000U -O0
debug_tool = stlink
upload_protocol = stlink
extra_scripts = ${stm32_variant.extra_scripts}
buildroot/share/PlatformIO/scripts/openblt.py

#
# BOARD_MKS_ROBIN_NANO_V1_3_F4
Expand Down

0 comments on commit 9847470

Please sign in to comment.