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 2c3f705051
Update dependencies
register-rs 1.0.0 now uses UnsafeCell internally, which means we lost the Copy
derive on InMemoryRegister.

Therefore, a small set of changes was needed in the MMU driver to dance around
the static array init depending on a Copy type.
4 years ago
..
_arch/aarch64 Update dependencies 4 years ago
bsp Change to a simpler mutex API 4 years ago
cpu Shorten tutorial names 4 years ago
exception Shorten tutorial names 4 years ago
memory Shorten tutorial names 4 years ago
bsp.rs Shorten tutorial names 4 years ago
console.rs Shorten tutorial names 4 years ago
cpu.rs Shorten tutorial names 4 years ago
driver.rs Shorten tutorial names 4 years ago
exception.rs Shorten tutorial names 4 years ago
main.rs More sound Phantom in MMIO deref wrapper 4 years ago
memory.rs Fix zero-sized bss handling 4 years ago
panic_wait.rs Shorten tutorial names 4 years ago
print.rs Shorten tutorial names 4 years ago
runtime_init.rs Remove UB in linker script symbol <-> Rust handover 4 years ago
synchronization.rs Change to a simpler mutex API 4 years ago
time.rs Shorten tutorial names 4 years ago