We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f0321 commit a8aad9dCopy full SHA for a8aad9d
libraries/openamp_arduino/src/openamp_conf.h
@@ -158,7 +158,7 @@ extern int __OPENAMP_region_end__[];
158
#define VRING_BUFF_ADDRESS (SHM_START_ADDRESS + 0x2000)
159
#define VRING_BUFF_SIZE (SHM_SIZE - 0x2000)
160
#define VRING_ALIGNMENT 32
161
-#define VRING_NUM_BUFFS 16 /* number of rpmsg buffers */
+#define VRING_NUM_BUFFS 64 /* number of rpmsg buffers */
162
163
/* Fixed parameter */
164
#define NUM_RESOURCE_ENTRIES 2
0 commit comments