PIMPLE
A music synthesizer inspired by the Acorn Music 500.
Status
Software
Dependencies
- https://github.com/SloeComputers/Platform
- arm-none-eabi-gcc
- cmake
- ninja (make works too)
Checkout
This repo uses git sub-modules, so checkout using –recurse to clone all the dependent source…
git clone --recurse https://github.com/SloeComputers/PIMPLE.git
or
git clone --recurse ssh://git@github.com/SloeComputers/PIMPLE.git
Build
Being developed on MacOS but should build on Linux too.
make
Build directly using cmake…
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DPLT_TARGET=rp2350 -DCMAKE_TOOLCHAIN_FILE=Platform/MTL/rp2350/target/toolchain.cmake ..
make
Flashable image will be found under the build sub directory here…
.../Source/PIMPLE_RPIPICO_I2S_DAC.uf2
License
This project is licensed under the MIT License - see the LICENSE file for details