aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-08-08 12:19:08 -0400
committerBrian Cully <bjc@kublai.com>2022-08-08 12:19:08 -0400
commitcabe5b42cfe408c7bbde8b4bd40ce0282eb7e58c (patch)
tree9247007dc67478babeab603150bbe9daeeaa6bf6 /Cargo.toml
parent340eb6eb0d3fb47f5d968c323c92943662457fda (diff)
downloadluchie-cabe5b42cfe408c7bbde8b4bd40ce0282eb7e58c.tar.gz
luchie-cabe5b42cfe408c7bbde8b4bd40ce0282eb7e58c.zip
get serial printing on usart1 (tx: pa2, rx: pa3)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d23eb7..3a8e031 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,8 @@ gd32vf103-pac = "0.4.0"
gd32vf103xx-hal = "0.5.0"
riscv = "0.8.0"
riscv-rt = "0.9.0"
+nb = "1.0.0"
+embedded-hal = "0.2.7"
[[bin]]
name = "luchie"