From 595404c5ffc37ce95ffb2b6999ab85e6818bfa50 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 9 Apr 2017 22:42:17 -0500 Subject: compile time verified ceilings --- Cargo.toml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c51a72e..3bc0347 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,21 @@ build = "build.rs" name = "cortex-m-srp" version = "0.1.0" +[build-dependencies] +quote = "0.3.15" +syn = "0.11.10" + [dependencies] -cortex-m = "0.2.0" +cortex-m = "0.2.2" +typenum = "1.7.0" + +[dev-dependencies] +compiletest_rs = "0.2.5" -[dependencies.vcell] -features = ["const-fn"] -version = "0.1.0" \ No newline at end of file +[features] +# Number of priority bits +P2 = [] +P3 = [] +P4 = [] +P5 = [] +default = ["P4"] -- cgit v1.2.3