PIMPLE
A music synthesizer inspired by the Acorn Music 500.
Status
Software
Dependencies
- https://github.com/SloeComputers/PDK
- 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 -DCMAKE_TOOLCHAIN_FILE=PDK/TGT/rp2350/toolchain.cmake
make
Flashable image will be found under the build sub directory here…
.../PIMPLE_RPIPICO_I2S_DAC.uf2
License
This project is licensed under the MIT License - see the LICENSE file for details