Rust support for the VA416xx family of MCUs
Go to file
2024-06-11 14:07:44 +02:00
.cargo helper files update 2021-12-23 14:16:05 +01:00
.vscode added RTT example code 2021-12-31 16:49:15 +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 auto-format SVD file 2024-06-11 14:07:44 +02:00
va416xx-hal add all submodules as regular code 2024-06-11 13:48:42 +02:00
vorago-peb1 add all submodules as regular code 2024-06-11 13:48:42 +02:00
.gitignore cfg and README update 2021-12-23 14:01:32 +01:00
.gitmodules add all submodules as regular code 2024-06-11 13:48:42 +02: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.