Commit 9c13ae1
committed
doc: glossary: Consolidate "software component" as a term
In order to define different parts of the Zephyr codebase, we first need
a clear term that defines what a "part of the software" is, so
generalize the existing term "software component" to be used from now on
as the standardized term.
Given that the kernel is currently defined, as per:
https://docs.zephyrproject.org/latest/kernel/services/index.html
as:
"The Zephyr kernel lies at the heart of every Zephyr application. It
provides a low footprint, high performance, multi-threaded execution
environment with a rich set of available features. The rest of the
Zephyr ecosystem, including device drivers, networking stack, and
application-specific code, uses the kernel’s features to create a
complete application."
label it as a software component as well.
Signed-off-by: Carles Cufi <[email protected]>1 parent 61a8648 commit 9c13ae1
2 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
172 | | - | |
173 | | - | |
174 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments