Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
a4_decode
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
D7018E-SS-RUST
a4_decode
Commits
5aa6cd06
Commit
5aa6cd06
authored
7 years ago
by
Henrik Tjäder
Browse files
Options
Downloads
Patches
Plain Diff
Clearer what task is what
parent
3595a0c9
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
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
5aa6cd06
...
...
@@ -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`
.
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