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/lib.rs | |
| parent | 36e6ec10069fe84aa677ab9ea4446e7fa3332886 (diff) | |
Replace custom UART with a sifive uart subset
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ pub mod core; mod decode; +pub mod devices; pub mod exceptions; pub mod gdb; mod instructions; |
