zephyr/subsys
Michael Scott b37a005d68 net: lwm2m: add multi fragment support to LwM2M library
The existing LwM2M framework expected contiguous buffers and this
was the reason for the 384 byte buffer sizes.  This was previously
a limitation of the ZoAP API. The new CoAP API doesn't have this
limitation and the LwM2M library has already been migrated to use
it.

Let's finish the process by replacing any contiguous buffer handling
with the correct net_pkt APIs to parse across multiple fragments.

Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-10-31 09:41:27 +02:00
..
bluetooth Bluetooth: controller: Fix to enable Asym PHY on nRF52 Series 2017-10-30 14:51:18 +01:00
console subsys: console: Fix signed vs unsigned char issues. 2017-05-22 08:43:31 -05:00
cpp subsystem: cleanup misc and make cpp a subsystem 2017-07-06 09:13:46 -05:00
debug misc: userspace support for printk() 2017-10-11 09:23:57 -07:00
dfu dfu: replace FLASH_ALIGN with FLASH_WRITE_BLOCK_SIZE 2017-10-06 22:12:23 -04:00
disk license: add missing licenses and copyright 2017-06-08 10:41:56 -04:00
fs doc: fix doc misspellings 2017-10-17 14:31:52 -04:00
logging cleanup: rename fiber/task -> thread 2017-10-30 18:41:15 -04:00
net net: lwm2m: add multi fragment support to LwM2M library 2017-10-31 09:41:27 +02:00
shell shell: Adjust arguments when executing a command of different module 2017-06-09 18:54:27 -04:00
usb usb: netusb: Select NET_L2_ETHERNET when choosing Device Networking 2017-10-30 11:50:42 -04:00
Kconfig DFU: add module for interact with mcuboot 2017-09-11 11:37:43 -04:00
Makefile sensors: move userspace handlers location 2017-10-30 13:20:19 -07:00