aboutsummaryrefslogtreecommitdiffstats
path: root/src/pru/pru0.c
Commit message (Expand)AuthorAgeFilesLines
* pru: Improve comments in pru0.cKevin O'Connor2017-08-021-1/+1
* irq: Support sleeping when mcu is idleKevin O'Connor2017-07-171-2/+5
* pru: Move peripheral init from pru0 to pru1Kevin O'Connor2017-07-171-43/+1
* pru: Use a pointer when working with send_data array itemsKevin O'Connor2017-06-301-6/+5
* pru: Add hack to shutdown the PRU from a simple command requestKevin O'Connor2017-06-301-0/+6
* pru: Rework command processing so that most of it is done on pru0Kevin O'Connor2017-06-301-19/+134
* pru: Remove unnecessary barrier() callsKevin O'Connor2017-06-161-3/+0
* pru: Add support for ADC inputKevin O'Connor2017-05-171-1/+44
* pru: Move communication code to second PRUKevin O'Connor2017-05-171-0/+229