Browse Source

STM32F1: restore latest ststm32 version (#15776)

Tanguy Pruvot 5 years ago
parent
commit
d13573c9cd
1 changed files with 11 additions and 11 deletions
  1. 11
    11
      platformio.ini

+ 11
- 11
platformio.ini View File

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

Loading…
Cancel
Save