8 Commits (c017fc16dd1460bfefcbaa39747035003559d3f4)

Author SHA1 Message Date
Andre Richter ad2d0d1182
🎉 Update to Rust 2018 🎉 6 years ago
Andre Richter 0bd363f375
Sync with the newest Embedonomicon
https://github.com/rust-embedded/embedonomicon

Closes #3
6 years ago
Andre Richter 747e902761
Rewrite for register-rs.
We now have the same API for MMIO and CPU registers.
Makes the code more concise, inntuitive, and improves readability.

https://crates.io/crates/register
6 years ago
Andre Richter bf47dade3d run cargo fmt on repo 7 years ago
Andre Richter 32ef64b36e compiler_builtins are now mandatory; Add them.
In rust-lang/rust@679657b863 a breaking
change was introduced that now requires compiler_builtins. Add them,
and use the opportunity to kick out rlibc, since memset() et al. can
be provided by compiler intrinsics.
7 years ago
Andre Richter 036d6f0893 Change fence type, add more elaborate description 7 years ago
Andre Richter b869cf9a38 Correct stuff clippy complained about 7 years ago
Andre Richter 78ea9a9931 Add tutorial 04_mailboxes 7 years ago