log include/pru_rtaudio_bin.h @ 188:c706be7daad7

age author description
2016-01-20 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.
2015-07-27 Giulio Moro PRU now checks for McASP underrun and resets if detects it.
2015-05-28 andrewm Update pru_rtaudio_bin.h to reflect the current PRU code. newapi
2015-05-12 Giulio Moro GPIO pins are initialised as inputs by ARM to avoid spikes at startup, through gpio_set_dir. The buffers are set to 0x000ffff during initialisation. LastDigitalBuffer is staging
2015-05-10 Giulio Moro - fixed bug that caused the PRU to hang when opening a socket or an ssh connection. Bug was a typo in LBBO reg_gpio2_oe matrix_gpio
2015-04-27 Giulio Moro - analog matrixIn/matrixOut are now mapped as floats from 0 to 1 matrix_gpio
2015-02-07 andrewm Updated to latest PRU library; external PRU file no longer needed. Also catch SIGTERM as well as SIGINT to clean up gracefully.