Commits on Source (37)
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
-
anttib-5 authored
Showing
- Cargo.toml 2 additions, 2 deletionsCargo.toml
- examples/.vscode/launch.json 7 additions, 0 deletionsexamples/.vscode/launch.json
- examples/bare0.rs 35 additions, 14 deletionsexamples/bare0.rs
- examples/bare1.rs 111 additions, 10 deletionsexamples/bare1.rs
- examples/bare2.rs 7 additions, 3 deletionsexamples/bare2.rs
- examples/bare3.rs 26 additions, 15 deletionsexamples/bare3.rs
- examples/bare4.rs 16 additions, 8 deletionsexamples/bare4.rs
- examples/bare5.rs 47 additions, 36 deletionsexamples/bare5.rs
- examples/bare6.rs 9 additions, 9 deletionsexamples/bare6.rs
- examples/bare7.rs 13 additions, 8 deletionsexamples/bare7.rs
- pictures/bare_6_16mhz_high_speed.png 0 additions, 0 deletionspictures/bare_6_16mhz_high_speed.png
- pictures/bare_6_64mhz_high_speed.png 0 additions, 0 deletionspictures/bare_6_64mhz_high_speed.png
- pictures/bare_6_84mhz_low_speed.png 0 additions, 0 deletionspictures/bare_6_84mhz_low_speed.png
- pictures/bare_7_84mhz_high_speed.png 0 additions, 0 deletionspictures/bare_7_84mhz_high_speed.png
... | ... | @@ -28,7 +28,7 @@ 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" | ||
... | ... | @@ -40,7 +40,7 @@ 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 | ||
... | ... |
examples/.vscode/launch.json
0 → 100644
pictures/bare_6_16mhz_high_speed.png
0 → 100644
26.4 KiB
pictures/bare_6_64mhz_high_speed.png
0 → 100644
33.4 KiB
pictures/bare_6_84mhz_low_speed.png
0 → 100644
20.1 KiB
pictures/bare_7_84mhz_high_speed.png
0 → 100644
26.2 KiB