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
..
cpu Add tutorial 14: Peripheral Interrupts 4 years ago
exception Change to a simpler mutex API 4 years ago
memory Update dependencies 4 years ago
cpu.rs GPIO: Fix RPi4 driver init 4 years ago
exception.S Upgrade to cortex-a 4.x.x 4 years ago
exception.rs Upgrade to cortex-a 4.x.x 4 years ago
time.rs Upgrade to cortex-a 4.x.x 4 years ago