MAIN STUFF -- Step by step guide for getting the board up and running and connected to the dev environment -- Include a basic project as an example to show how to hook up the board and dump it to the board and test it and run it. -- The program should be well commented showing what goes where and what does what. also it should be annotated on how to modify it to create your own stuff. -- A good description of interrupts FAUST -- A project that automatically links to faust generated C code. A stripped down faust program that can generate c code After the C code is generated you can then put that in the folder of the dsp board and be used. -- A scripting thing that can get the neccesary c code from the faust generated code and put it in a file that can then be put in the dsp project folder CONTROLS -- Simple way to implement controls like knobs and faders to control parameters on the board