fix makefiles and cleanup dirs
This commit is contained in:
parent
c1b2bd232d
commit
ef6106d17c
14 changed files with 7 additions and 3 deletions
2
myapps/OLD/readme.md
Normal file
2
myapps/OLD/readme.md
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
Uses standard HAL! Abandoned due to too many prerequisites.
|
||||||
|
|
||||||
|
|
@ -103,6 +103,7 @@ LDFLAGS = \
|
||||||
-T $(LDSCRIPT) \
|
-T $(LDSCRIPT) \
|
||||||
--specs=nano.specs \
|
--specs=nano.specs \
|
||||||
-specs=nosys.specs -lc -lm \
|
-specs=nosys.specs -lc -lm \
|
||||||
|
-Wl,-Map=$(BUILD_DIR)/$(TARGET).map \
|
||||||
-Wl,--gc-sections \
|
-Wl,--gc-sections \
|
||||||
-Wl,--print-memory-usage \
|
-Wl,--print-memory-usage \
|
||||||
-Wl,--no-warn-rwx-segments
|
-Wl,--no-warn-rwx-segments
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,7 @@ LDFLAGS = \
|
||||||
-T $(LDSCRIPT) \
|
-T $(LDSCRIPT) \
|
||||||
--specs=nano.specs \
|
--specs=nano.specs \
|
||||||
-specs=nosys.specs -lc -lm \
|
-specs=nosys.specs -lc -lm \
|
||||||
|
-Wl,-Map=$(BUILD_DIR)/$(TARGET).map \
|
||||||
-Wl,--gc-sections \
|
-Wl,--gc-sections \
|
||||||
-Wl,--print-memory-usage \
|
-Wl,--print-memory-usage \
|
||||||
-Wl,--no-warn-rwx-segments
|
-Wl,--no-warn-rwx-segments
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ OPT = -Os
|
||||||
#######################################
|
#######################################
|
||||||
# Build path
|
# Build path
|
||||||
BUILD_DIR = build
|
BUILD_DIR = build
|
||||||
VND_DIR = ../../vendor
|
VND_DIR = ../../../vendor
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
# source
|
# source
|
||||||
|
|
@ -20,7 +20,7 @@ OPT = -Os
|
||||||
#######################################
|
#######################################
|
||||||
# Build path
|
# Build path
|
||||||
BUILD_DIR = build
|
BUILD_DIR = build
|
||||||
VND_DIR = ../../vendor
|
VND_DIR = ../../../vendor
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
# source
|
# source
|
||||||
|
|
@ -20,7 +20,7 @@ OPT = -Os
|
||||||
#######################################
|
#######################################
|
||||||
# Build path
|
# Build path
|
||||||
BUILD_DIR = build
|
BUILD_DIR = build
|
||||||
VND_DIR = ../../vendor
|
VND_DIR = ../../../vendor
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
# source
|
# source
|
||||||
Loading…
Add table
Add a link
Reference in a new issue