mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
docs/doxygen : Add CPU section
Add section `CPU Configurations` in `config` group
This commit is contained in:
parent
03670e6e86
commit
8156b13cc8
@ -14,3 +14,9 @@
|
|||||||
* sharing the same architecture, the implementation is split into several CPU
|
* sharing the same architecture, the implementation is split into several CPU
|
||||||
* specific parts and an architecture part (e.g. arm7_common and lpc23xx).
|
* 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.
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user