added a static Writer to reuse in the program

This commit is contained in:
clizia 2025-08-26 23:44:17 +02:00
parent 2bd6ba35fc
commit daec1c75bf
3 changed files with 40 additions and 17 deletions

View file

@ -17,3 +17,8 @@ panic = "abort" # disable stack unwinding on panic
[dependencies]
bootloader = "0.9"
volatile = "0.2.6"
spin = "0.5.2"
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]