Rust support for the VA416xx family of MCUs
Go to file
2024-06-11 23:59:09 +02:00
.cargo update def-config.toml 2024-06-11 21:14:49 +02:00
jlink nothing but issues 2024-06-11 23:26:32 +02:00
scripts nothing but issues 2024-06-11 23:26:32 +02:00
va416xx update PAC library 2024-06-11 15:53:07 +02:00
va416xx-hal rtt logging works 2024-06-11 23:59:09 +02:00
vorago-peb1 rtt logging works 2024-06-11 23:59:09 +02:00
vscode fast blinky 2024-06-11 20:24:24 +02:00
.gitignore fast blinky 2024-06-11 20:24:24 +02:00
.gitmodules add all submodules as regular code 2024-06-11 13:48:42 +02:00
Cargo.toml fast blinky 2024-06-11 20:24:24 +02: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.