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

Incorporate DWT Tracing helpers from stm32f4xx-hal? #530

Open
astapleton opened this issue May 15, 2024 · 0 comments
Open

Incorporate DWT Tracing helpers from stm32f4xx-hal? #530

astapleton opened this issue May 15, 2024 · 0 comments

Comments

@astapleton
Copy link

The stm32f4xx-hal has a neat module for using the DWT for tracing/profiling (https://github.com/stm32-rs/stm32f4xx-hal/blob/master/src/dwt.rs). Given that the DWT is a Cortex-M feature, I was wondering if it makes sense to move it here and expose it either via the cortex-m crate, or a new crate? It could a neat thing to build into a helpful tool for all Cortex-M developers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant