Skip to content

Commit 7fbf2b1

Browse files
committed
Rename CHITU_F103 variant
1 parent 887e30a commit 7fbf2b1

19 files changed

Lines changed: 18 additions & 58 deletions

File tree

.github/workflows/test-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- NUCLEO_F767ZI
9191
- REMRAM_V1
9292
- BTT_SKR_SE_BX
93+
- chitu_f103
9394

9495
# Put lengthy tests last
9596

buildroot/share/PlatformIO/boards/marlin_CHITU_F103.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
],
1717
"mcu": "stm32f103zet6",
18-
"variant": "CHITU_F103",
18+
"variant": "MARLIN_CHITU_F103",
1919
"ldscript": "chitu_f103.ld"
2020
},
2121
"debug": {

buildroot/share/PlatformIO/variants/CHITU_F103/wirish/start.S

Lines changed: 0 additions & 57 deletions
This file was deleted.

buildroot/share/PlatformIO/variants/CHITU_F103/board.cpp renamed to buildroot/share/PlatformIO/variants/MARLIN_CHITU_F103/board.cpp

File renamed without changes.

buildroot/share/PlatformIO/variants/CHITU_F103/board/board.h renamed to buildroot/share/PlatformIO/variants/MARLIN_CHITU_F103/board/board.h

File renamed without changes.

buildroot/share/PlatformIO/variants/CHITU_F103/ld/common.inc renamed to buildroot/share/PlatformIO/variants/MARLIN_CHITU_F103/ld/common.inc

File renamed without changes.

buildroot/share/PlatformIO/variants/CHITU_F103/ld/extra_libs.inc renamed to buildroot/share/PlatformIO/variants/MARLIN_CHITU_F103/ld/extra_libs.inc

File renamed without changes.

buildroot/share/PlatformIO/variants/CHITU_F103/ld/stm32f103z_dfu.ld renamed to buildroot/share/PlatformIO/variants/MARLIN_CHITU_F103/ld/stm32f103z_dfu.ld

File renamed without changes.

buildroot/share/PlatformIO/variants/CHITU_F103/ld/stm32f103zc.ld renamed to buildroot/share/PlatformIO/variants/MARLIN_CHITU_F103/ld/stm32f103zc.ld

File renamed without changes.

buildroot/share/PlatformIO/variants/CHITU_F103/ld/stm32f103zd.ld renamed to buildroot/share/PlatformIO/variants/MARLIN_CHITU_F103/ld/stm32f103zd.ld

File renamed without changes.

0 commit comments

Comments
 (0)