You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andre Richter 5e1fdf8605
Remove unsafe from certain IRQ related code
While turning IRQs on or off is something that "sounds critical", it is not
unsafe in these sense of compromising memory safety. Rust's unsafe should be
about memory safety only, hence removing it from certain functions.
2 years ago
..
src Remove unsafe from certain IRQ related code 2 years ago
tests Remove unsafe from certain IRQ related code 2 years ago
Cargo.toml Add tutorial 17 2 years ago
build.rs Add tutorial 17 2 years ago