zephyr/subsys/settings
Dominik Ermel dab67c35f1 settings: settings_register static table does not need mutex
It is not needed to protect static table of handlers, with mutex,
as there is no possibility that there will be anything added to the
table at runtime.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-02-08 10:07:38 +02:00
..
include/settings include: Fix use of <nvs/nvs.h> -> <fs/nvs.h> 2019-12-10 08:39:37 -05:00
src settings: settings_register static table does not need mutex 2020-02-08 10:07:38 +02:00
CMakeLists.txt
Kconfig settings: Deprecate base64 in fs backed settings 2020-01-16 10:21:29 -05:00