atsame54p20a/Cargo.toml
Thomas Klaehn 4b383c1893 sam354xplaintedpro: Add uart tx example
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2022-01-16 09:15:29 +01:00

14 lines
426 B
TOML

[package]
name = "atsame54p20a"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atsame54_xpro = { version = "0.4.0" }
# atsamd-hal = { version = "0.14.0", features = ["same54p"] }
# cortex-m = { version = "0.7.4" }
# cortex-m-rt = { version = "0.6.15" }
panic-halt = { version = "0.2.0" }
embedded-hal = { version = "0.2.6" }