-
Notifications
You must be signed in to change notification settings - Fork 7.8k
drivers: mbox: espressif: add esp32c6 support #93202
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: espressif: add esp32c6 support #93202
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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.
Nice one! LGTM
@sylvioalves Carlo is not active to the mbox and AMP stuff has been a while. I added @wearyzen and @ithinuel since they are the current collaborators of the mbox drivers according maintaners file |
Improve shared memory usage among HP and LP Core Signed-off-by: Lucas Tamborrino <[email protected]>
Add LP Core interrupt source Signed-off-by: Lucas Tamborrino <[email protected]>
Espressif's interrupt controller drive should not build for ESP32C6 LP Core since it's behavior is different. Add proper condition for that. Signed-off-by: Lucas Tamborrino <[email protected]>
Add support for esp32c6 HP and LP Core Signed-off-by: Lucas Tamborrino <[email protected]>
34e0075
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.
LGTM :)
Add mbox sample support for ESP32C6 HP and LP Core Signed-off-by: Lucas Tamborrino <[email protected]>
|
Add support for esp32c6 HP and LP Core.
Add mbox sample support for ESP32C6 HP and LP Core.
Add LP Core interrupt sources.
Improve shared memory usage among HP and LP Core.