浏览代码

STM32F1: restore latest ststm32 version (#15776)

Tanguy Pruvot 4 年前
父节点
当前提交
d13573c9cd
共有 1 个文件被更改,包括 11 次插入11 次删除
  1. 11
    11
      platformio.ini

+ 11
- 11
platformio.ini 查看文件

@@ -254,7 +254,7 @@ monitor_speed     = 250000
254 254
 # STM32F103RE
255 255
 #
256 256
 [env:STM32F103RE]
257
-platform      = ststm32@5.6.0
257
+platform      = ststm32
258 258
 framework     = arduino
259 259
 board         = genericSTM32F103RE
260 260
 build_flags   = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
@@ -272,7 +272,7 @@ upload_protocol = stlink
272 272
 # STM32F103RC_fysetc
273 273
 #
274 274
 [env:STM32F103RC_fysetc]
275
-platform          = ststm32@5.6.0
275
+platform          = ststm32
276 276
 framework         = arduino
277 277
 board             = genericSTM32F103RC
278 278
 #board_build.core = maple
@@ -295,7 +295,7 @@ upload_protocol   = serial
295 295
 # BigTree SKR Mini V1.1 / SKR mini E3 / SKR E3 DIP (STM32F103RCT6 ARM Cortex-M3)
296 296
 #
297 297
 [env:STM32F103RC_bigtree]
298
-platform          = ststm32@5.6.0
298
+platform          = ststm32
299 299
 framework         = arduino
300 300
 board             = genericSTM32F103RC
301 301
 platform_packages = tool-stm32duino
@@ -309,7 +309,7 @@ src_filter        = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
309 309
 monitor_speed     = 115200
310 310
 
311 311
 [env:STM32F103RC_bigtree_USB]
312
-platform          = ststm32@5.6.0
312
+platform          = ststm32
313 313
 framework         = arduino
314 314
 board             = genericSTM32F103RC
315 315
 platform_packages = tool-stm32duino
@@ -365,7 +365,7 @@ monitor_speed = 250000
365 365
 # Longer 3D board in Alfawise U20 (STM32F103VET6)
366 366
 #
367 367
 [env:STM32F103VE_longer]
368
-platform      = ststm32@5.6.0
368
+platform      = ststm32
369 369
 framework     = arduino
370 370
 board         = genericSTM32F103VE
371 371
 monitor_speed = 250000
@@ -382,7 +382,7 @@ lib_ignore    = Adafruit NeoPixel, LiquidTWI2, SPI
382 382
 # MKS Robin (STM32F103ZET6)
383 383
 #
384 384
 [env:mks_robin]
385
-platform      = ststm32@5.6.0
385
+platform      = ststm32
386 386
 framework     = arduino
387 387
 board         = genericSTM32F103ZE
388 388
 extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
@@ -397,7 +397,7 @@ lib_ignore    = Adafruit NeoPixel, SPI
397 397
 # MKS ROBIN LITE/LITE2 (STM32F103RCT6)
398 398
 #
399 399
 [env:mks_robin_lite]
400
-platform      = ststm32@5.6.0
400
+platform      = ststm32
401 401
 framework     = arduino
402 402
 board         = genericSTM32F103RC
403 403
 extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_lite.py
@@ -412,7 +412,7 @@ lib_ignore    = Adafruit NeoPixel, SPI
412 412
 # MKS Robin Mini (STM32F103VET6)
413 413
 #
414 414
 [env:mks_robin_mini]
415
-platform      = ststm32@5.6.0
415
+platform      = ststm32
416 416
 framework     = arduino
417 417
 board         = genericSTM32F103VE
418 418
 extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_mini.py
@@ -427,7 +427,7 @@ lib_ignore    = Adafruit NeoPixel, SPI
427 427
 # MKS Robin Nano (STM32F103VET6)
428 428
 #
429 429
 [env:mks_robin_nano]
430
-platform      = ststm32@5.6.0
430
+platform      = ststm32
431 431
 framework     = arduino
432 432
 board         = genericSTM32F103VE
433 433
 extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano.py
@@ -442,7 +442,7 @@ lib_ignore    = Adafruit NeoPixel, SPI
442 442
 # JGAurora A5S A1 (STM32F103ZET6)
443 443
 #
444 444
 [env:jgaurora_a5s_a1]
445
-platform      = ststm32@5.6.0
445
+platform      = ststm32
446 446
 framework     = arduino
447 447
 board         = genericSTM32F103ZE
448 448
 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
543 543
 # Chitu boards like Tronxy X5s (STM32F103ZET6)
544 544
 #
545 545
 [env:chitu_f103]
546
-platform      = ststm32@5.6.0
546
+platform      = ststm32
547 547
 framework     = arduino
548 548
 board         = genericSTM32F103ZE
549 549
 extra_scripts = buildroot/share/PlatformIO/scripts/chitu_crypt.py

正在加载...
取消
保存