|
@ -10,70 +10,48 @@ |
|
|
# Naming Example: STM32F103RCT6 |
|
|
# Naming Example: STM32F103RCT6 |
|
|
# |
|
|
# |
|
|
# F : Foundation (sometimes High Performance F2/F4) |
|
|
# F : Foundation (sometimes High Performance F2/F4) |
|
|
# 1 : Cortex M1 core |
|
|
# 1 : Cortex M3 core |
|
|
# 03 : Line/Features |
|
|
# 03 : Line/Features |
|
|
# R : 64 or 66 pins (V:100, Z:144, I:176) |
|
|
# R : 64 or 66 pins (T:36, C:48, V:100, Z:144, I:176) |
|
|
# C : 256KB Flash-memory (D:384KB, E:512KB, G:1024KB) |
|
|
# C : 256KB Flash-memory (B: 128KB, D:384KB, E:512KB, G:1024KB) |
|
|
# T : LQFP package |
|
|
# T : LQFP package |
|
|
# 6 : -40...85°C (7: ...105°C) |
|
|
# 6 : -40...85°C (7: ...105°C) |
|
|
# |
|
|
# |
|
|
################################# |
|
|
################################# |
|
|
|
|
|
|
|
|
# |
|
|
[common_STM32F103RC_variant] |
|
|
# HAL/STM32 Base Environment values |
|
|
extends = stm32_variant |
|
|
# |
|
|
|
|
|
[common_stm32] |
|
|
|
|
|
platform = ststm32@~12.1 |
|
|
|
|
|
build_flags = ${common.build_flags} |
|
|
|
|
|
-std=gnu++14 |
|
|
|
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
|
|
|
-DTIM_IRQ_PRIO=13 |
|
|
|
|
|
-DADC_RESOLUTION=12 |
|
|
|
|
|
build_unflags = -std=gnu++11 |
|
|
|
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/shared/backtrace> |
|
|
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/stm32_serialbuffer.py |
|
|
|
|
|
|
|
|
|
|
|
[stm32f1_variant] |
|
|
|
|
|
extra_scripts = ${common_stm32.extra_scripts} |
|
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py |
|
|
|
|
|
buildroot/share/PlatformIO/scripts/offset_and_rename.py |
|
|
|
|
|
|
|
|
|
|
|
[common_STM32F103RC] |
|
|
|
|
|
platform = ${common_stm32.platform} |
|
|
|
|
|
extends = common_stm32 |
|
|
|
|
|
board = genericSTM32F103RC |
|
|
board = genericSTM32F103RC |
|
|
monitor_speed = 115200 |
|
|
|
|
|
board_build.core = stm32 |
|
|
|
|
|
board_build.variant = MARLIN_F103Rx |
|
|
board_build.variant = MARLIN_F103Rx |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
build_flags = ${stm32_variant.build_flags} -DDEBUG_LEVEL=0 |
|
|
|
|
|
monitor_speed = 115200 |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# STM32F103RE |
|
|
# STM32F103RE |
|
|
# |
|
|
# |
|
|
[env:STM32F103RE] |
|
|
[env:STM32F103RE] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = common_stm32 |
|
|
board = genericSTM32F103RE |
|
|
board = genericSTM32F103RE |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# STM32F103VE |
|
|
# STM32F103VE |
|
|
# |
|
|
# |
|
|
[env:STM32F103VE] |
|
|
[env:STM32F103VE] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = common_stm32 |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# STM32F103ZE |
|
|
# STM32F103ZE |
|
|
# |
|
|
# |
|
|
[env:STM32F103ZE] |
|
|
[env:STM32F103ZE] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = common_stm32 |
|
|
board = genericSTM32F103ZE |
|
|
board = genericSTM32F103ZE |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# BigTree SKR Mini V1.1 / SKR Mini E3 & MZ (STM32F103RCT6 ARM Cortex-M3) |
|
|
# BigTree SKR Mini V1.1 / SKR Mini E3 & MZ (STM32F103RCT6 ARM Cortex-M3) |
|
@ -82,23 +60,23 @@ monitor_speed = 115200 |
|
|
# STM32F103RC_btt_USB ......... RCT6 with 256K (USB mass storage) |
|
|
# STM32F103RC_btt_USB ......... RCT6 with 256K (USB mass storage) |
|
|
# |
|
|
# |
|
|
[env:STM32F103RC_btt] |
|
|
[env:STM32F103RC_btt] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_STM32F103RC |
|
|
extends = common_STM32F103RC_variant |
|
|
build_flags = ${common_stm32.build_flags} -DDEBUG_LEVEL=0 -DTIMER_SERVO=TIM5 |
|
|
build_flags = ${common_STM32F103RC_variant.build_flags} |
|
|
board_build.offset = 0x7000 |
|
|
-DTIMER_SERVO=TIM5 |
|
|
|
|
|
board_build.offset = 0x7000 |
|
|
board_upload.offset_address = 0x08007000 |
|
|
board_upload.offset_address = 0x08007000 |
|
|
|
|
|
|
|
|
[env:STM32F103RC_btt_USB] |
|
|
[env:STM32F103RC_btt_USB] |
|
|
extends = env:STM32F103RC_btt |
|
|
|
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
platform_packages = framework-arduinoststm32@https://github.com/rhapsodyv/Arduino_Core_STM32/archive/usb-host-msc-cdc-msc-3.zip |
|
|
extends = env:STM32F103RC_btt |
|
|
|
|
|
platform_packages = ${stm_flash_drive.platform_packages} |
|
|
|
|
|
build_flags = ${env:STM32F103RC_btt.build_flags} |
|
|
|
|
|
-DUSE_USB_FS |
|
|
|
|
|
-DUSBD_IRQ_PRIO=5 |
|
|
|
|
|
-DUSBD_IRQ_SUBPRIO=6 |
|
|
|
|
|
-DUSBD_USE_CDC_MSC |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBD_USE_CDC |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBD_USE_CDC |
|
|
build_flags = ${env:STM32F103RC_btt.build_flags} ${env:stm32_flash_drive.build_flags} |
|
|
|
|
|
-DUSBCON |
|
|
|
|
|
-DUSE_USB_FS |
|
|
|
|
|
-DUSBD_IRQ_PRIO=5 |
|
|
|
|
|
-DUSBD_IRQ_SUBPRIO=6 |
|
|
|
|
|
-DUSBD_USE_CDC_MSC |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin (STM32F103ZET6) |
|
|
# MKS Robin (STM32F103ZET6) |
|
@ -106,52 +84,53 @@ build_flags = ${env:STM32F103RC_btt.build_flags} ${env:stm32_flash_drive.b |
|
|
# |
|
|
# |
|
|
[env:mks_robin] |
|
|
[env:mks_robin] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
board = genericSTM32F103ZE |
|
|
board = genericSTM32F103ZE |
|
|
board_build.core = stm32 |
|
|
|
|
|
board_build.variant = MARLIN_F103Zx |
|
|
board_build.variant = MARLIN_F103Zx |
|
|
board_build.offset = 0x7000 |
|
|
|
|
|
board_build.encrypt = Robin.bin |
|
|
board_build.encrypt = Robin.bin |
|
|
build_flags = ${common_stm32.build_flags} |
|
|
board_build.offset = 0x7000 |
|
|
-DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5 |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
build_unflags = ${common_stm32.build_unflags} |
|
|
-DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5 |
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
build_unflags = ${stm32_variant.build_unflags} |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
lib_deps = |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin E3/E3D (STM32F103RCT6) with TMC2209 |
|
|
# MKS Robin E3/E3D (STM32F103RCT6) with TMC2209 |
|
|
# |
|
|
# |
|
|
[env:mks_robin_e3] |
|
|
[env:mks_robin_e3] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_STM32F103RC |
|
|
extends = common_STM32F103RC_variant |
|
|
build_flags = ${common_stm32.build_flags} -DDEBUG_LEVEL=0 -DTIMER_SERVO=TIM5 -DDEFAULT_SPI=3 |
|
|
|
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC |
|
|
|
|
|
monitor_speed = 115200 |
|
|
|
|
|
board_build.offset = 0x5000 |
|
|
|
|
|
board_build.encrypt = Robin_e3.bin |
|
|
board_build.encrypt = Robin_e3.bin |
|
|
|
|
|
board_build.offset = 0x5000 |
|
|
board_upload.offset_address = 0x08005000 |
|
|
board_upload.offset_address = 0x08005000 |
|
|
|
|
|
build_flags = ${common_STM32F103RC_variant.build_flags} |
|
|
|
|
|
-DTIMER_SERVO=TIM5 -DDEFAULT_SPI=3 |
|
|
|
|
|
build_unflags = ${common_STM32F103RC_variant.build_unflags} |
|
|
|
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
|
|
|
monitor_speed = 115200 |
|
|
debug_tool = stlink |
|
|
debug_tool = stlink |
|
|
extra_scripts = ${common_STM32F103RC.extra_scripts} |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# Creality (STM32F103RET6) |
|
|
# Creality (STM32F103RET6) |
|
|
# |
|
|
# |
|
|
[env:STM32F103RET6_creality] |
|
|
[env:STM32F103RET6_creality] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103RE -DHAL_SD_MODULE_ENABLED -DSS_TIMER=4 -DTIMER_SERVO=TIM5 -DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8 |
|
|
board = genericSTM32F103RE |
|
|
board = genericSTM32F103RE |
|
|
board_build.variant = MARLIN_F103Rx |
|
|
monitor_speed = 115200 |
|
|
board_build.offset = 0x7000 |
|
|
board_build.core = stm32 |
|
|
|
|
|
board_build.variant = MARLIN_F103Rx |
|
|
|
|
|
board_build.offset = 0x7000 |
|
|
|
|
|
board_upload.offset_address = 0x08007000 |
|
|
board_upload.offset_address = 0x08007000 |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
-DMCU_STM32F103RE -DHAL_SD_MODULE_ENABLED |
|
|
pre:buildroot/share/PlatformIO/scripts/random-bin.py |
|
|
-DSS_TIMER=4 -DTIMER_SERVO=TIM5 |
|
|
debug_tool = jlink |
|
|
-DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8 |
|
|
upload_protocol = jlink |
|
|
build_unflags = ${stm32_variant.build_unflags} |
|
|
|
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
|
|
|
extra_scripts = ${stm32_variant.extra_scripts} |
|
|
|
|
|
pre:buildroot/share/PlatformIO/scripts/random-bin.py |
|
|
|
|
|
monitor_speed = 115200 |
|
|
|
|
|
debug_tool = jlink |
|
|
|
|
|
upload_protocol = jlink |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3) |
|
|
# BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3) |
|
@ -160,80 +139,79 @@ upload_protocol = jlink |
|
|
# STM32F103RE_btt_USB ......... RET6 (USB mass storage) |
|
|
# STM32F103RE_btt_USB ......... RET6 (USB mass storage) |
|
|
# |
|
|
# |
|
|
[env:STM32F103RE_btt] |
|
|
[env:STM32F103RE_btt] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103RE -DHAL_SD_MODULE_ENABLED -DSS_TIMER=4 -DTIMER_SERVO=TIM5 -DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8 |
|
|
board = genericSTM32F103RE |
|
|
board = genericSTM32F103RE |
|
|
board_build.variant = MARLIN_F103Rx |
|
|
monitor_speed = 115200 |
|
|
board_build.offset = 0x7000 |
|
|
board_build.core = stm32 |
|
|
|
|
|
board_build.variant = MARLIN_F103Rx |
|
|
|
|
|
board_build.offset = 0x7000 |
|
|
|
|
|
board_upload.offset_address = 0x08007000 |
|
|
board_upload.offset_address = 0x08007000 |
|
|
build_unflags = ${common_stm32.build_unflags} |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
-DMCU_STM32F103RE -DHAL_SD_MODULE_ENABLED |
|
|
debug_tool = jlink |
|
|
-DSS_TIMER=4 -DTIMER_SERVO=TIM5 |
|
|
upload_protocol = jlink |
|
|
-DENABLE_HWSERIAL3 -DTRANSFER_CLOCK_DIV=8 |
|
|
|
|
|
monitor_speed = 115200 |
|
|
|
|
|
debug_tool = jlink |
|
|
|
|
|
upload_protocol = jlink |
|
|
|
|
|
|
|
|
[env:STM32F103RE_btt_USB] |
|
|
[env:STM32F103RE_btt_USB] |
|
|
extends = env:STM32F103RE_btt |
|
|
|
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
platform_packages = framework-arduinoststm32@https://github.com/rhapsodyv/Arduino_Core_STM32/archive/usb-host-msc-cdc-msc-3.zip |
|
|
extends = env:STM32F103RE_btt |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBD_USE_CDC |
|
|
platform_packages = ${stm_flash_drive.platform_packages} |
|
|
build_flags = ${env:STM32F103RE_btt.build_flags} ${env:stm32_flash_drive.build_flags} |
|
|
build_flags = ${env:STM32F103RE_btt.build_flags} |
|
|
-DUSBCON |
|
|
-DUSE_USB_FS -DUSBD_IRQ_PRIO=5 |
|
|
-DUSE_USB_FS |
|
|
-DUSBD_IRQ_SUBPRIO=6 -DUSBD_USE_CDC_MSC |
|
|
-DUSBD_IRQ_PRIO=5 |
|
|
build_unflags = ${stm32_variant.build_unflags} -DUSBD_USE_CDC |
|
|
-DUSBD_IRQ_SUBPRIO=6 |
|
|
|
|
|
-DUSBD_USE_CDC_MSC |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# FLSUN QQS Pro (STM32F103VET6) |
|
|
# FLSUN QQS Pro (STM32F103VET6) |
|
|
# board Hispeedv1 |
|
|
# board Hispeedv1 |
|
|
# |
|
|
# |
|
|
[env:flsun_hispeedv1] |
|
|
[env:flsun_hispeedv1] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4 -DENABLE_HWSERIAL3 -DTIMER_TONE=TIM3 -DTIMER_SERVO=TIM2 |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.core = stm32 |
|
|
board_build.encrypt = Robin_mini.bin |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.offset = 0x7000 |
|
|
board_build.offset = 0x7000 |
|
|
|
|
|
board_build.encrypt = Robin_mini.bin |
|
|
|
|
|
board_upload.offset_address = 0x08007000 |
|
|
board_upload.offset_address = 0x08007000 |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
-DMCU_STM32F103VE -DSS_TIMER=4 -DENABLE_HWSERIAL3 |
|
|
|
|
|
-DTIMER_TONE=TIM3 -DTIMER_SERVO=TIM2 |
|
|
|
|
|
build_unflags = ${stm32_variant.build_unflags} |
|
|
|
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin Nano V1.2 and V2 |
|
|
# MKS Robin Nano V1.2 and V2 |
|
|
# |
|
|
# |
|
|
[env:mks_robin_nano35] |
|
|
[env:mks_robin_nano35] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4 -DENABLE_HWSERIAL3 -DTIMER_TONE=TIM3 -DTIMER_SERVO=TIM2 |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.core = stm32 |
|
|
board_build.encrypt = Robin_nano35.bin |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.offset = 0x7000 |
|
|
board_build.offset = 0x7000 |
|
|
|
|
|
board_build.encrypt = Robin_nano35.bin |
|
|
|
|
|
board_upload.offset_address = 0x08007000 |
|
|
board_upload.offset_address = 0x08007000 |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
debug_tool = jlink |
|
|
-DMCU_STM32F103VE -DSS_TIMER=4 -DENABLE_HWSERIAL3 |
|
|
upload_protocol = jlink |
|
|
-DTIMER_TONE=TIM3 -DTIMER_SERVO=TIM2 |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
build_unflags = ${stm32_variant.build_unflags} |
|
|
|
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
|
|
|
debug_tool = jlink |
|
|
|
|
|
upload_protocol = jlink |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# Mingda MPX_ARM_MINI |
|
|
# Mingda MPX_ARM_MINI |
|
|
# |
|
|
# |
|
|
[env:mingda_mpx_arm_mini] |
|
|
[env:mingda_mpx_arm_mini] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
board = genericSTM32F103ZE |
|
|
board = genericSTM32F103ZE |
|
|
board_build.core = stm32 |
|
|
|
|
|
board_build.variant = MARLIN_F103Zx |
|
|
board_build.variant = MARLIN_F103Zx |
|
|
board_build.offset = 0x10000 |
|
|
board_build.offset = 0x10000 |
|
|
build_flags = ${common_stm32.build_flags} -DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5 |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC |
|
|
-DENABLE_HWSERIAL3 -DTIMER_SERIAL=TIM5 |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
build_unflags = ${stm32_variant.build_unflags} |
|
|
|
|
|
-DUSBCON -DUSBD_USE_CDC |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# Malyan M200 (STM32F103CB) |
|
|
# Malyan M200 (STM32F103CB) |
|
@ -243,67 +221,55 @@ platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = common_stm32 |
|
|
board = malyanm200_f103cb |
|
|
board = malyanm200_f103cb |
|
|
build_flags = ${common_stm32.build_flags} |
|
|
build_flags = ${common_stm32.build_flags} |
|
|
-DHAL_PCD_MODULE_ENABLED -DDISABLE_GENERIC_SERIALUSB -DHAL_UART_MODULE_ENABLED |
|
|
-DHAL_PCD_MODULE_ENABLED -DDISABLE_GENERIC_SERIALUSB |
|
|
|
|
|
-DHAL_UART_MODULE_ENABLED |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32> |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32> |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# FLYmaker FLY Mini (STM32F103RCT6) |
|
|
# FLYmaker FLY Mini (STM32F103RCT6) |
|
|
# |
|
|
# |
|
|
[env:FLY_MINI] |
|
|
[env:FLY_MINI] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
build_flags = ${common_stm32.build_flags} -DSS_TIMER=4 |
|
|
board = genericSTM32F103RC |
|
|
board = genericSTM32F103RC |
|
|
board_build.variant = MARLIN_F103Rx |
|
|
board_build.core = stm32 |
|
|
board_build.offset = 0x5000 |
|
|
board_build.variant = MARLIN_F103Rx |
|
|
|
|
|
board_build.offset = 0x5000 |
|
|
|
|
|
board_upload.offset_address = 0x08005000 |
|
|
board_upload.offset_address = 0x08005000 |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
build_flags = ${stm32_variant.build_flags} -DSS_TIMER=4 |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin Mini (STM32F103VET6) |
|
|
# MKS Robin Mini (STM32F103VET6) |
|
|
# |
|
|
# |
|
|
[env:mks_robin_mini] |
|
|
[env:mks_robin_mini] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
board_build.core = stm32 |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.encrypt = Robin_mini.bin |
|
|
board_build.offset = 0x7000 |
|
|
board_build.offset = 0x7000 |
|
|
board_build.encrypt = Robin_mini.bin |
|
|
|
|
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DTIMER_TONE=TIM3 -DTIMER_SERVO=TIM2 |
|
|
|
|
|
board_upload.offset_address = 0x08007000 |
|
|
board_upload.offset_address = 0x08007000 |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
|
|
|
-DMCU_STM32F103VE -DTIMER_TONE=TIM3 -DTIMER_SERVO=TIM2 |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin Lite/Lite2 (STM32F103RCT6) |
|
|
# MKS Robin Lite/Lite2 (STM32F103RCT6) |
|
|
# |
|
|
# |
|
|
[env:mks_robin_lite] |
|
|
[env:mks_robin_lite] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
board = genericSTM32F103RC |
|
|
board = genericSTM32F103RC |
|
|
board_build.core = stm32 |
|
|
board_build.variant = MARLIN_F103Rx |
|
|
board_build.variant = MARLIN_F103Rx |
|
|
board_build.encrypt = mksLite.bin |
|
|
board_build.offset = 0x5000 |
|
|
board_build.offset = 0x5000 |
|
|
board_build.encrypt = mksLite.bin |
|
|
|
|
|
build_flags = ${common_stm32.build_flags} |
|
|
|
|
|
board_upload.offset_address = 0x08005000 |
|
|
board_upload.offset_address = 0x08005000 |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS ROBIN LITE3 (STM32F103RCT6) |
|
|
# MKS ROBIN LITE3 (STM32F103RCT6) |
|
|
# |
|
|
# |
|
|
[env:mks_robin_lite3] |
|
|
[env:mks_robin_lite3] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = env:mks_robin_lite |
|
|
board = genericSTM32F103RC |
|
|
board_build.encrypt = mksLite3.bin |
|
|
board_build.core = stm32 |
|
|
|
|
|
board_build.variant = MARLIN_F103Rx |
|
|
|
|
|
board_build.offset = 0x5000 |
|
|
|
|
|
board_build.encrypt = mksLite3.bin |
|
|
|
|
|
build_flags = ${common_stm32.build_flags} |
|
|
|
|
|
board_upload.offset_address = 0x08005000 |
|
|
|
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# MKS Robin Pro (STM32F103ZET6) |
|
|
# MKS Robin Pro (STM32F103ZET6) |
|
@ -318,44 +284,43 @@ board_build.encrypt = Robin_pro.bin |
|
|
# - LVGL UI |
|
|
# - LVGL UI |
|
|
# |
|
|
# |
|
|
[env:mks_robin_e3p] |
|
|
[env:mks_robin_e3p] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
board_build.core = stm32 |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.encrypt = Robin_e3p.bin |
|
|
board_build.offset = 0x7000 |
|
|
board_build.offset = 0x7000 |
|
|
board_build.encrypt = Robin_e3p.bin |
|
|
|
|
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DSS_TIMER=4 -DTIMER_TONE=TIM3 -DTIMER_SERVO=TIM2 |
|
|
|
|
|
board_upload.offset_address = 0x08007000 |
|
|
board_upload.offset_address = 0x08007000 |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
debug_tool = jlink |
|
|
-DMCU_STM32F103VE -DSS_TIMER=4 |
|
|
upload_protocol = jlink |
|
|
-DTIMER_TONE=TIM3 -DTIMER_SERVO=TIM2 |
|
|
|
|
|
debug_tool = jlink |
|
|
|
|
|
upload_protocol = jlink |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# JGAurora A5S A1 (STM32F103ZET6) |
|
|
# JGAurora A5S A1 (STM32F103ZET6) |
|
|
# |
|
|
# |
|
|
[env:jgaurora_a5s_a1] |
|
|
[env:jgaurora_a5s_a1] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
board = genericSTM32F103ZE |
|
|
board = genericSTM32F103ZE |
|
|
board_build.core = stm32 |
|
|
board_build.variant = MARLIN_F103Zx |
|
|
board_build.variant = MARLIN_F103Zx |
|
|
board_build.offset = 0xA000 |
|
|
board_build.offset = 0xA000 |
|
|
board_build.rename = firmware_for_sd_upload.bin |
|
|
board_build.rename = firmware_for_sd_upload.bin |
|
|
board_upload.offset_address = 0x0800A000 |
|
|
build_flags = ${common_stm32.build_flags} -DSTM32F1xx -DSTM32_XL_DENSITY |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
board_build.address = 0x0800A000 |
|
|
-DSTM32F1xx -DSTM32_XL_DENSITY |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
extra_scripts = ${stm32_variant.extra_scripts} |
|
|
buildroot/share/PlatformIO/scripts/jgaurora_a5s_a1_with_bootloader.py |
|
|
buildroot/share/PlatformIO/scripts/jgaurora_a5s_a1_with_bootloader.py |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# FYSETC STM32F103RC |
|
|
# FYSETC STM32F103RC |
|
|
# |
|
|
# |
|
|
[env:STM32F103RC_fysetc] |
|
|
[env:STM32F103RC_fysetc] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_STM32F103RC |
|
|
extends = common_STM32F103RC_variant |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
extra_scripts = ${common_STM32F103RC_variant.extra_scripts} |
|
|
buildroot/share/PlatformIO/scripts/STM32F103RC_fysetc.py |
|
|
buildroot/share/PlatformIO/scripts/STM32F103RC_fysetc.py |
|
|
build_flags = ${common_stm32.build_flags} -DDEBUG_LEVEL=0 |
|
|
|
|
|
lib_ldf_mode = chain |
|
|
lib_ldf_mode = chain |
|
|
debug_tool = stlink |
|
|
debug_tool = stlink |
|
|
upload_protocol = serial |
|
|
upload_protocol = serial |
|
@ -364,20 +329,20 @@ upload_protocol = serial |
|
|
# Longer 3D board in Alfawise U20 (STM32F103VET6) |
|
|
# Longer 3D board in Alfawise U20 (STM32F103VET6) |
|
|
# |
|
|
# |
|
|
[env:STM32F103VE_longer] |
|
|
[env:STM32F103VE_longer] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
board = genericSTM32F103VE |
|
|
board = genericSTM32F103VE |
|
|
board_build.core = stm32 |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.variant = MARLIN_F103Vx |
|
|
board_build.offset = 0x10000 |
|
|
board_build.offset = 0x10000 |
|
|
board_upload.offset_address = 0x08010000 |
|
|
board_build.address = 0x08010000 |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DU20 -DTS_V12 |
|
|
-DMCU_STM32F103VE -DU20 -DTS_V12 -DLED_BUILTIN=PC2 -UPIN_WIRE_SDA |
|
|
-DLED_BUILTIN=PC2 -UPIN_WIRE_SDA -UPIN_WIRE_SCL -DPIN_WIRE_SDA=PB11 -DPIN_WIRE_SCL=PB10 |
|
|
-UPIN_WIRE_SCL -DPIN_WIRE_SDA=PB11 -DPIN_WIRE_SCL=PB10 |
|
|
-DHAL_DAC_MODULE_DISABLED -DHAL_I2S_MODULE_DISABLED |
|
|
-DHAL_DAC_MODULE_DISABLED -DHAL_I2S_MODULE_DISABLED |
|
|
build_unflags = ${common_stm32.build_unflags} |
|
|
build_unflags = ${stm32_variant.build_unflags} |
|
|
-DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED |
|
|
-DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
extra_scripts = ${stm32_variant.extra_scripts} |
|
|
buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py |
|
|
buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# TRIGORILLA PRO (STM32F103ZET6) |
|
|
# TRIGORILLA PRO (STM32F103ZET6) |
|
@ -392,15 +357,16 @@ extra_scripts = ${common_stm32.extra_scripts} |
|
|
# |
|
|
# |
|
|
[env:chitu_f103] |
|
|
[env:chitu_f103] |
|
|
platform = ${common_stm32.platform} |
|
|
platform = ${common_stm32.platform} |
|
|
extends = common_stm32 |
|
|
extends = stm32_variant |
|
|
board = genericSTM32F103ZE |
|
|
board = genericSTM32F103ZE |
|
|
board_build.core = stm32 |
|
|
|
|
|
board_build.variant = MARLIN_F103Zx |
|
|
board_build.variant = MARLIN_F103Zx |
|
|
extra_scripts = ${stm32f1_variant.extra_scripts} |
|
|
build_flags = ${stm32_variant.build_flags} |
|
|
buildroot/share/PlatformIO/scripts/chitu_crypt.py |
|
|
-DSTM32F1xx -DSTM32_XL_DENSITY |
|
|
build_flags = ${common_stm32.build_flags} -DSTM32_XL_DENSITY |
|
|
build_unflags = ${stm32_variant.build_unflags} |
|
|
build_unflags = ${common_stm32.build_unflags} |
|
|
-DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG= |
|
|
-DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG= -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6 |
|
|
-DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6 |
|
|
|
|
|
extra_scripts = ${stm32_variant.extra_scripts} |
|
|
|
|
|
buildroot/share/PlatformIO/scripts/chitu_crypt.py |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# Some Chitu V5 boards have a problem with GPIO init. |
|
|
# Some Chitu V5 boards have a problem with GPIO init. |
|
|