println works

This commit is contained in:
2025-02-20 22:59:24 +00:00
parent ee8de361dc
commit 34b960c20a
18 changed files with 816 additions and 44 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "lib_serial"
version.workspace = true
edition.workspace = true
[dependencies]
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
spin = "0.9.8"
x86_64 = "0.15.2"