-
- Downloads
14uA stop mode
Showing
- .cargo/config 1 addition, 1 deletion.cargo/config
- .vscode/launch.json 13 additions, 180 deletions.vscode/launch.json
- Cargo.toml 4 additions, 5 deletionsCargo.toml
- examples/sleep_stop.rs 370 additions, 167 deletionsexamples/sleep_stop.rs
- memory.x 2 additions, 2 deletionsmemory.x
- stm32f1x_per.cfg 80 additions, 0 deletionsstm32f1x_per.cfg
... | ... | @@ -11,10 +11,10 @@ |
# will likely look very different (and much more reasonable) | ||
[package] | ||
name = "cortex-m-quickstart" | ||
name = "low-power-stm32f103" | ||
version = "0.3.1" | ||
authors = ["Per Lindgren <per.lindgren@ltu.se>"] | ||
description = "Low Power Experiments on the Nucleo 64 stm32f401re" | ||
description = "Low Power Experiments on the Nucleo 64 stm32f103" | ||
keywords = ["arm", "cortex-m", "template"] | ||
categories = ["embedded", "no-std"] | ||
license = "MIT OR Apache-2.0" | ||
... | ... | @@ -38,9 +38,8 @@ version = "0.2.0" |
[dependencies.panic-semihosting] | ||
version = "0.3.0" | ||
[dependencies.stm32f40x] | ||
path = "../STM32F40x" | ||
[dependencies.stm32f103xx] | ||
features = ["rt"] | ||
version = "0.3.0" | ||
version = "0.10.0" | ||
#panic = "abort" | ||
\ No newline at end of file |
stm32f1x_per.cfg
0 → 100644
Please register or sign in to comment