-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update SPLE glossary with latest workshop outcome
- Loading branch information
Showing
11 changed files
with
583 additions
and
169 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 |
---|---|---|
|
@@ -157,3 +157,6 @@ dmypy.json | |
|
||
# Cython debug symbols | ||
cython_debug/ | ||
|
||
# Draw.io backup files | ||
*.drawio.bkp |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ | |
"cSpell.words": [ | ||
"cookiecutter", | ||
"kconfig", | ||
"kconfiglib" | ||
"kconfiglib", | ||
"SPLE" | ||
] | ||
} |
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
✨ Features | ||
************ | ||
|
||
Component Report | ||
---------------- | ||
|
||
To support the :ref:`component <what_is_a_component>` development, SPL Core provides features to: | ||
|
||
- document the component behavior - see :ref:`How to create a component detail design <how_to_component_detail_design>` | ||
- test the component behavior - see :ref:`How to create a component test cases <how_to_component_test_cases>` | ||
- generate component report with full traceability between documentation, code and tests - see :ref:`Component relevant CMake Targets <component_cmake_targets>` | ||
|
||
|
||
Variant Report | ||
-------------- | ||
|
||
To support the :ref:`variant <what_is_a_variant>` development, SPL Core provides features to: | ||
|
||
✨ Features | ||
************ | ||
|
||
Component Report | ||
---------------- | ||
|
||
To support the :ref:`component <glossary_component>` development, SPL Core provides features to: | ||
|
||
- document the component behavior - see :ref:`How to create a component detail design <how_to_component_detail_design>` | ||
- test the component behavior - see :ref:`How to create a component test cases <how_to_component_test_cases>` | ||
- generate component report with full traceability between documentation, code and tests - see :ref:`Component relevant CMake Targets <component_cmake_targets>` | ||
|
||
|
||
Variant Report | ||
-------------- | ||
|
||
To support the :ref:`variant <glossary_variant>` development, SPL Core provides features to: | ||
|
||
TODO: add variant report description |
Oops, something went wrong.