Sound Voltex Controller Firmware

This repository contains firmware for an open-sorce Sound Voltex controller.

Features

Getting Started

Dependencies

To build and flash this project you will need:

Building

To build this project, run: $ cargo build --release

Flashing

To flash the built firmware, run: $ cargo objcopy --release -- -O binary ./target/thumbv7m-none-eabi/release/sdvx-controller-firmware.bin $ openocd -f interface/stlink.cfg -f target/stm32f1x.cfg -c "init; reset halt; stm32f1x mass_erase 0; flash write_bank 0 ./target/thumbv7m-none-eabi/release/sdvx-controller-firmware.bin ; reset run; shutdown;"

License

This project is licensed under the MIT License - see the LICENSE.md file for details.