log pru_rtaudio.p @ 241:adfe95c3cd73

age author description
Wed, 20 Jan 2016 15:35:48 +0000 Giulio Moro Fixed misbehaviour of GPIO when -C2: the GPIO buffer was being processed at double sampling rate and so for the second part of the buffer, it was just processing zeros. Closes #1532.
Mon, 27 Jul 2015 13:00:25 +0100 Giulio Moro Uniformed formatting of pru_rtaudio.p (had a busy day): indent is 4 spaces throughout, hopefully
Mon, 27 Jul 2015 12:44:55 +0100 Giulio Moro PRU now checks for McASP underrun and resets if detects it.
Fri, 17 Jul 2015 15:28:18 +0100 Andrew McPherson Merge newapi into default
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
Wed, 13 May 2015 12:23:37 +0100 Giulio Moro Further improvements in the PRU readibility (removed unnecssary defines and renamed r27_current back to reg_digital_current) staging