va416xx-rs/README.md

20 lines
396 B
Markdown

# Vorago VA416xx Rust Workspace
After cloning, run
```sh
git submodule init
git submodule update
```
## Using the `.cargo/config.toml` file
Use the following command to have a starting `config.toml` file
```sh
cp .cargo/def-config.toml .cargo/config.toml
```
You then can adapt the `config.toml` to your needs. For example, you can configure runners
to conveniently flash with `cargo run`.