1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-28 23:29:45 +01:00

docs/doxygen : Add CPU section

Add section `CPU Configurations` in `config` group
This commit is contained in:
Akshai M 2021-06-30 12:16:27 +02:00
parent 03670e6e86
commit 8156b13cc8

View File

@ -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.
*/