max32630-fthr: Enable gdb debugging in Makefile

This commit is contained in:
Matthias Ringwald 2017-08-18 09:52:52 +02:00
parent 4cd5c7b426
commit 79714be82e

View File

@ -43,6 +43,8 @@ PROJECT=spp_and_le_streamer
# Specify the target processor
TARGET=MAX3263x
PROJ_CFLAGS+=-DRO_FREQ=96000000
PROJ_CFLAGS+=-g3 -ggdb -DDEBUG
CPPFLAGS+=-g3 -ggdb -DDEBUG
# Create Target name variables
TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)