~ruther/stm32-templates

87ee6a0b21df6a530324a6739513410ad6714e97 — Rutherther 6 months ago 92d2eba master
chore: enable debugging
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 19,7 19,7 @@ DEVICESRCS=$(wildcard $(DEVICEDIR)/*.c)
SRCS=$(PROJSRCS) $(GENERALSRCS) $(DEVICESRCS)
OBJS=$(patsubst %.c,obj/%.o,$(SRCS))

CFLAGS=-I$(INCDIR) -I$(DEVICEDIR)/$(INCDIR) -mthumb -mcpu=$(CPU) -nostdlib
CFLAGS=-I$(INCDIR) -I$(DEVICEDIR)/$(INCDIR) -mthumb -mcpu=$(CPU) -nostdlib -g
LDFLAGS=-T$(DEVICEDIR)/linker_script.ld -nostdlib

CC=arm-none-eabi-gcc

Do not follow this link