Skip to content

Commit 02d13ae

Browse files
committed
simpl-impl
1 parent c62a7b0 commit 02d13ae

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

tock/chips/arty_e21/src/lib.rs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,6 @@ impl kernel::Chip for ArtyExx {
2525
type MPU = ();
2626
type UserspaceKernelBoundary = rv32i::syscall::SysCall;
2727
type SysTick = ();
28-
29-
fn mpu(&self) -> &Self::MPU { loop { } }
30-
31-
fn systick(&self) -> &Self::SysTick { loop { } }
32-
33-
fn userspace_kernel_boundary(&self) -> &rv32i::syscall::SysCall { loop { } }
34-
35-
fn service_pending_interrupts(&self) { loop { } }
36-
37-
fn has_pending_interrupts(&self) -> bool { loop { } }
38-
39-
fn sleep(&self) { loop { } }
40-
41-
unsafe fn atomic<F, R>(&self, _: F) -> R
42-
where
43-
F: FnOnce() -> R,
44-
{ loop { } }
4528
}
4629

4730
#[export_name = "_start_trap_rust"]

0 commit comments

Comments
 (0)