mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-08 14:33:58 -06:00
✨ Eryone Ery32 mini (STM32F103VET6) board (#22956)
This commit is contained in:
parent
52edc543bd
commit
a6a838084d
6 changed files with 233 additions and 2 deletions
|
@ -400,3 +400,22 @@ board = genericSTM32F103VE
|
|||
board_build.ldscript = ZONESTAR_ZM3E_512K.ld
|
||||
build_flags = ${ZONESTAR_ZM3E_maple.build_flags} -DTONE_TIMER=1 -DTONE_CHANNEL=2
|
||||
board_upload.maximum_size = 499712
|
||||
|
||||
#
|
||||
# ERYONE ERY32 Mini (STM32F103VET6)
|
||||
#
|
||||
[env:ERYONE_ERY32_MINI_maple]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = common_stm32f1
|
||||
board = genericSTM32F103VE
|
||||
build_flags = ${common_stm32f1.build_flags}
|
||||
-ffunction-sections -fdata-sections -nostdlib -MMD
|
||||
-DMCU_STM32F103VE -DARDUINO_GENERIC_STM32F103V -DARDUINO_ARCH_STM32F1 -O0
|
||||
-DDEBUG_LEVEL=DEBUG_NONE -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1
|
||||
-DSS_TIMER=4
|
||||
board_build.variant = MARLIN_F103Vx
|
||||
board_build.ldscript = eryone_ery32_mini.ld
|
||||
board_build.address = 0x08004000
|
||||
build_unflags = ${common_stm32f1.build_unflags}
|
||||
extra_scripts = ${common_stm32f1.extra_scripts}
|
||||
buildroot/share/PlatformIO/scripts/custom_board.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue