working fft shite

This commit is contained in:
2016-05-25 14:10:53 +02:00
parent 58faf80df8
commit bd7f65abdb
295 changed files with 170094 additions and 1499 deletions
+2 -2
View File
@@ -91,7 +91,7 @@ STFLASH := $(shell which st-flash)
###############################################################################
# For CMSIS compatibility
DEFS += -D__weak="__attribute__((weak))" -D__packed="__attribute__((__packed__))"
DEFS += -D__weak="__attribute__((weak))" -D__packed="__attribute__((__packed__))" -D__STATIC_INLINE="static inline"
DEFS += -DVERBOSE_LOGGING=1
###############################################################################
@@ -113,7 +113,7 @@ LIB_CFLAGS = -Wno-shadow -Wno-float-equal -Wno-inline -Wno-unused-parameter -W
###############################################################################
# Linker flags
LDFLAGS += --static -lm -lc -nostartfiles -specs=nano.specs
LDFLAGS += --static -lm -lc -nostartfiles -specs=nano.specs
LDFLAGS += -Llib
LDFLAGS += -T$(LDSCRIPT)
LDFLAGS += -Wl,-Map=$(*).map