git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7607 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
9e20f4acd6
commit
c5c9353f2e
|
@ -149,11 +149,6 @@
|
||||||
* @ingroup streams
|
* @ingroup streams
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @defgroup data_files Abstract File Streams
|
|
||||||
* @ingroup streams
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @defgroup registry Registry
|
* @defgroup registry Registry
|
||||||
* @ingroup kernel
|
* @ingroup kernel
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
*
|
*
|
||||||
* @addtogroup binary_semaphores
|
* @addtogroup binary_semaphores
|
||||||
* @details Binary semaphores related APIs and services.
|
* @details Binary semaphores related APIs and services.
|
||||||
*
|
|
||||||
* <h2>Operation mode</h2>
|
* <h2>Operation mode</h2>
|
||||||
* Binary semaphores are implemented as a set of inline functions
|
* Binary semaphores are implemented as a set of inline functions
|
||||||
* that use the existing counting semaphores primitives. The
|
* that use the existing counting semaphores primitives. The
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
*
|
*
|
||||||
* @addtogroup mutexes
|
* @addtogroup mutexes
|
||||||
* @details Mutexes related APIs and services.
|
* @details Mutexes related APIs and services.
|
||||||
*
|
|
||||||
* <h2>Operation mode</h2>
|
* <h2>Operation mode</h2>
|
||||||
* A mutex is a threads synchronization object that can be in two
|
* A mutex is a threads synchronization object that can be in two
|
||||||
* distinct states:
|
* distinct states:
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
*
|
*
|
||||||
* @addtogroup registry
|
* @addtogroup registry
|
||||||
* @details Threads Registry related APIs and services.
|
* @details Threads Registry related APIs and services.
|
||||||
*
|
|
||||||
* <h2>Operation mode</h2>
|
* <h2>Operation mode</h2>
|
||||||
* The Threads Registry is a double linked list that holds all the
|
* The Threads Registry is a double linked list that holds all the
|
||||||
* active threads in the system.<br>
|
* active threads in the system.<br>
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
*
|
*
|
||||||
* @addtogroup semaphores
|
* @addtogroup semaphores
|
||||||
* @details Semaphores related APIs and services.
|
* @details Semaphores related APIs and services.
|
||||||
*
|
|
||||||
* <h2>Operation mode</h2>
|
* <h2>Operation mode</h2>
|
||||||
* Semaphores are a flexible synchronization primitive, ChibiOS/RT
|
* Semaphores are a flexible synchronization primitive, ChibiOS/RT
|
||||||
* implements semaphores in their "counting semaphores" variant as
|
* implements semaphores in their "counting semaphores" variant as
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
*
|
*
|
||||||
* @addtogroup threads
|
* @addtogroup threads
|
||||||
* @details Threads related APIs and services.
|
* @details Threads related APIs and services.
|
||||||
*
|
|
||||||
* <h2>Operation mode</h2>
|
* <h2>Operation mode</h2>
|
||||||
* A thread is an abstraction of an independent instructions flow.
|
* A thread is an abstraction of an independent instructions flow.
|
||||||
* In ChibiOS/RT a thread is represented by a "C" function owning
|
* In ChibiOS/RT a thread is represented by a "C" function owning
|
||||||
|
|
Loading…
Reference in New Issue