~chmanie/grow

a eurorack genetic sequencer module
Improve docs, minor fixes
fd9c1a70 — Christian Maniewski 2 years ago
Update Readme.md

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~chmanie/grow
read/write
git@git.sr.ht:~chmanie/grow

You can also use your local clone with git send-email.

#GROW

A Eurorack genetic sequencer.

grow

This repository serves as the home for its MCU code and hardware schematics.

There will be a lot more info soon.

#To build

git submodule update --init --recursive # if not cloned recursively
brew install cmake
brew install --cask gcc-arm-embedded
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../arm-none-eabi-gcc.cmake ..
make

#LICENSE

GNU General Public License v3.0