Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rust-card10
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rnd
rust-card10
Commits
c1101921
Commit
c1101921
authored
5 years ago
by
Astro
Browse files
Options
Downloads
Patches
Plain Diff
README: update
parent
9a17141f
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
-7
6 additions, 7 deletions
README.md
with
6 additions
and
7 deletions
README.md
+
6
−
7
View file @
c1101921
...
...
@@ -51,29 +51,28 @@ And then copy `build/pycardium/pycardium_epicardium.bin` as
## Build and run Rust loadables
```
shell
cd
example/
cargo +nightly build
--release
--target
thumbv7-none-eabi
```
Then copy the resulting executable from the target directory
`
../
target/thumbv7em-none-eabi/release/
l0dable-
example`
into the
`target/thumbv7em-none-eabi/release/example`
into the
`apps`
directory of your badge.
**Attention**
: Its necessary to rename the executable to add the
`elf`
extension (e.g
`l0adable-example`
must be renamed as
`l0adable-example.elf`
).
**Attention**
: Its necessary to rename the executable to add the
`elf`
extension (e.g
`example`
must be renamed as
`example.elf`
).
## Crates
| Crate | Description |
| ---- | --- |
| l0dable | Helper crate for building l0dables |
| example | l0dable example |
|
l0dable | Helpers for building l0dables
|
|
rkanoid | Arkanoid clone
|
## Misc
### How to update the firmware
### How to update the firmware
bindings
1) Update the
`c/`
submodule to the latest firmware state.
...
...
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