Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Astro
rust-card10
Commits
f57411f4
Commit
f57411f4
authored
Aug 24, 2019
by
Puzzlewolf
Browse files
Correct the target architecture in the build command.
parent
cee35266
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f57411f4
...
...
@@ -62,7 +62,7 @@ And then copy `build/pycardium/pycardium_epicardium.bin` as
## Build and run Rust loadables
```
shell
cargo +nightly build
--release
--target
thumbv7-none-eabi
cargo +nightly build
--release
--target
thumbv7
em
-none-eabi
```
Then copy the resulting executable from the target directory
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment