Rust XHCI scaffolding
This commit is contained in:
parent
6692a3e2c0
commit
e5a943ae81
13 changed files with 59 additions and 31 deletions
|
|
@ -6,5 +6,5 @@ edition = "2021"
|
|||
[dependencies]
|
||||
mammoth = { path = "../../lib/mammoth" }
|
||||
victoriafalls = { path = "../victoriafalls" }
|
||||
voyageurs = { path = "../../lib/voyageurs" }
|
||||
voyageurs_client = { path = "../../lib/client/voyageurs_client/" }
|
||||
yellowstone-yunq = { path = "../../lib/yellowstone" }
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ mod psf;
|
|||
mod terminal;
|
||||
|
||||
use mammoth::{debug, define_entry, zion::z_err_t};
|
||||
use voyageurs::listener;
|
||||
use voyageurs_client::listener;
|
||||
|
||||
define_entry!();
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ use alloc::{
|
|||
string::{String, ToString},
|
||||
};
|
||||
use victoriafalls::dir;
|
||||
use voyageurs::listener::KeyboardHandler;
|
||||
use voyageurs_client::listener::KeyboardHandler;
|
||||
|
||||
pub struct Terminal {
|
||||
console: Console,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue