Simple crate to make working with hardware registers easier
Go to file
Sean Cross 03bfd901f8 lib: fix `no_std` compiling
Add a conditional check to enable `no_std` if the target_os is "none".

Signed-off-by: Sean Cross <sean@xobs.io>
2020-09-27 11:49:02 +08:00
src lib: fix `no_std` compiling 2020-09-27 11:49:02 +08:00
.gitattributes initial commit 2020-09-27 11:27:18 +08:00
.gitignore initial commit 2020-09-27 11:27:18 +08:00
Cargo.toml initial commit 2020-09-27 11:27:18 +08:00