You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
27: add hprint macros r=japaric a=japaric
which are useful when using QEMU
the implementation uses unsafe `static mut` variables instead of safe `static` +
`interrupt::Mutex` to continue supporting Rust 1.30. `Mutex`'s const
constructor requires 1.31; moving to it would be a breaking change.
this PR also prepares a new release
Co-authored-by: Jorge Aparicio <jorge@japaric.io>
0 commit comments