STM32F103.. reorganization, SKR mini fix (#15398)
This commit is contained in:
committed by
Scott Lahteine
parent
5e9898600b
commit
43d6e9fa43
@@ -253,7 +253,7 @@ monitor_speed = 250000
|
||||
#
|
||||
# STM32F103RE
|
||||
#
|
||||
[env:STM32F103R]
|
||||
[env:STM32F103RE]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = genericSTM32F103RE
|
||||
@@ -262,20 +262,20 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
||||
-DDEBUG_LEVEL=0
|
||||
build_unflags = -std=gnu++11
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore = U8glib-HAL, Adafruit NeoPixel, SPI
|
||||
lib_ignore = Adafruit NeoPixel, SPI
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
# STM32F103R_fysetc
|
||||
# STM32F103RC_fysetc
|
||||
#
|
||||
[env:STM32F103R_fysetc]
|
||||
[env:STM32F103RC_fysetc]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = genericSTM32F103RC
|
||||
#board_build.core = maple
|
||||
platform_packages = tool-stm32duino
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103R_fysetc.py
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_fysetc.py
|
||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
||||
${common.build_flags} -std=gnu++14
|
||||
-DDEBUG_LEVEL=0 -DHAVE_SW_SERIAL
|
||||
@@ -292,12 +292,12 @@ upload_protocol = serial
|
||||
#
|
||||
# BigTree SKR Mini V1.1 / SKR mini E3 / SKR E3 DIP (STM32F103RCT6 ARM Cortex-M3)
|
||||
#
|
||||
[env:STM32F103R_bigtree]
|
||||
[env:STM32F103RC_bigtree]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = genericSTM32F103RC
|
||||
platform_packages = tool-stm32duino
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F1_SKR_MINI.py
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
||||
${common.build_flags} -DDEBUG_LEVEL=0 -std=gnu++14
|
||||
build_unflags = -std=gnu++11
|
||||
@@ -308,12 +308,12 @@ monitor_speed = 115200
|
||||
upload_protocol = stlink
|
||||
debug_tool = stlink
|
||||
|
||||
[env:STM32F103R_bigtree_USB]
|
||||
[env:STM32F103RC_bigtree_USB]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = genericSTM32F103RC
|
||||
platform_packages = tool-stm32duino
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F1_SKR_MINI.py
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
|
||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
||||
${common.build_flags} -DDEBUG_LEVEL=0 -DUSE_USB_COMPOSITE -std=gnu++14
|
||||
build_unflags = -std=gnu++11
|
||||
@@ -366,12 +366,12 @@ monitor_speed = 250000
|
||||
#
|
||||
# Longer 3D board in Alfawise U20 (STM32F103VET6)
|
||||
#
|
||||
[env:STM32F103V_longer]
|
||||
[env:STM32F103VE_longer]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = genericSTM32F103VE
|
||||
monitor_speed = 250000
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/longer_STM32.py
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py
|
||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
||||
${common.build_flags} -std=gnu++14 -USERIAL_USB
|
||||
-DSTM32F1xx -DU20 -DTS_V12
|
||||
@@ -543,9 +543,9 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_TEENSY35_36>
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
# Malyan M200 (STM32F1)
|
||||
# Malyan M200 (STM32F103CB)
|
||||
#
|
||||
[env:malyanm200]
|
||||
[env:STM32F103CB_malyan]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = malyanM200
|
||||
|
||||
Reference in New Issue
Block a user