File tree Expand file tree Collapse file tree 1 file changed +1
-57
lines changed
cores/arduino/stm32/OpenAMP Expand file tree Collapse file tree 1 file changed +1
-57
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments