mirror of
https://github.com/espressif/openthread.git
synced 2026-09-15 21:50:08 +00:00
Dataset storage (#866)
* Store active dataset and pending dataset in non-volatile memory. * Retrieve active dataset and pending dataset from non-volatile memory after each reboot. * Leader will generate the active dataset if it is not initialized. * Clear pending dataset after it replaces active dataset. * Create different pseudo flash files for posix nodes.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\examples\platforms\posix\alarm.c" />
|
||||
<ClCompile Include="..\..\examples\platforms\posix\flash-windows-stubs.c" />
|
||||
<ClCompile Include="..\..\examples\platforms\posix\logging.c" />
|
||||
<ClCompile Include="..\..\examples\platforms\posix\misc.c" />
|
||||
<ClCompile Include="..\..\examples\platforms\posix\platform.c" />
|
||||
@@ -171,4 +172,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
<ClCompile Include="..\..\examples\platforms\posix\alarm.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\examples\platforms\posix\flash-windows-stubs.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\examples\platforms\posix\logging.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
@@ -40,4 +43,4 @@
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user