From 1ab2d24c1a8f17b43b8167b3511c7afb4428f980 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 14 Feb 2016 14:35:14 -0500 Subject: [PATCH] docs: Update information about tree structure add boards, tests sub-directories to the tree. Change-Id: I353fd4a4b2b23f7d3a7ca22d42b555ffb1b14ce5 Signed-off-by: Anas Nashif --- doc/kernel/overview/source_tree.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/kernel/overview/source_tree.rst b/doc/kernel/overview/source_tree.rst index 1ea4f6bcc13..03dead88f88 100644 --- a/doc/kernel/overview/source_tree.rst +++ b/doc/kernel/overview/source_tree.rst @@ -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.