Browse Source

STM32F1: restore latest ststm32 version (#15776)

pull/1/head
Tanguy Pruvot 5 years ago
committed by Scott Lahteine
parent
commit
d13573c9cd
  1. 22
      platformio.ini

22
platformio.ini

@ -254,7 +254,7 @@ monitor_speed = 250000
# STM32F103RE
#
[env:STM32F103RE]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103RE
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
@ -272,7 +272,7 @@ upload_protocol = stlink
# STM32F103RC_fysetc
#
[env:STM32F103RC_fysetc]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103RC
#board_build.core = maple
@ -295,7 +295,7 @@ upload_protocol = serial
# BigTree SKR Mini V1.1 / SKR mini E3 / SKR E3 DIP (STM32F103RCT6 ARM Cortex-M3)
#
[env:STM32F103RC_bigtree]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103RC
platform_packages = tool-stm32duino
@ -309,7 +309,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
monitor_speed = 115200
[env:STM32F103RC_bigtree_USB]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103RC
platform_packages = tool-stm32duino
@ -365,7 +365,7 @@ monitor_speed = 250000
# Longer 3D board in Alfawise U20 (STM32F103VET6)
#
[env:STM32F103VE_longer]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103VE
monitor_speed = 250000
@ -382,7 +382,7 @@ lib_ignore = Adafruit NeoPixel, LiquidTWI2, SPI
# MKS Robin (STM32F103ZET6)
#
[env:mks_robin]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103ZE
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
@ -397,7 +397,7 @@ lib_ignore = Adafruit NeoPixel, SPI
# MKS ROBIN LITE/LITE2 (STM32F103RCT6)
#
[env:mks_robin_lite]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103RC
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_lite.py
@ -412,7 +412,7 @@ lib_ignore = Adafruit NeoPixel, SPI
# MKS Robin Mini (STM32F103VET6)
#
[env:mks_robin_mini]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103VE
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_mini.py
@ -427,7 +427,7 @@ lib_ignore = Adafruit NeoPixel, SPI
# MKS Robin Nano (STM32F103VET6)
#
[env:mks_robin_nano]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103VE
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py
@ -442,7 +442,7 @@ lib_ignore = Adafruit NeoPixel, SPI
# JGAurora A5S A1 (STM32F103ZET6)
#
[env:jgaurora_a5s_a1]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103ZE
extra_scripts = buildroot/share/PlatformIO/scripts/jgaurora_a5s_a1_with_bootloader.py
@ -543,7 +543,7 @@ lib_ignore = Adafruit NeoPixel, LiquidCrystal, LiquidTWI2, TMCStepper, U8glib-H
# Chitu boards like Tronxy X5s (STM32F103ZET6)
#
[env:chitu_f103]
platform = ststm32@5.6.0
platform = ststm32
framework = arduino
board = genericSTM32F103ZE
extra_scripts = buildroot/share/PlatformIO/scripts/chitu_crypt.py

Loading…
Cancel
Save