aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 05d38e33c..de2db1c6f 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -329,6 +329,16 @@
/** @} */
/**
+ * @defgroup ThreadLists Thread Lists and Queues
+ * @{
+ * ChibiOS/RT thread lists and queues utilities.
+ * @ingroup Kernel
+ * @file chlists.c Lists and queues code.
+ * @file lists.h Lists and queues macros and structures.
+ */
+/** @} */
+
+/**
* @defgroup Threads Threads
* @{
* Threads creation and termination APIs.