Skip to content

Commit f81a5dd

Browse files
committed
openamp_conf.h: cleanup doxygen group comments
1 parent f1b61ca commit f81a5dd

File tree

1 file changed

+1
-57
lines changed

1 file changed

+1
-57
lines changed

cores/arduino/stm32/OpenAMP/openamp_conf.h

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -77,30 +77,6 @@ extern "C" {
7777
#include "virt_i2c.h"
7878
#endif /* VIRTUAL_I2C_MODULE_ENABLED */
7979

80-
/** @addtogroup OPENAMP_MW
81-
* @{
82-
*/
83-
84-
/** @defgroup OPENAMP_CONF OPENAMP_CONF
85-
* @brief Configuration file for Openamp mw
86-
* @{
87-
*/
88-
89-
/** @defgroup OPENAMP_CONF_Exported_Variables OPENAMP_CONF_Exported_Variables
90-
* @brief Public variables.
91-
* @{
92-
*/
93-
94-
/**
95-
* @}
96-
*/
97-
98-
/** @defgroup OPENAMP_CONF_Exported_Defines OPENAMP_CONF_Exported_Defines
99-
* @brief Defines for configuration of the Openamp mw
100-
* @{
101-
*/
102-
103-
10480
/*
10581
* for GCC add the following content to the .ld file:
10682
* MEMORY
@@ -132,46 +108,14 @@ extern int __OPENAMP_region_end__[]; /* defined by linker script */
132108
#error "VRING configuration for the device missing"
133109
#endif
134110

135-
/* Fixed parameter */
111+
/* Fixed parameters */
136112
#define NUM_RESOURCE_ENTRIES 2
137113
#define VRING_COUNT 2
138114

139115
#define VDEV_ID 0xFF
140116
#define VRING0_ID 0 /* VRING0 ID (master to remote) fixed to 0 for linux compatibility*/
141117
#define VRING1_ID 1 /* VRING1 ID (remote to master) fixed to 1 for linux compatibility */
142118

143-
/**
144-
* @}
145-
*/
146-
147-
/** @defgroup OPENAMP_CONF_Exported_Types OPENAMP_CONF_Exported_Types
148-
* @brief Types.
149-
* @{
150-
*/
151-
152-
/**
153-
* @}
154-
*/
155-
156-
/** @defgroup OPENAMP_CONF_Exported_FunctionsPrototype OPENAMP_CONF_Exported_FunctionsPrototype
157-
* @brief Declaration of public functions for OpenAMP mw.
158-
* @{
159-
*/
160-
161-
/* Exported functions -------------------------------------------------------*/
162-
163-
/**
164-
* @}
165-
*/
166-
167-
/**
168-
* @}
169-
*/
170-
171-
/**
172-
* @}
173-
*/
174-
175119
#ifdef __cplusplus
176120
}
177121
#endif

0 commit comments

Comments
 (0)