log include/PRU.h @ 211:ff14e145f635

age author description
Fri, 17 Jul 2015 22:16:53 +0100 andrewm Updated PRU code to allow pinModeFrame() and [untested] digitalWriteFrame() and analogWriteFrame() to be called from setup(). Updated basic_blink example accordingly.
Thu, 28 May 2015 14:35:55 -0400 andrewm Major API overhaul. Moved to a single data structure for handling render functions. Functionally, generally similar except for scheduling within PRU loop function, which now uses interrupts from the PRU rather than polling. This requires an updated kernel. newapi
Tue, 19 May 2015 16:41:07 +0100 Giulio Moro Timers to measure performances, ultra experimental ultra-staging