Skip to content

Commit

Permalink
🔨 Update Longer and Chitu envs (MarlinFirmware#22467)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot authored and mh-dm committed May 15, 2022
1 parent 598ae75 commit 794df8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ini/stm32f1.ini
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ platform = ${common_stm32.platform}
extends = stm32_variant
board = genericSTM32F103VE
board_build.variant = MARLIN_F103Vx
board_build.rename = project.bin
board_build.offset = 0x10000
board_upload.offset_address = 0x08010000
build_flags = ${stm32_variant.build_flags}
Expand All @@ -342,7 +343,6 @@ build_flags = ${stm32_variant.build_flags}
build_unflags = ${stm32_variant.build_unflags}
-DUSBCON -DUSBD_USE_CDC -DHAL_PCD_MODULE_ENABLED
extra_scripts = ${stm32_variant.extra_scripts}
buildroot/share/PlatformIO/scripts/STM32F103VE_longer.py

#
# TRIGORILLA PRO (STM32F103ZET6)
Expand All @@ -363,8 +363,6 @@ board_build.variant = MARLIN_F103Zx
build_flags = ${stm32_variant.build_flags}
-DSTM32F1xx -DSTM32_XL_DENSITY
build_unflags = ${stm32_variant.build_unflags}
-DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=
-DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
extra_scripts = ${stm32_variant.extra_scripts}
buildroot/share/PlatformIO/scripts/chitu_crypt.py

Expand Down

0 comments on commit 794df8e

Please sign in to comment.