From 23fd054eba4de91b891170a82ee925af3387c343 Mon Sep 17 00:00:00 2001 From: "jc_.kim" Date: Thu, 28 Sep 2017 23:40:21 +0900 Subject: [PATCH] Enable LWIP_ERROR and LWIP_ASSERT in artik053/tc defconfig For debugging, enable lwip error and assert configs --- build/configs/artik053/tc/defconfig | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/build/configs/artik053/tc/defconfig b/build/configs/artik053/tc/defconfig index 551c740..769ac31 100644 --- a/build/configs/artik053/tc/defconfig +++ b/build/configs/artik053/tc/defconfig @@ -669,6 +669,8 @@ CONFIG_NET_DEFAULT_THREAD_STACKSIZE=0 # # Debug Options for Network # +CONFIG_NET_LWIP_ASSERT=y +CONFIG_NET_LWIP_ERROR=y # CONFIG_NET_LWIP_DEBUG is not set # @@ -1080,13 +1082,12 @@ CONFIG_NETDB_DNSSERVER_BY_DHCP=y # # External Libraries # -# CONFIG_LWM2M_WAKAAMA is not set -# CONFIG_ENABLE_IOTIVITY is not set -# CONFIG_LIBTUV is not set # CONFIG_AWS_SDK is not set -# CONFIG_ENABLE_IOTJS is not set -CONFIG_NETUTILS_JSON=y # CONFIG_NETUTILS_CODECS is not set +# CONFIG_ENABLE_IOTIVITY is not set +CONFIG_NETUTILS_JSON=y +# CONFIG_LIBTUV is not set +# CONFIG_LWM2M_WAKAAMA is not set # # Application Configuration @@ -1108,7 +1109,6 @@ CONFIG_BUILTIN_APPS=y # CONFIG_EXAMPLES_DNSCLIENT_TEST is not set # CONFIG_EXAMPLES_DTLS_CLIENT is not set # CONFIG_EXAMPLES_DTLS_SERVER is not set -# CONFIG_EXAMPLES_EASYSETUP is not set # CONFIG_EXAMPLES_EEPROM_TEST is not set # CONFIG_EXAMPLES_FOTA_SAMPLE is not set # CONFIG_FILESYSTEM_HELPER_ENABLE is not set @@ -1130,6 +1130,7 @@ CONFIG_EXAMPLES_SLSIWIFI_PRIORITY=50 CONFIG_EXAMPLES_SLSIWIFI_STACKSIZE=2048 # CONFIG_EXAMPLES_SMART is not set # CONFIG_EXAMPLES_SMART_TEST is not set +# CONFIG_EXAMPLES_ST_THINGS is not set # CONFIG_EXAMPLES_SYSIO_TEST is not set CONFIG_EXAMPLES_TESTCASE=y CONFIG_EXAMPLES_TESTCASE_ARASTORAGE_UTC=y @@ -1274,8 +1275,13 @@ CONFIG_ENABLE_UPTIME=y # # Runtime Environment # +# CONFIG_ENABLE_IOTJS is not set # # Device Management # # CONFIG_DM is not set + +# +# Things Management +# -- 2.7.4