zephyr/subsys/net
Michael Scott 2027c10a9f net: lwm2m: remove "path" from object and resource instances
The path member of the object instance and resource instance structures
can easily be removed to save several bytes per instance over the entire
LwM2M subsystem.  So let's remove it.

Example savings when building for nrf52_blenano:
SRAM usage before patch: 37952 B
SRAM usage after patch: 36576 B

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-05-11 16:38:49 +03:00
..
ip net: ip: context: Merge send_data() into the only caller 2018-05-10 16:23:53 -07:00
lib net: lwm2m: remove "path" from object and resource instances 2018-05-11 16:38:49 +03:00
buf.c
CMakeLists.txt
hostname.c net: hostname: Fix hostname buffer length 2018-04-26 16:31:16 +03:00
Kconfig
Kconfig.hostname
TODO