[app][mdebug] change default build configuration
- use swd-m0sub instead of swd-sgpio - disable lk console
This commit is contained in:
@@ -4,8 +4,10 @@ MODULE := $(LOCAL_DIR)
|
||||
|
||||
MODULE_SRCS += \
|
||||
$(LOCAL_DIR)/mdebug.c \
|
||||
$(LOCAL_DIR)/rswd.c \
|
||||
$(LOCAL_DIR)/swd-sgpio.c
|
||||
$(LOCAL_DIR)/rswd.c
|
||||
|
||||
#MODULE_SRCS += $(LOCAL_DIR)/swd-sgpio.c
|
||||
MODULE_SRCS += $(LOCAL_DIR)/swd-m0sub.c
|
||||
|
||||
include make/module.mk
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
MODULES += \
|
||||
app/shell \
|
||||
lib/debugcommands \
|
||||
app/mdebug
|
||||
MODULES += app/mdebug
|
||||
|
||||
#MODULES += app/shell lib/debugcommands
|
||||
|
||||
GLOBAL_DEFINES += WITH_DEBUGGER_INFO=1
|
||||
#GLOBAL_DEFINES += WITH_NO_CLOCK_INIT=1
|
||||
|
||||
TARGET := lpclink2
|
||||
|
||||
Reference in New Issue
Block a user