|
@@ -442,11 +442,12 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
442
|
442
|
platform = ststm32
|
443
|
443
|
board = genericSTM32F103VE
|
444
|
444
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/build_flags.py
|
445
|
|
- ${common.build_flags} -DDEBUG_LEVEL=DEBUG_NONE -std=gnu++11 -MMD -ffunction-sections -fdata-sections -nostdlib
|
|
445
|
+ ${common.build_flags} -DDEBUG_LEVEL=DEBUG_NONE -std=gnu++14 -MMD -ffunction-sections -fdata-sections -nostdlib
|
446
|
446
|
-DBOARD_generic_stm32f103v -DARDUINO_GENERIC_STM32F103V -DARDUINO_ARCH_STM32F1
|
447
|
447
|
-DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DVECT_TAB_ADDR=0x8000000 -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
|
448
|
+build_unflags = -std=gnu++11
|
448
|
449
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
449
|
|
-lib_ignore = Adafruit NeoPixel, LiquidTWI2, SPI
|
|
450
|
+lib_ignore = Adafruit NeoPixel, SPI
|
450
|
451
|
upload_protocol = serial
|
451
|
452
|
|
452
|
453
|
#
|