From bbfa20befe163c04d0a99278107f2608639318d3 Mon Sep 17 00:00:00 2001 From: taitep Date: Thu, 29 Jan 2026 19:07:43 +0100 Subject: Replace custom UART with a sifive uart subset --- src/devices.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/devices.rs (limited to 'src/devices.rs') diff --git a/src/devices.rs b/src/devices.rs new file mode 100644 index 0000000..b1fc0cf --- /dev/null +++ b/src/devices.rs @@ -0,0 +1 @@ +pub mod serial; -- cgit v1.2.3