zephyr/samples
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
..
application_development tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
basic tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
bluetooth tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
boards samples: environmental_sensing: fix the data type for read_u32() 2017-10-17 09:10:26 +03:00
cpp_synchronization tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
drivers tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
grove tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
hello_world tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
mpu doc: fix doc misspellings 2017-10-17 14:31:52 -04:00
net net: lwm2m: add firmware push support 2017-10-17 19:40:04 -04:00
nfc/nfc_hello tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
philosophers tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
sensor doc: fix doc misspellings 2017-10-17 14:31:52 -04:00
subsys tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
synchronization tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
testing tests: samples: fix yaml syntax 2017-10-15 08:15:00 -04:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst doc: add MPU samples to index 2017-06-20 10:40:16 -04:00