Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit a51e900

Browse files
committed
add seperate build directory for stm32h7 borads due to incompatibility
1 parent afd88e9 commit a51e900

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.vscode/settings.json
2-
build/
2+
build/
3+
build_dm_mc_02/

Makefile_dm_mc02

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ OPT = -Og
3232
# paths
3333
#######################################
3434
# Build path
35-
BUILD_DIR = build
35+
BUILD_DIR = build_dm_mc_02
3636

3737
######################################
3838
# source

control-base

0 commit comments

Comments
 (0)