log pru_rtaudio.p @ 555:5ef33a8c9702 prerelease

age author description
Tue, 07 Jun 2016 18:37:11 +0100 andrewm Remapped analog output channels to match 01234567 order on cape. Note: this will change the behaviour of all these existing examples using analog out, notably d-box and cape_test. prerelease
Tue, 17 May 2016 18:31:43 +0100 andrewm Updated PRU code -- same idea for muxes 4-7 prerelease
Tue, 17 May 2016 17:54:35 +0100 andrewm PRU update to support mux capelet prerelease
Mon, 16 May 2016 12:13:58 +0100 andrewm Started prerelease branch; updated PRU code to be able to run on either PRU. prerelease
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.