rust-raspberrypi-OS-tutorials/08_timestamps/src
Andre Richter d212348931
Bump compiler version.
We have to remove the `#[naked]` attribute from `_start` for now, since it emits
a warning now when used with non-asm statements in the function body. For now,
just hope for the compiler's mercy to not emit code using the stack pointer
before we've actually set up a stack.
2020-12-09 22:27:30 +01:00
..
_arch/aarch64 Bump compiler version. 2020-12-09 22:27:30 +01:00
bsp Change to a simpler mutex API 2020-11-20 22:05:14 +01:00
cpu Refactor tutorial 08 2020-03-28 13:25:50 +01:00
bsp.rs Refactor tutorial 08 2020-03-28 13:25:50 +01:00
console.rs Refactor tutorial 08 2020-03-28 13:25:50 +01:00
cpu.rs Refactor tutorial 08 2020-03-28 13:25:50 +01:00
driver.rs Various finetunings 2020-09-29 21:43:31 +02:00
main.rs More sound Phantom in MMIO deref wrapper 2020-11-19 22:53:43 +01:00
memory.rs Fix zero-sized bss handling 2020-11-01 21:32:53 +01:00
panic_wait.rs Refactor tutorial 08 2020-03-28 13:25:50 +01:00
print.rs Various finetunings 2020-09-29 21:43:31 +02:00
runtime_init.rs Remove UB in linker script symbol <-> Rust handover 2020-10-05 23:47:18 +02:00
synchronization.rs Change to a simpler mutex API 2020-11-20 22:05:14 +01:00
time.rs Refactor tutorial 08 2020-03-28 13:25:50 +01:00