DatanoiseTV / PicoADK-Firmware-Template

🎵 🎹 Firmware boilerplate for the RP2040 / RP2350 powered PicoADK Audio Development Boards. Build your own stand alone synthesizers! Includes all nuts and bolts (FreeRTOS, USB MIDI, Vult DSP, Hardware Plumbing, DMA, ..). https://github.com/DatanoiseTV/PicoADK-Hardware
MIT License
149 stars 17 forks source link

Compile process speedup: switch to native vult compiler. #15

Closed DatanoiseTV closed 1 year ago

DatanoiseTV commented 1 year ago

We were using the js version of the vult compiler. Now we have switched to a native Vult compiler (located in the tools folder as binaries for Windows, MacOS and Linux). This brings a great improvement to the compile time.