MPX_ARM_MINI board (Mingda MD-16) (#20711)

This commit is contained in:
rafaljot
2021-01-29 06:22:18 +01:00
committed by GitHub
parent 9d0e64a725
commit 0d2645b3e1
4 changed files with 196 additions and 0 deletions

View File

@@ -1524,6 +1524,23 @@ build_flags = ${stm32_flash_drive.build_flags}
-DUSE_USB_HS_IN_FS
-DUSBD_USE_CDC
#
# Mingda MPX_ARM_MINI
#
[env:mingda_mpx_arm_mini]
platform = ${common_stm32.platform}
extends = common_stm32
board = genericSTM32F103ZE
board_build.core = stm32
board_build.variant = MARLIN_F103Zx
board_build.ldscript = ldscript.ld
board_build.offset = 0x10000
build_flags = ${common_stm32.build_flags} -DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC
extra_scripts = ${common.extra_scripts} pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py buildroot/share/PlatformIO/scripts/stm32_bootloader.py
#################################
# #
# Other Architectures #