-
Notifications
You must be signed in to change notification settings - Fork 75
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
Feature/static api #14
Feature/static api #14
Conversation
Hi Dusan, thank you, the proposal looks ok to me. I have couple of comments that will be added into the code review. |
Also, I am afraid we could get into troubles when having multiinstance. I am writing it here as this needs to be analyzed. |
Sure, from my point of you, it shouldn't be worse or better now in multiinstance case. I was trying to keep static context in same scope as semaphore, mutex,... |
Dusan, as per this instruction, could you please allow me to edit this PR. I would like to pass the update from my side to be reviewed and tested by you? Do you agree? Thank you. |
Sure, i agree, just i don't see simple way how can you push directly to this branch. |
I cannot see the checkbox for allowing that. Maybe due to: isaacs/github#1681 |
Signed-off-by: Cervenka Dusan <[email protected]>
Signed-off-by: Cervenka Dusan <[email protected]>
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.
- rpmsg_queue_rx_cb_data_t typedef placement needs to be finalized
- #include "rpmsg_default_config.h" needs to be added into all rpmsg_env_specific.h
Signed-off-by: Cervenka Dusan <[email protected]>
Signed-off-by: Cervenka Dusan <[email protected]>
Is it ok now? |
I think so, let me retest on my side once again, ok? |
Sure. |
Thank you for the effort, Dusan! |
Hi @MichalPrincNXP ,
this is WIP PR. It is not best and it is touching other platforms/env. I was working in nxp directory structure so some cases, which are now different (some files are generic here, but in nxp repo they looked env/platform specific) need be fixed. Could you propose me suggestions for this PR? Thank you.
Related to #13