-
- Downloads
Local paths to cortex-m/rt
Showing
... | ... | @@ -33,6 +33,7 @@ version = "0.1.0" |
[dependencies.klee-sys] | ||
git = "https://gitlab.henriktjader.com/pln/klee-sys.git" | ||
# link = true ? | ||
# path = "../klee-sys" | ||
version = "0.1.0" | ||
#features = ["inline-asm"] | ||
... | ... | @@ -49,11 +50,11 @@ optional = true |
vcell = { git = "https://github.com/perlindgren/vcell.git", branch = "trustit" } | ||
#vcell = { path = "../vcell" } | ||
cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "trustit" } | ||
#cortex-m = { path = "../cortex-m" } | ||
# cortex-m = { git = "https://github.com/perlindgren/cortex-m.git", branch = "trustit" } | ||
cortex-m = { path = "../cortex-m" } | ||
cortex-m-rt = { git = "https://github.com/perlindgren/cortex-m-rt.git", branch = "trustit" } | ||
# cortex-m-rt = { path = "../cortex-m-rt" } | ||
# cortex-m-rt = { git = "https://github.com/perlindgren/cortex-m-rt.git", branch = "trustit" } | ||
cortex-m-rt = { path = "../cortex-m-rt" } | ||
[features] | ||
# default = ["f4"] # uncomment to enable as default feature | ||
... | ... |
Please register or sign in to comment