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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
D7018E-SS-RUST
a4_decode
Commits
01f90c9a
Commit
01f90c9a
authored
7 years ago
by
Henrik Tjäder
Browse files
Options
Downloads
Patches
Plain Diff
Added some analysis
parent
1fc2f771
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
+6
-0
6 additions, 0 deletions
README.md
with
6 additions
and
0 deletions
README.md
+
6
−
0
View file @
01f90c9a
...
...
@@ -45,3 +45,9 @@ Will take the string from CODED and output the decoded string into PLAIN
## 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()
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.
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