diff options
| author | taitep <taitep@taitep.se> | 2026-01-29 19:07:43 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2026-01-29 19:07:43 +0100 |
| commit | bbfa20befe163c04d0a99278107f2608639318d3 (patch) | |
| tree | ada64685dcefcf587fb2016a77a78a47465cd290 /src/devices.rs | |
| parent | 36e6ec10069fe84aa677ab9ea4446e7fa3332886 (diff) | |
Replace custom UART with a sifive uart subset
Diffstat (limited to 'src/devices.rs')
| -rw-r--r-- | src/devices.rs | 1 |
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; |
