oh, and the "Arduino" port attempted by the students of John Brown University: https://github.com/lucas-ti/PRdUino
I haven't had a chance to try that one out. A quick look a the code makes it seem pretty incomplete. I don't see most of the Arduino functions. As an effort to quickly generate functions to support additional peripherals, the BeaglePilot folks tried out compiling Starterware for the PRU and had some success: https://github.com/BeaglePilot/PRUSS-C They never fleshed out any real testing or put it into any packaging, but I think it is an approach that could save a lot of work or at least give examples for learning for a cleaner implementation. Your sensibilities about simplicity just seem right, so I'm curious about your thoughts on these various efforts to simplify PRU programming. On Fri, Aug 29, 2014 at 10:37 AM, Jason Kridner <[email protected]> wrote: > Thanks! The minimalism is nice. Have you tried any of the other tools like > the PRU GCC compiler, Pruspeak or the web-based PRU debugger to see if they > are helpful? > > > On Fri, Aug 29, 2014 at 3:40 AM, Jon E <[email protected]> wrote: > >> Hi, >> >> I've just been through the learning curve of getting started with PRU >> development, and have pushed some simple examples to GitHub. >> >> Posting here in case they're of use to anyone else in the same position.. >> >> https://github.com/dresco/pru_examples >> >> Regards, >> Jon >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to the Google Groups >> "BeagleBoard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
