|
@@ -458,12 +458,13 @@ lib_ignore = c1921b4
|
458
|
458
|
# JGAurora A5S A1 (STM32F103ZET6)
|
459
|
459
|
#
|
460
|
460
|
[env:JGAURORA_A5S_A1]
|
461
|
|
-platform = ststm32@5.3.0
|
|
461
|
+platform = ststm32
|
462
|
462
|
framework = arduino
|
463
|
463
|
board = genericSTM32F103ZE
|
464
|
464
|
extra_scripts = buildroot/share/PlatformIO/scripts/jgaurora_a5s_a1_with_bootloader.py
|
465
|
465
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
466
|
|
- ${common.build_flags}
|
|
466
|
+ ${common.build_flags} -std=gnu++14
|
|
467
|
+build_unflags = -std=gnu++11
|
467
|
468
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
468
|
469
|
lib_deps = ${common.lib_deps}
|
469
|
470
|
lib_ignore = c1921b4
|
|
@@ -482,7 +483,7 @@ monitor_speed = 250000
|
482
|
483
|
# Shield - https://github.com/jmz52/Hardware
|
483
|
484
|
#
|
484
|
485
|
[env:black_stm32f407ve]
|
485
|
|
-platform = ststm32
|
|
486
|
+platform = ststm32@5.4.3
|
486
|
487
|
framework = arduino
|
487
|
488
|
board = blackSTM32F407VET6
|
488
|
489
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/black_stm32f407vet6.py
|
|
@@ -497,13 +498,13 @@ monitor_speed = 250000
|
497
|
498
|
# BIGTREE_SKR_PRO (STM32F407ZGT6 ARM Cortex-M4)
|
498
|
499
|
#
|
499
|
500
|
[env:BIGTREE_SKR_PRO]
|
500
|
|
-platform = ststm32
|
|
501
|
+platform = ststm32@5.4.3
|
501
|
502
|
framework = arduino
|
502
|
503
|
board = BigTree_SKR_Pro
|
503
|
504
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
504
|
505
|
build_flags = ${common.build_flags}
|
505
|
506
|
-DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"STM32F407ZG\"
|
506
|
|
- -DTARGET_STM32F4 -DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000
|
|
507
|
+ -DTARGET_STM32F4 -DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000 -DHAVE_HWSERIAL6
|
507
|
508
|
lib_deps = ${common.lib_deps}
|
508
|
509
|
lib_ignore = Adafruit NeoPixel, c1921b4, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
509
|
510
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|