mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
max32630-fthr: Enable gdb debugging in Makefile
This commit is contained in:
parent
4cd5c7b426
commit
79714be82e
@ -43,6 +43,8 @@ PROJECT=spp_and_le_streamer
|
|||||||
# Specify the target processor
|
# Specify the target processor
|
||||||
TARGET=MAX3263x
|
TARGET=MAX3263x
|
||||||
PROJ_CFLAGS+=-DRO_FREQ=96000000
|
PROJ_CFLAGS+=-DRO_FREQ=96000000
|
||||||
|
PROJ_CFLAGS+=-g3 -ggdb -DDEBUG
|
||||||
|
CPPFLAGS+=-g3 -ggdb -DDEBUG
|
||||||
|
|
||||||
# Create Target name variables
|
# Create Target name variables
|
||||||
TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)
|
TARGET_UC:=$(shell echo $(TARGET) | tr a-z A-Z)
|
||||||
|
Loading…
Reference in New Issue
Block a user