zephyr/include
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
..
arch userspace: treat thread stacks as kernel objects 2017-10-16 19:02:00 -07:00
bluetooth Bluetooth: Add support for decoding new address types 2017-10-05 13:14:08 +03:00
crypto
debug
dfu
display
drivers kernel: fix k_thread_stack_t definition 2017-10-17 08:24:29 -07:00
dt-bindings
fs
linker userspace: treat thread stacks as kernel objects 2017-10-16 19:02:00 -07:00
logging
misc sys: slist, dlist: Improve "not thread safe" docstrings 2017-10-17 17:39:15 -04:00
net net: lwm2m: add firmware push support 2017-10-17 19:40:04 -04:00
shell
toolchain
usb usb: Add USB definitions for EEM device 2017-10-16 14:47:47 -04:00
zephyr
adc.h
aio_comparator.h
atomic.h
cache.h
clock_control.h
console.h
counter.h
crc16.h
device.h
disk_access.h
dma.h
eth.h
flash.h drivers: flash: Add API for retrieving a supported write-block-size 2017-10-11 11:19:15 -05:00
fs.h
gpio.h
i2c.h i2c: deprecate use of union dev_config 2017-10-11 10:45:12 -04:00
i2s.h doc: replace UTF-8 chars 2017-10-03 20:03:57 -04:00
init.h
ipm.h
irq_offload.h
irq.h
json.h
kernel_version.h
kernel.h kernel: fix k_thread_stack_t definition 2017-10-17 08:24:29 -07:00
pinmux.h
power.h
pthread.h
pwm.h
random.h
rtc.h
sensor.h sensors: implement system calls 2017-10-07 10:45:15 -07:00
shared_irq.h
spi_legacy.h
spi.h drivers/spi: Run CS/GPIO logic only when relevant 2017-10-10 09:42:45 -04:00
sw_isr_table.h
sys_clock.h
sys_io.h
syscall.h kernel: allow system call with 64-bit return val 2017-10-12 16:25:00 -07:00
toolchain.h
uart.h
watchdog.h
zephyr.h