Skip to content

Commit 88f42e6

Browse files
committed
Cleanup
1 parent c7ac6ef commit 88f42e6

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

cores/arduino/stm32/OpenAMP/rsc_table.c

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,36 +21,10 @@
2121
******************************************************************************
2222
*/
2323
#ifdef VIRTIOCON
24-
/** @addtogroup RSC_TABLE
25-
* @{
26-
*/
27-
28-
/** @addtogroup resource_table
29-
* @{
30-
*/
3124

32-
/** @addtogroup resource_table_Private_Includes
33-
* @{
34-
*/
3525
#include "rsc_table.h"
3626
#include "openamp/open_amp.h"
3727

38-
/**
39-
* @}
40-
*/
41-
42-
/** @addtogroup resource_table_Private_TypesDefinitions
43-
* @{
44-
*/
45-
46-
/**
47-
* @}
48-
*/
49-
50-
/** @addtogroup resource_table_Private_Defines
51-
* @{
52-
*/
53-
5428
#define RPMSG_IPU_C0_FEATURES 1
5529
#define VRING_COUNT 2
5630

cores/arduino/stm32/OpenAMP/rsc_table.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@
2121
#include "openamp/open_amp.h"
2222
#include "openamp_conf.h"
2323

24-
/* Place resource table in special ELF section */
25-
//#define __section_t(S) __attribute__((__section__(#S)))
26-
//#define __resource __section_t(.resource_table)
27-
28-
29-
30-
3124
/* Resource table for the given remote */
3225
struct shared_resource_table {
3326
unsigned int version;

0 commit comments

Comments
 (0)