move AXI UART drivers to separate crates

This commit is contained in:
2025-03-31 19:52:19 +02:00
parent 0f2bda8ca1
commit 198e17c134
15 changed files with 2 additions and 2101 deletions

View File

@ -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" }