-
- Downloads
Add cortex-m-debug for itm print
... | @@ -12,6 +12,9 @@ version = "0.1.0" | ... | @@ -12,6 +12,9 @@ version = "0.1.0" |
[dependencies] | [dependencies] | ||
static-ref = "0.2.0" | static-ref = "0.2.0" | ||
[dependencies.cortex-m-debug] | |||
git = "https://gitlab.henriktjader.com/pln/cortex-m-debug.git" | |||
[dependencies.cast] | [dependencies.cast] | ||
default-features = false | default-features = false | ||
version = "0.2.2" | version = "0.2.2" | ||
... | ... |
Please register or sign in to comment