Lab 1 review
in rtic_bare1.md you are missing to answer some questions:
In exercise 3: What value is shown for the PC? ** your answer here **
All of exercise 4
All of exercise 5
in rtic_bare2.md you are missing the answer to some questions:
All of exercise 2
In Exercise 3 it would be nice if you explained what part is the loop, why is there a branching instruction before it, why are we comparing to 0 at the start?
in rtic_bare3.md you are missing the answer to some questions:;
In exercise 1: Hint: What about timing precision for the mono timer used in this example. ** your answer here **
All of exercise 2
All of exercise 3
in rtic_bare4.md you are missing the answer to some questions:
You have not added comments to your code as described in exercise 1
All of exercise 3
in rtic_bare5.md you are missing the answer to some questions:
Explain in your own words why get
requires unsafe
.
Hint: It is marked unsafe
for a reason (confer to the Rust aliasing rules).
** Get uses **
This is not enough
You are also missing the rest of exercise 1s questions