Skip to content
Snippets Groups Projects
Commit fae6f193 authored by Per Lindgren's avatar Per Lindgren
Browse files

mostly comments and README.md

parent aad74fbe
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,12 @@ See section `Cargo.toml` for detaled information on features introduced.
- `register_test.rs`
Simple test to showcase the use of the `volatile-register` abstraction. `volitile-register` builds on `vcell` and is used by both hand written and machine generated hardware accesses in the Rust embedded ecosystem.
Simple test to showcase the use of the `volatile-register` abstraction. `volitile-register` builds on `vcell` and is used by both hand written and machine generated hardware accesses in the Rust embedded ecosystem.
This example also showcase the `gdb` replay functionality.
TODO: perhaps better to put the `gdb` replay in the Basic test examples,
as replay is not tied to `volatile-register`.
- `cortex-m-test1.rs`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment