zephyr/subsys/net/lib/openthread/platform
Lukasz Maciejonczyk 245457649b net: openthread: fix check for unsuccessful wipe
ot_setting_delete_subtree returns the information if the subtree
had been found in the persistent storage or not before removing.
This has matter for otPlatSettingsGet. In other uses cases
the return value shoud be ignored.
The right place for the check if deletion succeded is in
settings_load_subtree_direct and its callback.
Currently "ot factoryreset" causes an assert if there is no
OpenThread dataset stored in the persistent memory.
This PR fixes it.

Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>
2022-03-11 11:26:34 -08:00
..
alarm.c net: openthread: Fix alarm timers reference calculation 2021-10-26 09:28:27 -04:00
CMakeLists.txt net: openthread: store settings in RAM if there is no flash driver 2021-12-09 11:04:49 -06:00
crypto_psa.c openthread: platform: implement otPlatCryptoRand API 2022-03-01 12:49:36 +01:00
diag.c
entropy.c
logging.c net: openthread: bring back LOG_MODE_MINIMAL support 2022-03-01 12:49:36 +01:00
memory.c
misc.c net: openthread: Implement otPlatAssertFail 2021-07-01 13:22:01 -04:00
openthread-core-zephyr-config.h net: openthread: remove CONFIG_OPENTHREAD_CSL_SAMPLE_WINDOW 2022-03-07 10:54:30 +01:00
platform-zephyr.h
platform.c
radio.c openthread: net: implementing of otPlatRadioSetChannelMaxTransmitPower 2022-03-08 09:21:48 -06:00
settings.c net: openthread: fix check for unsuccessful wipe 2022-03-11 11:26:34 -08:00
shell.c net: openthread: revert CLI prompt workaround 2022-01-07 12:48:27 -05:00
spi.c
uart.c net: ot: rework NCP interface configuration 2021-08-23 18:53:47 -04:00