summaryrefslogtreecommitdiff
path: root/src/devices.rs
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2026-01-29 19:07:43 +0100
committertaitep <taitep@taitep.se>2026-01-29 19:07:43 +0100
commitbbfa20befe163c04d0a99278107f2608639318d3 (patch)
treeada64685dcefcf587fb2016a77a78a47465cd290 /src/devices.rs
parent36e6ec10069fe84aa677ab9ea4446e7fa3332886 (diff)
Replace custom UART with a sifive uart subset
Diffstat (limited to 'src/devices.rs')
-rw-r--r--src/devices.rs1
1 files changed, 1 insertions, 0 deletions
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;