Skip to content

RPC fixes #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 17, 2024
Merged

RPC fixes #44

merged 8 commits into from
Jan 17, 2024

Conversation

facchinm
Copy link
Member

This PR needs core 4.1.x (arduino/ArduinoCore-mbed@9bcf502) with RPC fixes by @iabdalkader

Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and verified 👍

@aentinger aentinger merged commit a8d8d13 into master Jan 17, 2024
@aentinger aentinger deleted the rpc_fixes branch January 17, 2024 11:48
#define VRING_TX_ADDRESS (SHM_START_ADDRESS + 0x1000)
#define VRING_BUFF_ADDRESS (SHM_START_ADDRESS + 0x2000)
#define VRING_BUFF_SIZE (SHM_SIZE - 0x2000)
#define VRING_ALIGNMENT 32
#define VRING_NUM_BUFFS 16 /* number of rpmsg buffers */

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been updated to 64 buffers.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants