Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MPPK-rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
XP-el
MPPK-rust
Commits
bf56315d
Commit
bf56315d
authored
6 years ago
by
Henrik Tjäder
Browse files
Options
Downloads
Patches
Plain Diff
More informative links to resources
parent
a5055bc7
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
book.toml
+2
-0
2 additions, 0 deletions
book.toml
src/ch1_00_introduction.md
+3
-3
3 additions, 3 deletions
src/ch1_00_introduction.md
with
5 additions
and
3 deletions
book.toml
+
2
−
0
View file @
bf56315d
...
@@ -4,4 +4,6 @@ multilingual = false
...
@@ -4,4 +4,6 @@ multilingual = false
src
=
"src"
src
=
"src"
title
=
"XP-el MPPK"
title
=
"XP-el MPPK"
[output.html]
[output.linkcheck]
[output.linkcheck]
This diff is collapsed.
Click to expand it.
src/ch1_00_introduction.md
+
3
−
3
View file @
bf56315d
...
@@ -23,7 +23,7 @@ While your laptop/stationary computer most likely runs some `x86_64` CPU archite
...
@@ -23,7 +23,7 @@ While your laptop/stationary computer most likely runs some `x86_64` CPU archite
odds are your mobile phone is powered by an ARM processor.
odds are your mobile phone is powered by an ARM processor.
The ARM family of Reduced Instruction Set Computing (RISC) architectures is one of the most prevalent processor architectures.
The ARM family of Reduced Instruction Set Computing (RISC) architectures is one of the most prevalent processor architectures.
For more information:
[](
https://en.wikipedia.org/wiki/ARM_architecture
)
For more information:
[
ARM on Wikipedia
](
https://en.wikipedia.org/wiki/ARM_architecture
)
.
## Registers, IO
## Registers, IO
...
@@ -143,7 +143,7 @@ An open source hardware debugger supporting JTAG and SWD.
...
@@ -143,7 +143,7 @@ An open source hardware debugger supporting JTAG and SWD.
Vendor agnostic
Vendor agnostic
[
github page
](
https://github.com/blacksphere/blackmagic/wiki
)
[
ST-link
github page
](
https://github.com/blacksphere/blackmagic/wiki
)
### Git
### Git
...
@@ -161,7 +161,7 @@ The package manager for Rust
...
@@ -161,7 +161,7 @@ The package manager for Rust
Taking care of dependencies, compilation and many other things.
Taking care of dependencies, compilation and many other things.
For more information
:
[
](
https://doc.rust-lang.org/cargo/
)
For more information
see the
[
rust documentation
](
https://doc.rust-lang.org/cargo/
)
.
#### Cargo-binutils
#### Cargo-binutils
...
...
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