Rust support for the VA416xx family of MCUs
Go to file
2021-12-23 14:16:05 +01:00
.cargo helper files update 2021-12-23 14:16:05 +01:00
.vscode update submodule, add new blinky example 2021-12-18 14:54:34 +01:00
jlink helper files update 2021-12-23 14:16:05 +01:00
scripts finally its working with JLinkGDBServer 2021-12-09 21:00:22 +01:00
va416xx@2cdc2a8128 update submodules 2021-12-18 13:18:19 +01:00
va416xx-hal@6eda28c354 helper files update 2021-12-23 14:16:05 +01:00
vorago-peb1@c2d3d1b4d8 helper files update 2021-12-23 14:16:05 +01:00
.gitignore cfg and README update 2021-12-23 14:01:32 +01:00
.gitmodules added peb1 submodule 2021-12-07 00:38:18 +01:00
Cargo.toml update workspace 2021-12-09 21:33:49 +01:00
jlink-gdb.sh finally its working with JLinkGDBServer 2021-12-09 21:00:22 +01:00
LICENSE-APACHE init commit 2021-12-07 00:31:51 +01:00
memory.x stll some issues 2021-12-07 11:56:18 +01:00
NOTICE init commit 2021-12-07 00:31:51 +01:00
README.md helper files update 2021-12-23 14:16:05 +01:00

Vorago VA416xx Rust Workspace

After cloning, run

git submodule init
git submodule update

Using the .cargo/config.toml file

Use the following command to have a starting config.toml file

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.