docs: Update information about tree structure

add boards, tests sub-directories to the tree.

Change-Id: I353fd4a4b2b23f7d3a7ca22d42b555ffb1b14ce5
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-02-14 14:35:14 -05:00
commit 1ab2d24c1a

View file

@ -15,7 +15,9 @@ which are not described here.
* architecture-specific nanokernel source files
* architecture-specific nanokernel include files for private APIs
* platform-specific code
* board configuration files
:file:`boards`
Board related code and configuration files.
:file:`doc`
Zephyr documentation-related material and tools.
@ -42,6 +44,9 @@ which are not described here.
Sample applications for the microkernel, nanokernel, Bluetooth stack,
and networking stacks.
:file:`tests`
Test code and benchmarks for the various kernel features.
:file:`scripts`
Various programs and other files used to build and test Zephyr
applications.