✨ New board TH3D_EZBOARD_LITE_V2 (#22621)
This commit is contained in:
committed by
Scott Lahteine
parent
6bf2be66ed
commit
02ae4bc9b9
@ -439,3 +439,17 @@ extends = env:mks_monster8_usb_flash_drive
|
||||
build_flags = ${env:mks_monster8_usb_flash_drive.build_flags}
|
||||
-DUSBD_USE_CDC_MSC
|
||||
build_unflags = -DUSBD_USE_CDC
|
||||
|
||||
#
|
||||
# TH3D EZBoard Lite v2.0 (STM32F405RGT6 ARM Cortex-M4)
|
||||
#
|
||||
[env:TH3D_EZBoard_Lite_V2]
|
||||
platform = ${common_stm32.platform}
|
||||
extends = stm32_variant
|
||||
board = genericSTM32F405RG
|
||||
board_build.variant = MARLIN_TH3D_EZBOARD_LITE_V2
|
||||
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
|
||||
|
Reference in New Issue
Block a user