zephyr/subsys
Robert Chou b93eb8dee1 net: lwm2m: add firmware push support
1. Add handling block1 option in handle_request(). The basic idea is
   to declare structure block_context at compiled time and use "token"
   as a key to pick up the on-going block cotext. It should be able to
   support multiple blockwise transfer concurrently
2. Use write callback implemented in lwm2m_obj_firmware to deal w/ the
   update state transition and than call the callback registered by the
   application
3. move default_block_size to lwm2m_engine.c to share between
   lwm2m_engine and lwm2m_obj_firmware_pull

Signed-off-by: Robert Chou <robert.ch.chou@acer.com>
[michael.scott@linaro.org: rebased on LwM2M net_app changes.]
Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-10-17 19:40:04 -04:00
..
bluetooth Bluetooth: Fix memory leak of command response buffer 2017-10-17 17:40:00 -04:00
console
cpp
debug misc: userspace support for printk() 2017-10-11 09:23:57 -07:00
dfu
disk
driver_handlers kernel: Provide only one _SYSCALL_HANDLER() macro 2017-10-16 13:42:15 -04:00
fs doc: fix doc misspellings 2017-10-17 14:31:52 -04:00
logging
net net: lwm2m: add firmware push support 2017-10-17 19:40:04 -04:00
shell
usb subsys: mass_storage: add composite device configuration 2017-10-13 09:18:14 -04:00
Kconfig
Makefile