samples/zoap_server: Using unified kernel API

Dropping legacy API.

Change-Id: If01eb40b7dfd9fac322ab8c001b7ebe37c0fed43
Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
This commit is contained in:
Vinicius Costa Gomes 2016-11-11 11:32:46 -03:00 committed by Jukka Rissanen
parent 19087b8eca
commit b3dc2f8ecd
3 changed files with 0 additions and 8 deletions

View File

@ -16,7 +16,6 @@
# limitations under the License.
#
MDEF_FILE = prj.mdef
BOARD = qemu_x86
CONF_FILE = prj.conf

View File

@ -1,4 +1,3 @@
CONFIG_NANOKERNEL=y
CONFIG_NANO_TIMEOUTS=y
CONFIG_NETWORKING=y
CONFIG_NET_IPV6=y
@ -7,7 +6,6 @@ CONFIG_NET_SLIP=y
CONFIG_NET_UDP=y
CONFIG_NET_YAIP=y
CONFIG_SLIP_TAP=y
CONFIG_SYSTEM_WORKQUEUE=y
CONFIG_SYS_LOG=y
CONFIG_SYS_LOG_SHOW_COLOR=y
CONFIG_TEST_RANDOM_GENERATOR=y

View File

@ -1,5 +0,0 @@
% Application : zoap server
% TASK NAME PRIO ENTRY STACK GROUPS
% ===================================================
TASK MAIN 7 main 2048 [EXE]