Browse Source

🔨 Update Longer and Chitu envs (#22467)

Tanguy Pruvot 4 years ago
parent
commit
002c500b71
No account linked to committer's email address
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      ini/stm32f1.ini

+ 1
- 3
ini/stm32f1.ini View File

333
 extends                     = stm32_variant
333
 extends                     = stm32_variant
334
 board                       = genericSTM32F103VE
334
 board                       = genericSTM32F103VE
335
 board_build.variant         = MARLIN_F103Vx
335
 board_build.variant         = MARLIN_F103Vx
336
+board_build.rename          = project.bin
336
 board_build.offset          = 0x10000
337
 board_build.offset          = 0x10000
337
 board_upload.offset_address = 0x08010000
338
 board_upload.offset_address = 0x08010000
338
 build_flags                 = ${stm32_variant.build_flags}
339
 build_flags                 = ${stm32_variant.build_flags}
342
 build_unflags               = ${stm32_variant.build_unflags}
343
 build_unflags               = ${stm32_variant.build_unflags}
343
                               -DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED
344
                               -DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED
344
 extra_scripts               = ${stm32_variant.extra_scripts}
345
 extra_scripts               = ${stm32_variant.extra_scripts}
345
-                              buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py
346
 
346
 
347
 #
347
 #
348
 # TRIGORILLA PRO (STM32F103ZET6)
348
 # TRIGORILLA PRO (STM32F103ZET6)
363
 build_flags          = ${stm32_variant.build_flags}
363
 build_flags          = ${stm32_variant.build_flags}
364
                        -DSTM32F1xx -DSTM32_XL_DENSITY
364
                        -DSTM32F1xx -DSTM32_XL_DENSITY
365
 build_unflags        = ${stm32_variant.build_unflags}
365
 build_unflags        = ${stm32_variant.build_unflags}
366
-                       -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=
367
-                       -DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
368
 extra_scripts        = ${stm32_variant.extra_scripts}
366
 extra_scripts        = ${stm32_variant.extra_scripts}
369
                        buildroot/share/PlatformIO/scripts/chitu_crypt.py
367
                        buildroot/share/PlatformIO/scripts/chitu_crypt.py
370
 
368
 

Loading…
Cancel
Save