Rust support for the VA416xx family of MCUs
Go to file
2021-12-23 14:03:18 +01:00
.cargo dont track .cargo/config.toml anymore 2021-12-23 14:01:50 +01:00
.vscode update submodule, add new blinky example 2021-12-18 14:54:34 +01:00
jlink finally its working with JLinkGDBServer 2021-12-09 21:00:22 +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@50221d37bd hal update 2021-12-23 14:03:18 +01:00
vorago-peb1@08afbd778d submodule update 2021-12-18 15:03:12 +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
jlink-reva.gdb add reva jlink file 2021-12-23 13:58:29 +01:00
jlink.gdb adaption for jlink helper file 2021-12-09 21:03:17 +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 cfg and README update 2021-12-23 14:01:32 +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