-
- Downloads
RTFM v2 'working'
.vscode/launch.json
0 → 100644
... | ... | @@ -15,9 +15,10 @@ cortex-m-semihosting = "0.2.0" |
static-ref = "0.2.0" | ||
volatile-register = "0.2.0" | ||
m = "0.1.1" | ||
heapless = "0.2.1" | ||
heapless = "0.2.4" | ||
f4 = {git = "https://github.com/jsjolund/f4"} | ||
xoap = { path = "../projects/xoap", version = "0.1.0", default-features = false, features = ["baremetal"] }#git = "https://github.com/Shawnshank/xoap", version = "0.1.0"} | ||
stm32f40x = "0.2.0" | ||
#xoap = { path = "../projects/xoap", version = "0.1.0", default-features = false, features = ["baremetal"] }# git = "https://github.com/Shawnshank/xoap" | ||
[dependencies.cast] | ||
default-features = false | ||
... | ... |
Please register or sign in to comment