-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OIS] Set of maintenance improvements and documentation (#26688)
* [OIS] Unit-tests improvements Cleanup unit-tests project configuration - use default values. Set maximum fabrics to 5 for OIS platform. Cleanup main file. Signed-off-by: ATmobica <[email protected]> * [OIS] Build improvement Set Release Cmake build type for non-debug build. Signed-off-by: ATmobica <[email protected]> * [OIS] Extend KeyValueStore Manager with Shutdown function Add a Shutdown() function that deinitializes the KV store. Add Shutdown implementation to OIS KV stores. Signed-off-by: ATmobica <[email protected]> * [OIS] Add select KVS storage type option to build script Add build script argument to select KVS storage type ps or tdb. Signed-off-by: ATmobica <[email protected]> * [OIS] Change TF-M AN552 layout Increase TF-M non-secure partition size to 2.25 MB - adjust to the current size of the binary of examples. Reorder the TF-M memory areas in QSPI. Put the OTP / NV counters between protected storage and ITS. This will be useful for dumping memory to guarantee persistence. Signed-off-by: ATmobica <[email protected]> * [OIS] Add KVS storage file support Add an option to pass the path to the KVS storage file which will be used to ensure persistence. Use --data and --dump FVP options to load/dump KVS storage memory to the specific file. Add description to the OIS documentation. Signed-off-by: ATmobica <[email protected]> * [OIS] Debugging setup improvements Use the Linux Fast Models FVP package for Matter environment and install it inside the Docker container. Create helper script to setup FVP Fast Model extension with GDB plugin. Debugging setup documentation update. Signed-off-by: ATmobica <[email protected]> * [OIS] Unit tests docs and maintenance improvements Create unit test description - setup, build, run, test and debug the unit test project. Explaining the unit testing approach. Add common list of currently supported Matter's component tests. Use it in CMake build, helper script, VSCode tasks and documentation. Update unit tests README file. Signed-off-by: ATmobica <[email protected]> * [OIS] Update the examples docs and maintenance improvements Add setup Open IoT SDK network VScode task. Add networking setup details and default settings. Update the OIS example documentation and extend it with description of adding a new example. Update examples README files. Create the list of supported Matter examples and use it in helper script and VSCode tasks. Add specific examples of how to build/run/debug and any additional notes to be aware of. Update the OIS commissioning description - use the chip-tool as controller. Co-authored-by: ATmobica <[email protected]> Signed-off-by: Anna Bridge <[email protected]> * [Docs] Link OIS documentation to guides page Extend platform guides list with OIS documentation items Signed-off-by: ATmobica <[email protected]> --------- Signed-off-by: ATmobica <[email protected]> Signed-off-by: Anna Bridge <[email protected]> Co-authored-by: Anna Bridge <[email protected]>
- Loading branch information
Showing
31 changed files
with
1,354 additions
and
572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -719,6 +719,7 @@ Jupyter | |
jupyterlab | ||
KA | ||
kAdminister | ||
kbd | ||
kBusy | ||
kCase | ||
Kconfig | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.