This repository has been archived on 2025-10-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2021-11-06 21:07:51 +01:00
2021-12-10 10:13:42 +01:00
2021-12-02 11:46:47 +01:00
2021-11-13 18:58:51 +01:00
2021-12-10 00:07:20 +01:00
2021-12-06 15:56:36 +01:00
2021-12-10 00:07:20 +01:00
2021-12-10 10:13:42 +01:00
2021-12-10 10:13:42 +01:00
2021-12-06 15:56:36 +01:00
2021-12-06 16:06:01 +01:00
2021-12-10 10:13:42 +01:00
2021-11-03 01:25:13 +01:00
2021-12-10 10:13:42 +01:00
2021-12-10 10:13:42 +01:00
2021-11-13 23:59:18 +01:00

Vorago Rust Workspace

Workspace for developing Rust code for the Vorago devices

After cloning, run

git submodule init
git submodule update

Use VS Code files

Make sure to install the Cortex-Debug extension first.

The tasks.json and the launch.json files are generic and you can use them immediately by opening the folder in VS code or adding it to a workspace.

If you would like to use a custom GDB application, you can specify the gdb binary in the following configuration variables in your settings.json:

  • "cortex-debug.gdbPath"
  • "cortex-debug.gdbPath.linux"
  • "cortex-debug.gdbPath.windows"
  • "cortex-debug.gdbPath.osx"
2025-09-03 11:35:11 +02:00
Languages
Rust 95.4%
Python 3.4%
Shell 0.4%
C++ 0.4%
Dockerfile 0.3%