doc: update source tree structure documentation
New top-level dts/ folder and description added. Fixed error in bullet list in subsys/ description (needed a blank like before the list. Alphabetized folder list (subsys/ was listed after tests/) Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
266792af9c
commit
2c5b3c1605
1 changed files with 10 additions and 4 deletions
|
@ -24,11 +24,17 @@ which are not described here.
|
|||
Board related code and configuration files.
|
||||
|
||||
:file:`doc`
|
||||
Zephyr documentation source files and tools.
|
||||
Zephyr technical documentation source files and tools used to
|
||||
generate the http://zephyrproject.org/doc web content.
|
||||
|
||||
:file:`drivers`
|
||||
Device driver code.
|
||||
|
||||
:file:`dts`
|
||||
Device tree source (.dts) files used to describe non-discoverable
|
||||
board-specific hardware details previously hard coded in the OS
|
||||
source code.
|
||||
|
||||
:file:`ext`
|
||||
Externally created code that has been integrated into Zephyr
|
||||
from other sources, such as hardware interface code supplied by
|
||||
|
@ -54,13 +60,13 @@ which are not described here.
|
|||
Various programs and other files used to build and test Zephyr
|
||||
applications.
|
||||
|
||||
:file:`tests`
|
||||
Test code and benchmarks for Zephyr features.
|
||||
|
||||
:file:`subsys`
|
||||
Subsystems of Zephyr, including:
|
||||
|
||||
* USB device stack code.
|
||||
* Networking code, including the Bluetooth stack and networking stacks.
|
||||
* File system code.
|
||||
* Bluetooth host and controller
|
||||
|
||||
:file:`tests`
|
||||
Test code and benchmarks for Zephyr features.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue