App and DSP firmware are compiled into the kernel, eating all the On-Chip RAM.
Eventually we want to be able to compile a standalone app, without needing the kernel source. For now, we can put the app and DSP firmware in their own linker sections and have the kernel wait for data to be loaded via sysex.
App and DSP firmware are compiled into the kernel, eating all the On-Chip RAM.
Eventually we want to be able to compile a standalone app, without needing the kernel source. For now, we can put the app and DSP firmware in their own linker sections and have the kernel wait for data to be loaded via sysex.