-
Notifications
You must be signed in to change notification settings - Fork 165
cortex-m-semihosting: Ship a 1.0 release #290
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
Comments
rust-embedded/cortex-m-semihosting#41 and rust-embedded/cortex-m-semihosting#48 are both breaking changes. Would be good to get them in before 1.0. |
I would say rust-embedded/cortex-m-semihosting#49 is a blocker: can we even get
if we go this route then device-specific crates (PAC, HAL and the like) can expose a safe wrapper to it if they know the crate will only ever be used on a single-core device |
Yeah, added rust-embedded/cortex-m-semihosting#49.
That doesn't sound horrible. I was thinking of doing something like this for |
290: Beef up CI r=therealprof a=jonas-schievink Closes rust-embedded/cortex-m-rt#233 Closes rust-embedded/cortex-m-rt#80 Co-authored-by: Jonas Schievink <[email protected]>
Part of rust-embedded/wg#383
Blockers:
interrupt::free
is not enough to accessstatic mut
safely cortex-m-semihosting#49 –interrupt::free
is not enough to accessstatic mut
safelyThe text was updated successfully, but these errors were encountered: