From a56bf9045d3e68101c42ced30884fa34675279c5 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 15 Apr 2022 02:05:02 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Simplify=20?= =?UTF-8?q?BIGTREE=5FSKR=5F2=5FF429=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ini/stm32f4.ini | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ini/stm32f4.ini b/ini/stm32f4.ini index d7c160d639..437dbdcd9b 100644 --- a/ini/stm32f4.ini +++ b/ini/stm32f4.ini @@ -231,18 +231,8 @@ build_unflags = ${env:BIGTREE_SKR_2_USB.build_unflags} -Os -NDEBUG # Bigtreetech SKR V2.0 F429 (STM32F429VGT6 ARM Cortex-M4) with USB Flash Drive Support # [env:BIGTREE_SKR_2_F429] -extends = stm32_variant -platform_packages = ${stm_flash_drive.platform_packages} +extends = env:BIGTREE_SKR_2 board = marlin_STM32F429VGT6 -board_build.variant = MARLIN_F4x7Vx -board_build.offset = 0x8000 -board_upload.offset_address = 0x08008000 -build_flags = ${stm_flash_drive.build_flags} - -DUSE_USBHOST_HS -DUSE_USB_HS_IN_FS - -DUSBD_IRQ_PRIO=5 -DUSBD_IRQ_SUBPRIO=6 - -DHSE_VALUE=8000000U -DHAL_SD_MODULE_ENABLED - -DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8 -upload_protocol = stlink # # BigTreeTech SKR V2.0 F429 (STM32F429VGT6 ARM Cortex-M4) with USB Media Share Support