|
@@ -369,10 +369,13 @@ extends = common_stm32
|
369
|
369
|
board = genericSTM32F103VE
|
370
|
370
|
board_build.core = stm32
|
371
|
371
|
board_build.variant = MARLIN_F103Vx
|
372
|
|
-board_build.offset = 0x1000
|
|
372
|
+board_build.offset = 0x10000
|
373
|
373
|
board_build.address = 0x08010000
|
374
|
374
|
build_flags = ${common_stm32.build_flags} -DMCU_STM32F103VE -DU20 -DTS_V12
|
375
|
|
-build_unflags = ${common_stm32.build_unflags} -DUSBCON -DUSBD_USE_CDC
|
|
375
|
+ -DLED_BUILTIN=PC2 -UPIN_WIRE_SDA -UPIN_WIRE_SCL -DPIN_WIRE_SDA=PB11 -DPIN_WIRE_SCL=PB10
|
|
376
|
+ -DHAL_DAC_MODULE_DISABLED -DHAL_I2S_MODULE_DISABLED
|
|
377
|
+build_unflags = ${common_stm32.build_unflags}
|
|
378
|
+ -DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED
|
376
|
379
|
extra_scripts = ${stm32f1_variant.extra_scripts}
|
377
|
380
|
buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py
|
378
|
381
|
|