Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
are_we_embedded_yet
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
Johan Jirlen
are_we_embedded_yet
Commits
5d5c0de2
Commit
5d5c0de2
authored
7 years ago
by
Per
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
434f9d6d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/RTFM.md
+10
-10
10 additions, 10 deletions
doc/RTFM.md
with
10 additions
and
10 deletions
doc/RTFM.md
+
10
−
10
View file @
5d5c0de2
...
@@ -285,9 +285,9 @@ Race freeness at this level can be argued from:
...
@@ -285,9 +285,9 @@ Race freeness at this level can be argued from:
```
rust
```
rust
...
...
LOW
.claim_mut
_new
(
b
,
t
,
|
_low
,
b
,
t
|
{
LOW
.claim_mut
(
b
,
t
,
|
_low
,
b
,
t
|
{
rtfm
::
bkpt
();
rtfm
::
bkpt
();
LOW
.claim_mut
_new
(
b
,
t
,
|
_high
,
_
,
_
|
{
LOW
.claim_mut
(
b
,
t
,
|
_high
,
_
,
_
|
{
rtfm
::
bkpt
();
rtfm
::
bkpt
();
});
});
});
});
...
@@ -661,10 +661,10 @@ fn exti0(
...
@@ -661,10 +661,10 @@ fn exti0(
Amounts to the following assembly (including the interrupt entry code.)
Amounts to the following assembly (including the interrupt entry code.)
```
rust
```
rust
Dump
of
assembler
code
for
function
nested_new
::
_EXTI0
:
Dump
of
assembler
code
for
function
nested_new
::
_EXTI0
:
0x080005a6
<+
0
>
:
movs
r1
,
#
224
;
0xe0
0x080005a6
<+
0
>
:
movs
r1
,
#
224
;
0xe0
=>
0x080005a8
<+
2
>
:
bkpt
0x0000
=>
0x080005a8
<+
2
>
:
bkpt
0x0000
0x080005aa
<+
4
>
:
mrs
r0
,
BASEPRI
0x080005aa
<+
4
>
:
mrs
r0
,
BASEPRI
0x080005ae
<+
8
>
:
movs
r2
,
#
208
;
0xd0
0x080005ae
<+
8
>
:
movs
r2
,
#
208
;
0xd0
0x080005b0
<+
10
>
:
msr
BASEPRI
,
r1
0x080005b0
<+
10
>
:
msr
BASEPRI
,
r1
0x080005b4
<+
14
>
:
bkpt
0x0000
0x080005b4
<+
14
>
:
bkpt
0x0000
0x080005b6
<+
16
>
:
mrs
r1
,
BASEPRI
0x080005b6
<+
16
>
:
mrs
r1
,
BASEPRI
...
@@ -689,10 +689,10 @@ In an exprimental version of the RTFM implementation this observation has been e
...
@@ -689,10 +689,10 @@ In an exprimental version of the RTFM implementation this observation has been e
```
rust
```
rust
Dump
of
assembler
code
for
function
nested_new
::
_EXTI3
:
Dump
of
assembler
code
for
function
nested_new
::
_EXTI3
:
0x080005d0
<+
0
>
:
movs
r1
,
#
224
;
0xe0
0x080005d0
<+
0
>
:
movs
r1
,
#
224
;
0xe0
0x080005d2
<+
2
>
:
movs
r2
,
#
208
;
0xd0
0x080005d2
<+
2
>
:
movs
r2
,
#
208
;
0xd0
=>
0x080005d4
<+
4
>
:
bkpt
0x0000
=>
0x080005d4
<+
4
>
:
bkpt
0x0000
0x080005d6
<+
6
>
:
mrs
r0
,
BASEPRI
0x080005d6
<+
6
>
:
mrs
r0
,
BASEPRI
0x080005da
<+
10
>
:
msr
BASEPRI
,
r1
0x080005da
<+
10
>
:
msr
BASEPRI
,
r1
0x080005de
<+
14
>
:
bkpt
0x0000
0x080005de
<+
14
>
:
bkpt
0x0000
0x080005e0
<+
16
>
:
msr
BASEPRI
,
r2
0x080005e0
<+
16
>
:
msr
BASEPRI
,
r2
...
...
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