Skip to content
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

drivers: mbox: mbox_esp32: fix mbox callback call #78517

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

uLipe
Copy link
Collaborator

@uLipe uLipe commented Sep 16, 2024

Fixes the mailbox notification callback that was not being called from the ISR when the other side sends something.

@uLipe
Copy link
Collaborator Author

uLipe commented Sep 16, 2024

Not sure why this was merged this way, fortunately my local copy had the correct code.

@sylvioalves
Copy link
Collaborator

sylvioalves commented Sep 17, 2024

Would you mind running clang-format in this file to fix the macro spaces?

raffarost
raffarost previously approved these changes Sep 17, 2024
Fixes the mailbox notification callback that was not
being called from the ISR when the other side sends
something.

Signed-off-by: Felipe Neves <[email protected]>
@uLipe
Copy link
Collaborator Author

uLipe commented Sep 17, 2024

@sylvioalves just run the clang-format, PTAL again.

Copy link
Collaborator

@raffarost raffarost left a comment

Choose a reason for hiding this comment

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

I just noticed this driver lacks taking IRQ priority and flags from DTS.
I'll submit a PR after yours gets merged

@uLipe
Copy link
Collaborator Author

uLipe commented Sep 17, 2024

@raffarost i think when this driver got merged, the priority properties and flags were not present in the upstream yet.

@uLipe uLipe removed their assignment Sep 18, 2024
@nashif nashif merged commit 4713707 into zephyrproject-rtos:main Sep 19, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants