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 Refactor tutorial 13 4 years ago
exception Refactor tutorial 13 4 years ago
memory Move anything wrt linker symbols to bsp::memory 4 years ago
bsp.rs Various finetunings 4 years ago
console.rs Refactor tutorial 13 4 years ago
cpu.rs Refactor tutorial 13 4 years ago
driver.rs Various finetunings 4 years ago
exception.rs Refactor tutorial 13 4 years ago
lib.rs More sound Phantom in MMIO deref wrapper 4 years ago
main.rs Various finetunings 4 years ago
memory.rs Fix zero-sized bss handling 4 years ago
panic_wait.rs Refactor tutorial 13 4 years ago
print.rs Various finetunings 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 Refactor tutorial 13 4 years ago