File tree Expand file tree Collapse file tree 7 files changed +12
-5
lines changed Expand file tree Collapse file tree 7 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 39
39
@{
40
40
@}
41
41
42
+ @brief Debug Services
43
+ @defgroup debug Debug
44
+ @ingroup os_services
45
+ @{
46
+ @}
47
+
42
48
@brief Connectivity
43
49
@defgroup connectivity Connectivity
44
50
@{
Original file line number Diff line number Diff line change 29
29
* @file
30
30
*
31
31
* @defgroup coredump_apis Coredump APIs
32
- * @ingroup os_services
32
+ * @ingroup debug
33
33
* @brief Coredump APIs
34
34
* @{
35
35
*/
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ extern "C" {
14
14
15
15
/**
16
16
* @defgroup coresight_apis Coresight APIs
17
+ * @ingroup debug
17
18
* @{
18
19
* @}
19
20
* @defgroup cs_trace_defmt Coresight Trace Deformatter
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ extern "C" {
14
14
#endif
15
15
16
16
/** @defgroup cpu_load CPU load monitor
17
- * @ingroup os_services
17
+ * @ingroup debug
18
18
* @brief Module for monitoring CPU Load
19
19
*
20
20
* This module allow monitoring of the CPU load.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extern "C" {
15
15
16
16
/**
17
17
* @defgroup mipi_stp_decoder_apis STP Decoder API
18
- * @ingroup os_services
18
+ * @ingroup debug
19
19
* @{
20
20
*/
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extern "C" {
15
15
16
16
/**
17
17
* @defgroup symtab_apis Symbol Table API
18
- * @ingroup os_services
18
+ * @ingroup debug
19
19
* @{
20
20
*/
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extern "C" {
15
15
#endif
16
16
17
17
/** @defgroup thread_analyzer Thread analyzer
18
- * @ingroup os_services
18
+ * @ingroup debug
19
19
* @brief Module for analyzing threads
20
20
*
21
21
* This module implements functions and the configuration that simplifies
You can’t perform that action at this time.
0 commit comments