-
Notifications
You must be signed in to change notification settings - Fork 349
nvl: disable GDB stub until fixed in Zephyr #10476
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
Zephyr currently lacks GDB support for NVL, temporarily disable it in SOF. Signed-off-by: Guennadi Liakhovetski <[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.
Pull request overview
This pull request temporarily disables GDB stub support for Intel ADSP ACE40 NVL boards due to a lack of support in upstream Zephyr.
- Adds
CONFIG_GDBSTUB=nto both NVL board configurations - Includes explanatory comment indicating this is temporary
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| app/boards/intel_adsp_ace40_nvl.conf | Disables GDB stub for NVL board configuration |
| app/boards/intel_adsp_ace40_nvls.conf | Disables GDB stub for NVLS board configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@lgirdwood no, we don't, it was me who had upstreamed GDB stub support in Zephyr... |
ok - lets log a ticket for Zephyr folks. Thanks ! |
|
Zephyr currently lacks GDB support for NVL, temporarily disable it in SOF.