Crates.io | sdvx-controller-firmware |
lib.rs | sdvx-controller-firmware |
version | 1.2.0 |
source | src |
created_at | 2021-07-23 17:53:47.917232 |
updated_at | 2021-11-19 21:56:46.006915 |
description | Firmware for an open-source Sound Voltex controller |
homepage | |
repository | https://github.com/linasdev/sdvx-controller-firmware |
max_upload_size | |
id | 426352 |
size | 893,411 |
This repository contains firmware for an open-sorce Sound Voltex controller.
To build and flash this project you will need:
rust-std
components for the thumbv7m-none-eabi
target. Run:
$ rustup target add thumbv7m-none-eabi
binutils
. Installation instructions.To build this project, run:
$ cargo build --release
To flash the firmware, run:
$ ./flash.sh
This project is licensed under the MIT License - see the LICENSE.md file for details.