[app][mdebug] change default build configuration

- use swd-m0sub instead of swd-sgpio
- disable lk console
This commit is contained in:
Brian Swetland
2015-08-03 09:40:03 -07:00
parent 965b66a78b
commit 9a630fcf52
2 changed files with 10 additions and 6 deletions

View File

@@ -4,8 +4,10 @@ MODULE := $(LOCAL_DIR)
MODULE_SRCS += \ MODULE_SRCS += \
$(LOCAL_DIR)/mdebug.c \ $(LOCAL_DIR)/mdebug.c \
$(LOCAL_DIR)/rswd.c \ $(LOCAL_DIR)/rswd.c
$(LOCAL_DIR)/swd-sgpio.c
#MODULE_SRCS += $(LOCAL_DIR)/swd-sgpio.c
MODULE_SRCS += $(LOCAL_DIR)/swd-m0sub.c
include make/module.mk include make/module.mk

View File

@@ -1,6 +1,8 @@
MODULES += \ MODULES += app/mdebug
app/shell \
lib/debugcommands \ #MODULES += app/shell lib/debugcommands
app/mdebug
GLOBAL_DEFINES += WITH_DEBUGGER_INFO=1
#GLOBAL_DEFINES += WITH_NO_CLOCK_INIT=1
TARGET := lpclink2 TARGET := lpclink2