[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 += \
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user