diff --git a/.github/workflows/ci-build-tests.yml b/.github/workflows/ci-build-tests.yml index 1fa87a6ac5f68..e7ab65f3d9f7a 100644 --- a/.github/workflows/ci-build-tests.yml +++ b/.github/workflows/ci-build-tests.yml @@ -125,7 +125,7 @@ jobs: - REMRAM_V1 # STM32H7 - - BTT_SKR_SE_BX + - BIGTREE_SKR_SE_BX - STM32H743VI_btt # STM32F1 (Maple) diff --git a/Marlin/src/pins/pins.h b/Marlin/src/pins/pins.h index 2baaf73323e95..ef7b6f567c0ee 100644 --- a/Marlin/src/pins/pins.h +++ b/Marlin/src/pins/pins.h @@ -846,9 +846,9 @@ #elif MB(NUCLEO_F767ZI) #include "stm32f7/pins_NUCLEO_F767ZI.h" // STM32F7 env:NUCLEO_F767ZI #elif MB(BTT_SKR_SE_BX_V2) - #include "stm32h7/pins_BTT_SKR_SE_BX_V2.h" // STM32H7 env:BTT_SKR_SE_BX + #include "stm32h7/pins_BTT_SKR_SE_BX_V2.h" // STM32H7 env:BIGTREE_SKR_SE_BX #elif MB(BTT_SKR_SE_BX_V3) - #include "stm32h7/pins_BTT_SKR_SE_BX_V3.h" // STM32H7 env:BTT_SKR_SE_BX + #include "stm32h7/pins_BTT_SKR_SE_BX_V3.h" // STM32H7 env:BIGTREE_SKR_SE_BX #elif MB(BTT_SKR_V3_0) #include "stm32h7/pins_BTT_SKR_V3_0.h" // STM32H7 env:STM32H743VI_btt env:STM32H723VG_btt #elif MB(BTT_SKR_V3_0_EZ) @@ -1024,7 +1024,7 @@ #error "BOARD_BTT_SKR_V2_0 is now BOARD_BTT_SKR_V2_0_REV_A or BOARD_BTT_SKR_V2_0_REV_B. See https://bit.ly/3t5d9JQ for more information. Please update your configuration." #elif MB(TH3D_EZBOARD_LITE_V2) #error "BOARD_TH3D_EZBOARD_LITE_V2 is now BOARD_TH3D_EZBOARD_V2. Please update your configuration." - #elif MB(BTT_SKR_SE_BX) + #elif MB(BIGTREE_SKR_SE_BX) #error "BOARD_BTT_SKR_SE_BX is now BOARD_BTT_SKR_SE_BX_V2 or BOARD_BTT_SKR_SE_BX_V3. Please update your configuration." #elif MB(MKS_MONSTER8) #error "BOARD_MKS_MONSTER8 is now BOARD_MKS_MONSTER8_V1 or BOARD_MKS_MONSTER8_V2. Please update your configuration." diff --git a/buildroot/tests/BTT_SKR_SE_BX b/buildroot/tests/BIGTREE_SKR_SE_BX similarity index 83% rename from buildroot/tests/BTT_SKR_SE_BX rename to buildroot/tests/BIGTREE_SKR_SE_BX index 199cff14b9b03..f29a754eaf55f 100755 --- a/buildroot/tests/BTT_SKR_SE_BX +++ b/buildroot/tests/BIGTREE_SKR_SE_BX @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Build tests for BTT_SKR_SE_BX +# Build tests for BIGTREE_SKR_SE_BX # # exit on first failure diff --git a/ini/stm32h7.ini b/ini/stm32h7.ini index e5392464db709..37ae64ffbd474 100644 --- a/ini/stm32h7.ini +++ b/ini/stm32h7.ini @@ -22,7 +22,7 @@ # # BigTreeTech SKR SE BX V2.0 / V3.0 (STM32H743IIT6 ARM Cortex-M7) # -[env:BTT_SKR_SE_BX] +[env:BIGTREE_SKR_SE_BX] extends = stm32_variant # framework-arduinoststm32 uses biqu-bx-workaround branch platform_packages = framework-arduinoststm32@https://github.com/thisiskeithb/Arduino_Core_STM32/archive/8b3522051a.zip