-
Notifications
You must be signed in to change notification settings - Fork 8k
dts: soc: nxp lpc55xxx: Add SWO support #95916
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
base: main
Are you sure you want to change the base?
Conversation
Hello @hengrun, and thank you very much for your first pull request to the Zephyr project! |
1515ac6
to
a1a17bf
Compare
@hengrun Thank you for your contribution. You have a compliance issue that needs to be resolved. All the commit messages need to have header and body with signoff. |
@hengrun we can not move forward on this PR until you address the compliance issue. And please address the merge conflict https://docs.zephyrproject.org/latest/contribute/guidelines.html#pull-request-guidelines |
a1a17bf
to
e89608d
Compare
Add ITM to common device tree and set the correct clock config when using SWO as a logging backend Signed-off-by: Henrik Grunmach <[email protected]>
e89608d
to
9582330
Compare
|
Your commit 5492b0b with title "Merge branch 'main' into add-swo-lpc55" is the problem. Amend the commit to fix the title and description to align with Zephyr guidelines: https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-message-guidelines |
Add ARMv8 ITM to lpc55S2x common device tree and set the clock config when using SWO as a logging backend.