netutils: introduce er-coap library
authorJin-Seong Kim <jseong82.kim@samsung.com>
Fri, 24 Mar 2017 02:25:11 +0000 (11:25 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:01 +0000 (12:02 +0900)
commit869f9d3bca34b49afc5c88c65a09b5dd1eb9a9fc
tree17a200bda8a9a762fda3e72e6909fac3b5d1eda6
parent75d1942548c7520b2a02aa776b95f87ae31331e4
netutils: introduce er-coap library

This commit adds er-coap library
 - er-coap library : er-coap-13 from wakaama

Change-Id: I29f034958a8161e7136a0347cb521f8afcf40dfc
Signed-off-by: Jin-Seong Kim <jseong82.kim@samsung.com>
apps/include/netutils/er-coap/LICENSE [new file with mode: 0644]
apps/include/netutils/er-coap/er-coap-13.h [new file with mode: 0644]
apps/include/netutils/er-coap/er-coap-conf.h [new file with mode: 0644]
apps/include/netutils/er-coap/er-coap-constants.h [new file with mode: 0644]
apps/netutils/Kconfig
apps/netutils/er-coap/Kconfig [new file with mode: 0644]
apps/netutils/er-coap/LICENSE [new file with mode: 0644]
apps/netutils/er-coap/Makefile [new file with mode: 0755]
apps/netutils/er-coap/er-coap-13.c [new file with mode: 0644]