-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
the logic for PWM configuration is not the usual one, the original commit was right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and verified 👍
#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 */ |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR needs core 4.1.x (arduino/ArduinoCore-mbed@9bcf502) with RPC fixes by @iabdalkader