Replace all the ring buffers with the new one

This commit is contained in:
Shaowei Song
2024-08-28 06:23:24 +00:00
committed by Tate, Hongliang Tian
parent 923b3704d7
commit e6f465b553
9 changed files with 95 additions and 99 deletions

View File

@ -15,7 +15,6 @@ component = { path = "../../libs/comp-sys/component" }
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
log = "0.4"
ostd = { path = "../../../ostd" }
ringbuf = { version = "0.3.2", default-features = false, features = ["alloc"] }
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "dc08e0b", default-features = false, features = [
"alloc",
"log",