move AXI UART drivers to separate crates
This commit is contained in:
@ -34,5 +34,5 @@ embassy-executor = { path = "/home/rmueller/Rust/embassy/embassy-executor", feat
|
||||
]}
|
||||
embassy-time = { path = "/home/rmueller/Rust/embassy/embassy-time", version = "0.4" }
|
||||
heapless = "0.8"
|
||||
axi-uartlite = { path = "../../axi-uartlite-rs" }
|
||||
axi-uart16550 = { path = "../../axi-uart16550-rs" }
|
||||
axi-uartlite = { path = "/home/rmueller/Rust/axi-uartlite-rs" }
|
||||
axi-uart16550 = { path = "/home/rmueller/Rust/axi-uart16550-rs" }
|
||||
|
Reference in New Issue
Block a user