zephyr/subsys
Ravi kumar Veeramally c8954d3544 net: coap: CoAP library support over sockets
CoAP library is migrated to support over socket based
applications or other higher layer protocols. Most of the
API's and functionality is kept as it is except few changes.

net_pkt/net_buf is removed from CoAP library. Now it expects
a pre-allocated flat buffer and length. If there is not enough
space to append any data, library simply returns an error.
It's user's responsibility to allocate and free memory.

One change in functionality is, earlier coap_pending_clear()
used to clear the memory, but now it's user's responsibility
to free the memory.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2018-10-31 19:44:25 -04:00
..
app_memory
bluetooth Bluetooth: controller: Optimize RNG access 2018-10-30 11:16:34 +01:00
console
cpp C++: Fix vtable with libstdc++ 2018-10-30 08:11:28 -04:00
debug debug: openocd: Add floating point context to openocd offsets 2018-10-31 12:05:11 -04:00
dfu
disk subsys: disk access: move to new logger 2018-10-16 17:30:09 -04:00
fb subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
fs shell: Fix typo 2018-10-21 17:25:14 -04:00
logging logging: add arguments counting in log_generic 2018-10-31 14:32:21 +01:00
mgmt
net net: coap: CoAP library support over sockets 2018-10-31 19:44:25 -04:00
power power: Add OS Power Management debug hooks 2018-10-28 11:44:22 -04:00
random
settings
shell shell: fix assert in wildcard plugin 2018-10-29 09:58:08 +00:00
storage
usb usb: device: Fix compile warning 2018-10-29 10:52:00 -04:00
CMakeLists.txt subsys: add monochrome character framebuffer 2018-10-16 14:54:47 -04:00
Kconfig Build: Improve C++ support 2018-10-29 09:15:04 -04:00