Compare changes
Some changes are not shown.
For a faster browsing experience, only 12 of 14 files are shown. Download one of the files below to see all changes.
.vscode/CORTEX_DEBUG.md
0 → 100644
+39
−0
.vscode/STM32F401.svd
0 → 100644
+27389
−0
File added.
Preview size limit exceeded, changes collapsed.
.vscode/STM32F411.svd
0 → 100644
+27110
−0
File added.
Preview size limit exceeded, changes collapsed.
+2
−5
+36
−27
+14
−43
+3
−3
Original line number | Diff line number | Diff line |
---|---|---|
@@ -12,12 +12,12 @@ cortex-m-rtic = "0.5.5" | ||
# tracing
|
||
cortex-m-semihosting = "0.3.5"
|
||
rtt-target = { version = "0.2.2", features = ["cortex-m"] }
|
||
rtt-target = { version = "0.3.0", features = ["cortex-m"] }
|
||
# panic handlers
|
||
panic-halt = "0.2.0"
|
||
panic-semihosting = "0.5.4"
|
||
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }
|
||
# panic-semihosting = "0.5.6"
|
||
# panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }
|
||
[dependencies.stm32f4]
|
||
version = "0.12.1"
|
||
+45
−1
examples/rtt_simple.rs
deleted100644 → 0
+0
−43
+7
−3
examples/timing_exam.rs
0 → 100644
+297
−0
examples/timing_resources.rs
0 → 100644
+266
−0
examples/timing_task.rs
0 → 100644
+120
−0
+71
−28