Skip to content
Snippets Groups Projects
Commit 5aa6cd06 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Clearer what task is what

parent 3595a0c9
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ arm-none-eabi-gdb debug/$TARGET/debug/app
Will take the string from CODED and output the decoded string into PLAIN
## Analysis
## b Analysis
CODED is globally defined, but only read from and never updated.
PLAIN however is mutable and will be changed on the "return" of decode()
......@@ -52,7 +52,7 @@ Currently there is only one function so it should be safe, however, with
two tasks this would not be the case. In a typical microcontroller setting
with interrupt handlers it would be similar "safe" like C.
## Debug vs Release analysis
## c Debug vs Release analysis
Time taken to decode ABC is `Decoded in 4457 cycles`,
while in release mode this is reduced to `Decoded in 338 cycles`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment