Hey @ether, any luck getting Xcode setup to build? EDIT: It seems X-AVR depends on avrdude, which I think only handles 8-bit MC’s? (at least CrossPack only does) so I’m not sure an X-code build is an option, at least with X-AVR (still a nice resource for 8-bit MC’s I guess). Does that mean I’m using gcc at a command line to build? I have some path(?) issues with gcc finding header files, might have to build my own avr32 tools instead of using the packaged installer. I’m learning a lot as I go here, feel like a bumbling moron, please forgive my ignorance. Any guidance is welcome.
@scanner_darkly, what did you use on windows? Decided to try installing and running Atmel Studio using Parallels, was able to get a project for the right at32uc3b0256 MCU, copied my code into main.c, and it builds. So now I guess I’m waiting for the MP to get here to see if that all actually worked. I’d still like to get it working in OSX.
I still haven’t gotten any feedback on the concept of adding an output matrix to MP’s functionality, which has me thinking the idea may be meritless. Still, I want to see through this little project (described in more detail) for the learning experience, and get a chance to actually play with the idea in action before I completely dismiss it.