From 8156b13cc895797311a9b90bdd49af752f53d1d2 Mon Sep 17 00:00:00 2001 From: Akshai M Date: Wed, 30 Jun 2021 12:16:27 +0200 Subject: [PATCH] docs/doxygen : Add CPU section Add section `CPU Configurations` in `config` group --- cpu/doc.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cpu/doc.txt b/cpu/doc.txt index 3f332afa66..467ada6e6a 100644 --- a/cpu/doc.txt +++ b/cpu/doc.txt @@ -14,3 +14,9 @@ * sharing the same architecture, the implementation is split into several CPU * specific parts and an architecture part (e.g. arm7_common and lpc23xx). */ + + /** + * @defgroup config_cpu CPU Configurations + * @ingroup config + * @brief Compile time configurations for different kinds of CPU. + */