move firmware source into source folder
parent
9b926b81ef
commit
d7285a20d9
@ -1,6 +1,7 @@
|
|||||||
build
|
|
||||||
**/.*
|
**/.*
|
||||||
gui/stmdspgui
|
|
||||||
**/*.o
|
**/*.o
|
||||||
**/*.so
|
**/*.so
|
||||||
perf*
|
perf*
|
||||||
|
build
|
||||||
|
eagle/*#*
|
||||||
|
gui/stmdspgui
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# List of all the board related files.
|
# List of all the board related files.
|
||||||
ifeq ($(TARGET_PLATFORM),H7)
|
ifeq ($(TARGET_PLATFORM),H7)
|
||||||
BOARDSRC = ./board/board_h7.c
|
BOARDSRC = ./source/board/board_h7.c
|
||||||
else
|
else
|
||||||
BOARDSRC = ./board/board_l4.c
|
BOARDSRC = ./source/board/board_l4.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Required include directories
|
# Required include directories
|
||||||
ifeq ($(TARGET_PLATFORM),H7)
|
ifeq ($(TARGET_PLATFORM),H7)
|
||||||
BOARDINC = ./board/h7
|
BOARDINC = ./source/board/h7
|
||||||
else
|
else
|
||||||
BOARDINC = ./board/l4
|
BOARDINC = ./source/board/l4
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Shared variables
|
# Shared variables
|
Loading…
Reference in New Issue