This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
2478dd250b
zephyr
/
tests
/
net
/
lib
/
zoap
/
testcase.ini
5 lines
69 B
INI
Raw
Normal View
History
Unescape
Escape
tests: Add simple CoAP tests Change-Id: I3d7b11ac5a623eab8e07d484b60c24c8a9a824f1 Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2016-06-18 06:20:42 +08:00
[test]
tags
=
net
iot/zoap: Port to the native stack This ports zoap to the native stack. Just for reference, and totally not scientific, here are the numbers using the old stack: $ size outdir/qemu_x86/zephyr.elf text data bss dec hex filename 34657 10316 16916 61889 f1c1 outdir/qemu_x86/zephyr.elf With yaip: $ size outdir/qemu_x86/zephyr.elf text data bss dec hex filename 30575 9148 6164 45887 b33f outdir/qemu_x86/zephyr.elf Jira: ZEP-818 Change-Id: I7992a3e2af7d419081ee5a64d7cc2d49fb628ead Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
2016-09-22 22:23:16 +08:00
arch_whitelist
=
x86
platform_whitelist
=
qemu_x86