doc: doxygen: add some subsystems to os_services group
Add the following root Doxygen modules under the umbrella of "OS Services" Doxygen group: - Cache - File system - IPC - RTIO - CRC - Iterable sections - ZBus - Task watchdog - Shell - Semihosting - Logging - System init Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
a98d673230
commit
248137169a
|
@ -16,6 +16,7 @@
|
|||
*
|
||||
* @brief public Semihosting APIs based on ARM definitions.
|
||||
* @defgroup semihost Semihosting APIs
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* @defgroup cache_interface Cache Interface
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief File System APIs
|
||||
* @defgroup file_system_api File System APIs
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
*/
|
||||
struct fs_file_system_t;
|
||||
|
|
|
@ -19,6 +19,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* @defgroup sys_init System Initialization
|
||||
* @ingroup os_services
|
||||
*
|
||||
* Zephyr offers an infrastructure to call initialization code before `main`.
|
||||
* Such initialization calls can be registered using SYS_INIT() or
|
||||
|
|
|
@ -18,6 +18,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief IPC
|
||||
* @defgroup ipc IPC
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
* @}
|
||||
*/
|
||||
|
|
|
@ -18,6 +18,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief Logging
|
||||
* @defgroup logging Logging
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
* @}
|
||||
*/
|
||||
|
|
|
@ -46,6 +46,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief RTIO
|
||||
* @defgroup rtio RTIO
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
* @}
|
||||
*/
|
||||
|
|
|
@ -69,7 +69,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief Shell API
|
||||
* @defgroup shell_api Shell API
|
||||
* @ingroup shell
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ extern "C" {
|
|||
|
||||
/**
|
||||
* @defgroup checksum Checksum
|
||||
* @ingroup os_services
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
@ -17,6 +17,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief Iterable Sections APIs
|
||||
* @defgroup iterable_section_apis Iterable Sections APIs
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
/**
|
||||
* @brief Task Watchdog APIs
|
||||
* @defgroup task_wdt_api Task Watchdog APIs
|
||||
* @ingroup subsystem
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ extern "C" {
|
|||
/**
|
||||
* @brief Zbus API
|
||||
* @defgroup zbus_apis Zbus APIs
|
||||
* @ingroup os_services
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue