Commits on Source (34)
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
-
Henrik Theolin authored
Showing
- .vscode/launch.json 24 additions, 24 deletions.vscode/launch.json
- Cargo.toml 3 additions, 3 deletionsCargo.toml
- examples/bare0.rs 37 additions, 19 deletionsexamples/bare0.rs
- examples/bare1.rs 177 additions, 12 deletionsexamples/bare1.rs
- examples/bare2.rs 78 additions, 4 deletionsexamples/bare2.rs
- examples/bare3.rs 26 additions, 12 deletionsexamples/bare3.rs
- examples/bare4.rs 19 additions, 6 deletionsexamples/bare4.rs
- examples/bare5.rs 41 additions, 43 deletionsexamples/bare5.rs
- examples/bare6.rs 13 additions, 13 deletionsexamples/bare6.rs
- examples/bare7.rs 22 additions, 11 deletionsexamples/bare7.rs
- openocd.cfg 1 addition, 1 deletionopenocd.cfg
- pictures/bare_6_16mhz_high_speed.jpg 0 additions, 0 deletionspictures/bare_6_16mhz_high_speed.jpg
- pictures/bare_6_64mhz_high_speed.jpg 0 additions, 0 deletionspictures/bare_6_64mhz_high_speed.jpg
- pictures/bare_6_84mhz_high_speed.jpg 0 additions, 0 deletionspictures/bare_6_84mhz_high_speed.jpg
- pictures/bare_6_84mhz_low_speed.jpg 0 additions, 0 deletionspictures/bare_6_84mhz_low_speed.jpg
... | ... | @@ -28,19 +28,19 @@ optional = true |
[dependencies.cortex-m] | ||
version = "0.5.8" | ||
# features = ["inline-asm"] # <- currently requires nightly compiler | ||
features = ["inline-asm"] # <- currently requires nightly compiler | ||
# Uncomment for the allocator example. | ||
# alloc-cortex-m = "0.3.5" | ||
[dependencies.stm32f4] | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
features = ["stm32f413", "rt"] | ||
optional = true | ||
[dependencies.stm32f4xx-hal] | ||
git = "https://github.com/stm32-rs/stm32f4xx-hal.git" | ||
version = "0.2.8" | ||
version = "0.3.0" | ||
features = ["stm32f413", "rt"] | ||
optional = true | ||
... | ... |
pictures/bare_6_16mhz_high_speed.jpg
0 → 100755
243 KiB
pictures/bare_6_64mhz_high_speed.jpg
0 → 100755
243 KiB
pictures/bare_6_84mhz_high_speed.jpg
0 → 100755
216 KiB
pictures/bare_6_84mhz_low_speed.jpg
0 → 100755
149 KiB