mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 04:52:38 +00:00
Stacks cost a lot of RAM in Zephyr. We have 3 total stacks in the LwM2M lib. We can remove 2 of these if add a service handler into the main LwM2M engine. Each service can register with this handler so that they can be called based on their own periodic timer. The handler itself will search through these registered services and call them when they become due otherwise sleep until another is ready. Signed-off-by: Michael Scott <michael.scott@linaro.org> |
||
---|---|---|
.. | ||
bluetooth | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
driver_handlers | ||
fs | ||
logging | ||
net | ||
shell | ||
usb | ||
Kconfig | ||
Makefile |