try to add STM32F1 nolib (not working yet)

This commit is contained in:
eddyem
2018-11-03 17:23:02 +03:00
parent 913b909342
commit 34f6afb702
75 changed files with 93262 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ STARTUP = $(OBJDIR)/startup.o
OBJS += $(STARTUP)
DEPS := $(OBJS:.o=.d)
INC_DIR ?= ../../inc
INC_DIR ?= ../inc
INCLUDE := -I$(INC_DIR)/F0 -I$(INC_DIR)/cm
LIB_DIR := $(INC_DIR)/ld