Skip to content
Snippets Groups Projects
Commit a00087de authored by Astro's avatar Astro :gear:
Browse files

MR !1

parents e2f4d208 aa90ea7d
Branches
No related tags found
No related merge requests found
...@@ -9,6 +9,12 @@ rustup update nightly ...@@ -9,6 +9,12 @@ rustup update nightly
rustup override set nightly rustup override set nightly
rustup target add thumbv7em-none-eabi rustup target add thumbv7em-none-eabi
``` ```
When cloning use `--recursive` to get the submodules, otherwise update them
afterwards:
```shell
git submodule update --init --recursive
```
Check out this repo's submodule (the C firmware). Check out this repo's submodule (the C firmware).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment