From 5294ebc732beb5bc0321f36d6e4700a82a650bf2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 30 Dec 2022 12:55:30 +0100 Subject: [PATCH] update README --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51e9261..fe9e44f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,25 @@ -# Vorago Rust Workspace +Vorago Rust Workspace +======== Workspace for developing Rust code for the Vorago devices After cloning, run ```sh -git submodule init -git submodule update +git submodule update --init ``` -## Debugging with VS Code +# Preparing the Rust installation + + +Building an application for the VA108XX family requires the `thumbv6m-none-eabi` +cross-compiler toolchain. If you have not installed it yet, you can do so with + +```sh +rustup target add thumbv6m-none-eabi +``` + +# Debugging with VS Code The REB1 board features an on-board JTAG, so all that is required to flash the board is a Micro-USB cable and an