From 0666a6ba1dbd66cf8b93c113e362ccbcd99152a0 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Sat, 6 Nov 2021 11:50:33 +0100 Subject: Initial commit --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..eeb07b8 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "samc21n18a" +version = "0.0.1" +edition = "2021" + +[dependencies] +cortex-m = "*" +vcell = "*" + +[dependencies.cortex-m-rt] +optional = true +version = "*" + +[features] +rt = ["cortex-m-rt/samc21n18a"] -- cgit v1.2.3-70-g09d2