Commit Graph

2 Commits

Author SHA1 Message Date
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.
2022-05-19 22:52:32 +02:00
Andre Richter
2cd44c3e7f
Add tutorial 19 2022-05-17 23:24:45 +02:00