Commit Graph

7 Commits

Author SHA1 Message Date
Shu Chen 7eed76c781 Use a new specialized ChildInfo structure for children information persistent storage (#1572)
Create a new specialized ChildInfo structure, which will be only used for children information storage

Also update otPlatSettingsGet() to be consistent with its documentation:
* return the actual length of the setting, but not the actual length it read to aValue
2017-04-11 19:17:20 -07:00
Jonathan Hui 5e34eee014 Remove private code_utils.hpp include from examples. (#1534) 2017-04-04 08:46:54 -07:00
Jonathan Hui e919576978 Move include/platform to include/openthread/platform. 2017-03-02 10:24:55 -08:00
Jonathan Hui 075bff327c Move openthread-types.h to openthread/types.h. 2017-03-02 10:24:55 -08:00
Jonathan Hui 7c743f3d8d Initialize length parameter before calling otPlatSettingsGet(). (#1116)
- Handle input length in `otPlatSettingsGet()` example.
2017-01-06 15:32:08 -08:00
Jonathan Hui e8769287a7 Clean up makefiles. (#1021) 2016-11-30 22:20:12 -08:00
pvanhorn 85fb7a451c Remove otPlatFlash API's and move settings from core to examples. (#889)
* Remove otPlatFlash API's and move settings from core to examples.
2016-10-28 18:42:19 -07:00