commit | ccbd6967065503a287ed2a1fcdc710f2ef08dc54 | [log] [tgz] |
---|---|---|
author | Michael Scott <michael.scott@linaro.org> | Thu Oct 26 23:59:43 2017 -0700 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Tue Oct 31 09:41:27 2017 +0200 |
tree | 28477ff00c2e568b5d7ad482ddd804c667d3b035 | |
parent | febcf5317b29153b2c78e6f7dbb30cc323c236bc [diff] |
net: lwm2m: remove predefined firmware buffer from firmware_pull Now that we can access resource data in the lwm2m subsys, let's use the user provided firmware push buffer (5/0/0) to also store the firmware pull data. This way the size of the firmware pull buffer is completely up to the application. NOTE: This patch adds a 64 byte firmware buffer to the lwm2m_client sample for this purpose. Signed-off-by: Michael Scott <michael.scott@linaro.org>