Commits on Source (21)
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
-
Anton Grahn authored
Showing
- .vscode/.cortex-debug.peripherals.state.json 1 addition, 0 deletions.vscode/.cortex-debug.peripherals.state.json
- .vscode/.cortex-debug.registers.state.json 1 addition, 0 deletions.vscode/.cortex-debug.registers.state.json
- .vscode/launch.json 19 additions, 19 deletions.vscode/launch.json
- Cargo.lock 419 additions, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- examples/bare0.rs 36 additions, 14 deletionsexamples/bare0.rs
- examples/bare1.rs 80 additions, 10 deletionsexamples/bare1.rs
- examples/bare2.rs 11 additions, 2 deletionsexamples/bare2.rs
- examples/bare3.rs 35 additions, 14 deletionsexamples/bare3.rs
- examples/bare4.rs 39 additions, 6 deletionsexamples/bare4.rs
- examples/bare5.rs 56 additions, 41 deletionsexamples/bare5.rs
- examples/bare8.rs 6 additions, 10 deletionsexamples/bare8.rs
- examples/serial.rs 5 additions, 7 deletionsexamples/serial.rs
- openocd.cfg 2 additions, 2 deletionsopenocd.cfg
.vscode/.cortex-debug.peripherals.state.json
0 → 100644
.vscode/.cortex-debug.registers.state.json
0 → 100644
Cargo.lock
0 → 100644
... | ... | @@ -21,7 +21,7 @@ heapless = "0.5.3" |
[dependencies.cortex-m] | ||
version = "0.6.2" | ||
# features = ["inline-asm"] # <- currently requires nightly compiler | ||
features = ["inline-asm"] # <- currently requires nightly compiler | ||
[dependencies.cortex-m-rt] | ||
version = "0.6.12" | ||
... | ... |