summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-12-22 08:24:02 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-12-24 01:53:16 +0000
commitebe9771d02c150cc574a64063d1230dd24165854 (patch)
tree2593792bcc35cc7dc15d57288b672d647ba088a5 /doc
parentb549e0fbca8ddb13f5f5a73cb8f2fea4c4ea09c4 (diff)
doc: move kernel_v2 to kernel
Change-Id: I6caa94bc1a3d1986966652cd0a24bf22f3697481 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/kernel_api.rst2
-rw-r--r--doc/index.rst2
-rw-r--r--doc/kernel/data_passing/data_passing.rst (renamed from doc/kernel_v2/data_passing/data_passing.rst)0
-rw-r--r--doc/kernel/data_passing/fifos.rst (renamed from doc/kernel_v2/data_passing/fifos.rst)0
-rw-r--r--doc/kernel/data_passing/lifos.rst (renamed from doc/kernel_v2/data_passing/lifos.rst)0
-rw-r--r--doc/kernel/data_passing/mailboxes.rst (renamed from doc/kernel_v2/data_passing/mailboxes.rst)0
-rw-r--r--doc/kernel/data_passing/message_queues.rst (renamed from doc/kernel_v2/data_passing/message_queues.rst)0
-rw-r--r--doc/kernel/data_passing/pipes.rst (renamed from doc/kernel_v2/data_passing/pipes.rst)0
-rw-r--r--doc/kernel/data_passing/stacks.rst (renamed from doc/kernel_v2/data_passing/stacks.rst)0
-rw-r--r--doc/kernel/kernel.rst (renamed from doc/kernel_v2/kernel.rst)2
-rw-r--r--doc/kernel/memory/heap.rst (renamed from doc/kernel_v2/memory/heap.rst)0
-rw-r--r--doc/kernel/memory/memory.rst (renamed from doc/kernel_v2/memory/memory.rst)0
-rw-r--r--doc/kernel/memory/pools.rst (renamed from doc/kernel_v2/memory/pools.rst)0
-rw-r--r--doc/kernel/memory/slabs.rst (renamed from doc/kernel_v2/memory/slabs.rst)0
-rw-r--r--doc/kernel/other/atomic.rst (renamed from doc/kernel_v2/other/atomic.rst)0
-rw-r--r--doc/kernel/other/c_library.rst (renamed from doc/kernel_v2/other/c_library.rst)0
-rw-r--r--doc/kernel/other/cpu_idle.rst (renamed from doc/kernel_v2/other/cpu_idle.rst)0
-rw-r--r--doc/kernel/other/cxx_support.rst (renamed from doc/kernel_v2/other/cxx_support.rst)0
-rw-r--r--doc/kernel/other/float.rst (renamed from doc/kernel_v2/other/float.rst)0
-rw-r--r--doc/kernel/other/interrupts.rst (renamed from doc/kernel_v2/other/interrupts.rst)0
-rw-r--r--doc/kernel/other/kernel_event_logger.rst (renamed from doc/kernel_v2/other/kernel_event_logger.rst)0
-rw-r--r--doc/kernel/other/other.rst (renamed from doc/kernel_v2/other/other.rst)0
-rw-r--r--doc/kernel/other/ring_buffers.rst (renamed from doc/kernel_v2/other/ring_buffers.rst)0
-rw-r--r--doc/kernel/overview/changes.rst (renamed from doc/kernel_v2/overview/changes.rst)0
-rw-r--r--doc/kernel/overview/glossary.rst (renamed from doc/kernel_v2/overview/glossary.rst)0
-rw-r--r--doc/kernel/overview/overview.rst (renamed from doc/kernel_v2/overview/overview.rst)0
-rw-r--r--doc/kernel/overview/source_tree.rst (renamed from doc/kernel_v2/overview/source_tree.rst)0
-rw-r--r--doc/kernel/synchronization/alerts.rst (renamed from doc/kernel_v2/synchronization/alerts.rst)0
-rw-r--r--doc/kernel/synchronization/mutexes.rst (renamed from doc/kernel_v2/synchronization/mutexes.rst)0
-rw-r--r--doc/kernel/synchronization/semaphores.rst (renamed from doc/kernel_v2/synchronization/semaphores.rst)0
-rw-r--r--doc/kernel/synchronization/synchronization.rst (renamed from doc/kernel_v2/synchronization/synchronization.rst)0
-rw-r--r--doc/kernel/threads/custom_data.rst (renamed from doc/kernel_v2/threads/custom_data.rst)0
-rw-r--r--doc/kernel/threads/lifecycle.rst (renamed from doc/kernel_v2/threads/lifecycle.rst)0
-rw-r--r--doc/kernel/threads/scheduling.rst (renamed from doc/kernel_v2/threads/scheduling.rst)0
-rw-r--r--doc/kernel/threads/system_threads.rst (renamed from doc/kernel_v2/threads/system_threads.rst)0
-rw-r--r--doc/kernel/threads/threads.rst (renamed from doc/kernel_v2/threads/threads.rst)0
-rw-r--r--doc/kernel/threads/workqueues.rst (renamed from doc/kernel_v2/threads/workqueues.rst)0
-rw-r--r--doc/kernel/timing/clocks.rst (renamed from doc/kernel_v2/timing/clocks.rst)0
-rw-r--r--doc/kernel/timing/timers.rst (renamed from doc/kernel_v2/timing/timers.rst)0
-rw-r--r--doc/kernel/timing/timing.rst (renamed from doc/kernel_v2/timing/timing.rst)0
40 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/kernel_api.rst b/doc/api/kernel_api.rst
index 7af05bcd4..15766808f 100644
--- a/doc/api/kernel_api.rst
+++ b/doc/api/kernel_api.rst
@@ -4,7 +4,7 @@ Kernel APIs
###########
This section contains APIs for the kernel's core services,
-as described in the :ref:`kernel_v2`.
+as described in the :ref:`kernel`.
.. important::
Unless otherwise noted these APIs can be used by threads, but not by ISRs.
diff --git a/doc/index.rst b/doc/index.rst
index 7d45333a2..225c824d7 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -31,7 +31,7 @@ Sections
introduction/introducing_zephyr.rst
getting_started/getting_started.rst
board/board.rst
- kernel_v2/kernel.rst
+ kernel/kernel.rst
drivers/drivers.rst
subsystems/subsystems.rst
api/api.rst
diff --git a/doc/kernel_v2/data_passing/data_passing.rst b/doc/kernel/data_passing/data_passing.rst
index cae29b9ea..cae29b9ea 100644
--- a/doc/kernel_v2/data_passing/data_passing.rst
+++ b/doc/kernel/data_passing/data_passing.rst
diff --git a/doc/kernel_v2/data_passing/fifos.rst b/doc/kernel/data_passing/fifos.rst
index b06629bdb..b06629bdb 100644
--- a/doc/kernel_v2/data_passing/fifos.rst
+++ b/doc/kernel/data_passing/fifos.rst
diff --git a/doc/kernel_v2/data_passing/lifos.rst b/doc/kernel/data_passing/lifos.rst
index 15dc533b9..15dc533b9 100644
--- a/doc/kernel_v2/data_passing/lifos.rst
+++ b/doc/kernel/data_passing/lifos.rst
diff --git a/doc/kernel_v2/data_passing/mailboxes.rst b/doc/kernel/data_passing/mailboxes.rst
index 9af3f5089..9af3f5089 100644
--- a/doc/kernel_v2/data_passing/mailboxes.rst
+++ b/doc/kernel/data_passing/mailboxes.rst
diff --git a/doc/kernel_v2/data_passing/message_queues.rst b/doc/kernel/data_passing/message_queues.rst
index e23c3a2fb..e23c3a2fb 100644
--- a/doc/kernel_v2/data_passing/message_queues.rst
+++ b/doc/kernel/data_passing/message_queues.rst
diff --git a/doc/kernel_v2/data_passing/pipes.rst b/doc/kernel/data_passing/pipes.rst
index 499571657..499571657 100644
--- a/doc/kernel_v2/data_passing/pipes.rst
+++ b/doc/kernel/data_passing/pipes.rst
diff --git a/doc/kernel_v2/data_passing/stacks.rst b/doc/kernel/data_passing/stacks.rst
index b6b779246..b6b779246 100644
--- a/doc/kernel_v2/data_passing/stacks.rst
+++ b/doc/kernel/data_passing/stacks.rst
diff --git a/doc/kernel_v2/kernel.rst b/doc/kernel/kernel.rst
index ff5379146..11257de12 100644
--- a/doc/kernel_v2/kernel.rst
+++ b/doc/kernel/kernel.rst
@@ -1,4 +1,4 @@
-.. _kernel_v2:
+.. _kernel:
Zephyr Kernel Primer (version 2)
################################
diff --git a/doc/kernel_v2/memory/heap.rst b/doc/kernel/memory/heap.rst
index 14ceff378..14ceff378 100644
--- a/doc/kernel_v2/memory/heap.rst
+++ b/doc/kernel/memory/heap.rst
diff --git a/doc/kernel_v2/memory/memory.rst b/doc/kernel/memory/memory.rst
index 018049031..018049031 100644
--- a/doc/kernel_v2/memory/memory.rst
+++ b/doc/kernel/memory/memory.rst
diff --git a/doc/kernel_v2/memory/pools.rst b/doc/kernel/memory/pools.rst
index 2f8b18fb6..2f8b18fb6 100644
--- a/doc/kernel_v2/memory/pools.rst
+++ b/doc/kernel/memory/pools.rst
diff --git a/doc/kernel_v2/memory/slabs.rst b/doc/kernel/memory/slabs.rst
index 4a503d2cf..4a503d2cf 100644
--- a/doc/kernel_v2/memory/slabs.rst
+++ b/doc/kernel/memory/slabs.rst
diff --git a/doc/kernel_v2/other/atomic.rst b/doc/kernel/other/atomic.rst
index 22b8bd087..22b8bd087 100644
--- a/doc/kernel_v2/other/atomic.rst
+++ b/doc/kernel/other/atomic.rst
diff --git a/doc/kernel_v2/other/c_library.rst b/doc/kernel/other/c_library.rst
index 985927af8..985927af8 100644
--- a/doc/kernel_v2/other/c_library.rst
+++ b/doc/kernel/other/c_library.rst
diff --git a/doc/kernel_v2/other/cpu_idle.rst b/doc/kernel/other/cpu_idle.rst
index 06d70030b..06d70030b 100644
--- a/doc/kernel_v2/other/cpu_idle.rst
+++ b/doc/kernel/other/cpu_idle.rst
diff --git a/doc/kernel_v2/other/cxx_support.rst b/doc/kernel/other/cxx_support.rst
index 8efdf791b..8efdf791b 100644
--- a/doc/kernel_v2/other/cxx_support.rst
+++ b/doc/kernel/other/cxx_support.rst
diff --git a/doc/kernel_v2/other/float.rst b/doc/kernel/other/float.rst
index cc6bc744e..cc6bc744e 100644
--- a/doc/kernel_v2/other/float.rst
+++ b/doc/kernel/other/float.rst
diff --git a/doc/kernel_v2/other/interrupts.rst b/doc/kernel/other/interrupts.rst
index c3fca31f2..c3fca31f2 100644
--- a/doc/kernel_v2/other/interrupts.rst
+++ b/doc/kernel/other/interrupts.rst
diff --git a/doc/kernel_v2/other/kernel_event_logger.rst b/doc/kernel/other/kernel_event_logger.rst
index fc0869f42..fc0869f42 100644
--- a/doc/kernel_v2/other/kernel_event_logger.rst
+++ b/doc/kernel/other/kernel_event_logger.rst
diff --git a/doc/kernel_v2/other/other.rst b/doc/kernel/other/other.rst
index 6e949f3d2..6e949f3d2 100644
--- a/doc/kernel_v2/other/other.rst
+++ b/doc/kernel/other/other.rst
diff --git a/doc/kernel_v2/other/ring_buffers.rst b/doc/kernel/other/ring_buffers.rst
index 1cbbdfaf4..1cbbdfaf4 100644
--- a/doc/kernel_v2/other/ring_buffers.rst
+++ b/doc/kernel/other/ring_buffers.rst
diff --git a/doc/kernel_v2/overview/changes.rst b/doc/kernel/overview/changes.rst
index 3ca4dd6fa..3ca4dd6fa 100644
--- a/doc/kernel_v2/overview/changes.rst
+++ b/doc/kernel/overview/changes.rst
diff --git a/doc/kernel_v2/overview/glossary.rst b/doc/kernel/overview/glossary.rst
index f2c4ff77c..f2c4ff77c 100644
--- a/doc/kernel_v2/overview/glossary.rst
+++ b/doc/kernel/overview/glossary.rst
diff --git a/doc/kernel_v2/overview/overview.rst b/doc/kernel/overview/overview.rst
index 3252f5792..3252f5792 100644
--- a/doc/kernel_v2/overview/overview.rst
+++ b/doc/kernel/overview/overview.rst
diff --git a/doc/kernel_v2/overview/source_tree.rst b/doc/kernel/overview/source_tree.rst
index 0537e1633..0537e1633 100644
--- a/doc/kernel_v2/overview/source_tree.rst
+++ b/doc/kernel/overview/source_tree.rst
diff --git a/doc/kernel_v2/synchronization/alerts.rst b/doc/kernel/synchronization/alerts.rst
index 695585df5..695585df5 100644
--- a/doc/kernel_v2/synchronization/alerts.rst
+++ b/doc/kernel/synchronization/alerts.rst
diff --git a/doc/kernel_v2/synchronization/mutexes.rst b/doc/kernel/synchronization/mutexes.rst
index c01f221bc..c01f221bc 100644
--- a/doc/kernel_v2/synchronization/mutexes.rst
+++ b/doc/kernel/synchronization/mutexes.rst
diff --git a/doc/kernel_v2/synchronization/semaphores.rst b/doc/kernel/synchronization/semaphores.rst
index ee1c3a6e4..ee1c3a6e4 100644
--- a/doc/kernel_v2/synchronization/semaphores.rst
+++ b/doc/kernel/synchronization/semaphores.rst
diff --git a/doc/kernel_v2/synchronization/synchronization.rst b/doc/kernel/synchronization/synchronization.rst
index 9b673d876..9b673d876 100644
--- a/doc/kernel_v2/synchronization/synchronization.rst
+++ b/doc/kernel/synchronization/synchronization.rst
diff --git a/doc/kernel_v2/threads/custom_data.rst b/doc/kernel/threads/custom_data.rst
index f84b4d720..f84b4d720 100644
--- a/doc/kernel_v2/threads/custom_data.rst
+++ b/doc/kernel/threads/custom_data.rst
diff --git a/doc/kernel_v2/threads/lifecycle.rst b/doc/kernel/threads/lifecycle.rst
index 6e76e267c..6e76e267c 100644
--- a/doc/kernel_v2/threads/lifecycle.rst
+++ b/doc/kernel/threads/lifecycle.rst
diff --git a/doc/kernel_v2/threads/scheduling.rst b/doc/kernel/threads/scheduling.rst
index 163bbd5f7..163bbd5f7 100644
--- a/doc/kernel_v2/threads/scheduling.rst
+++ b/doc/kernel/threads/scheduling.rst
diff --git a/doc/kernel_v2/threads/system_threads.rst b/doc/kernel/threads/system_threads.rst
index 29f9f8e6e..29f9f8e6e 100644
--- a/doc/kernel_v2/threads/system_threads.rst
+++ b/doc/kernel/threads/system_threads.rst
diff --git a/doc/kernel_v2/threads/threads.rst b/doc/kernel/threads/threads.rst
index d705b548d..d705b548d 100644
--- a/doc/kernel_v2/threads/threads.rst
+++ b/doc/kernel/threads/threads.rst
diff --git a/doc/kernel_v2/threads/workqueues.rst b/doc/kernel/threads/workqueues.rst
index d87879284..d87879284 100644
--- a/doc/kernel_v2/threads/workqueues.rst
+++ b/doc/kernel/threads/workqueues.rst
diff --git a/doc/kernel_v2/timing/clocks.rst b/doc/kernel/timing/clocks.rst
index fb2017d24..fb2017d24 100644
--- a/doc/kernel_v2/timing/clocks.rst
+++ b/doc/kernel/timing/clocks.rst
diff --git a/doc/kernel_v2/timing/timers.rst b/doc/kernel/timing/timers.rst
index 87c65b1ec..87c65b1ec 100644
--- a/doc/kernel_v2/timing/timers.rst
+++ b/doc/kernel/timing/timers.rst
diff --git a/doc/kernel_v2/timing/timing.rst b/doc/kernel/timing/timing.rst
index 3651f2862..3651f2862 100644
--- a/doc/kernel_v2/timing/timing.rst
+++ b/doc/kernel/timing/timing.rst