Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rtic_f4xx_nucleo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Lindgren
rtic_f4xx_nucleo
Commits
50e1d3bc
Commit
50e1d3bc
authored
4 years ago
by
Per Lindgren
Browse files
Options
Downloads
Patches
Plain Diff
timing_resources Readme
parent
764a05f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-1
9 additions, 1 deletion
README.md
with
9 additions
and
1 deletion
README.md
+
9
−
1
View file @
50e1d3bc
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
We assume Rust to be installed using
[
rustup
](
https://www.rust-lang.org/tools/install
)
.
We assume Rust to be installed using
[
rustup
](
https://www.rust-lang.org/tools/install
)
.
Additionally you need to install the
`thumbv7em-none-eabi`
target.
Additionally you need to install the
`thumbv7em-none-eabi`
target.
```
shell
```
shell
>
rustup target add thumbv7em-none-eabi
>
rustup target add thumbv7em-none-eabi
```
```
...
@@ -55,7 +56,7 @@ You may use any editor of choice. `vscode` supports Rust using the `rust-analyz
...
@@ -55,7 +56,7 @@ You may use any editor of choice. `vscode` supports Rust using the `rust-analyz
-
`examples/timing_task.rs`
-
`examples/timing_task.rs`
Here you learn about the Nested Vector Interrupt Controller:
Here you learn about the Nested Vector Interrupt Controller
(NVIC)
:
-
Tasks are bound to interrupt vectors.
-
Tasks are bound to interrupt vectors.
...
@@ -65,5 +66,12 @@ You may use any editor of choice. `vscode` supports Rust using the `rust-analyz
...
@@ -65,5 +66,12 @@ You may use any editor of choice. `vscode` supports Rust using the `rust-analyz
-
RTIC has zero-cost task dispatch overhead (well 2-clock cycles but will be fixed to zero).
-
RTIC has zero-cost task dispatch overhead (well 2-clock cycles but will be fixed to zero).
-
`examples/timing_resource.rs`
Here you will learn about resource handling in RTIC:
-
Implementation of critical sections through priority masking (NVIC-BASEPRI).
-
Direct access to non-preemptable resources.
-
Comparison to threaded counterpart.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment