Skip to content

Commit

Permalink
Rename CHITU_F103 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 25, 2021
1 parent 887e30a commit 7fbf2b1
Show file tree
Hide file tree
Showing 19 changed files with 18 additions and 58 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- NUCLEO_F767ZI
- REMRAM_V1
- BTT_SKR_SE_BX
- chitu_f103

# Put lengthy tests last

Expand Down
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/boards/marlin_CHITU_F103.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
],
"mcu": "stm32f103zet6",
"variant": "CHITU_F103",
"variant": "MARLIN_CHITU_F103",
"ldscript": "chitu_f103.ld"
},
"debug": {
Expand Down
57 changes: 0 additions & 57 deletions buildroot/share/PlatformIO/variants/CHITU_F103/wirish/start.S

This file was deleted.

16 changes: 16 additions & 0 deletions buildroot/tests/chitu_f103
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env bash
#
# Build tests for chitu_f103 (STM32F103ZE)
#

# exit on first failure
set -e

#
# Build with the default configurations
#
use_example_configs Tronxy/X5SA
exec_test $1 $2 "Tronxy/X5SA" "$3"

# clean up
restore_configs

0 comments on commit 7fbf2b1

Please sign in to comment.