-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Coresight: add init coresight driver framework #11605
Conversation
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.
Please include some basic documentation talking about these debug features: "how, when and why" it should be used. I saw ARM has a good documentation about it: https://developer.arm.com/documentation/102520/latest/ so maybe you could include it as reference and explain which benefits this support on NuttX brings to user and how they can use it for everyday debugging, etc.
@leo11261 any news? |
i will update them in few days. |
Signed-off-by: liaoao <[email protected]>
Signed-off-by: liaoao <[email protected]>
Signed-off-by: liaoao <[email protected]>
Signed-off-by: liaoao <[email protected]>
Signed-off-by: liaoao <[email protected]>
Signed-off-by: liaoao <[email protected]>
Signed-off-by: liaoao <[email protected]>
Signed-off-by: liaoao <[email protected]>
Signed-off-by: liaoao <[email protected]>
coresight_claim_device will fail when unregister device which has been enabled. device should be the init state when it is unregistered. Signed-off-by: liaoao <[email protected]>
…tered Signed-off-by: liaoao <[email protected]>
f72e842
to
d493e2c
Compare
Signed-off-by: liaoao <[email protected]>
Signed-off-by: liaoao <[email protected]>
I have already added one in latest commit,please refer to 6747f57 |
Summary
add init coresight driver framework
Impact
debug features
Testing
ETM->FUNNEL->ETF->ETR->psram
STM->FUNNEL->ETF->ETR->psram
coresight devices above are tested, and can produce trace data.