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

Derive Debug and defmt::Format for StackAllocation #889

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

jannic
Copy link
Member

@jannic jannic commented Jan 13, 2025

The derived formatting looks like StackAllocation { mem: 0x20000040..0x20004040 }. While this exposes an implementation detail (the naming of the mem field), I think it's good enough for debug output.

Closes #888

@thejpster
Copy link
Member

I really need to work out how to merge these HALs so we don't have to do everything twice.

@thejpster thejpster merged commit bfde496 into rp-rs:main Jan 13, 2025
49 checks passed
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

Successfully merging this pull request may close these issues.

multicore::StackAllocation should impl Debug
2 participants