aboutsummaryrefslogtreecommitdiffstats
path: root/src/pru/main.c
Commit message (Expand)AuthorAgeFilesLines
* pru: Rework command processing so that most of it is done on pru0Kevin O'Connor2017-06-301-47/+45
* command: Move low-level sendf transmission into board codeKevin O'Connor2017-06-291-2/+15
* command: Move command_task() to board specific codeKevin O'Connor2017-06-291-2/+15
* pru: Remove unnecessary barrier() callsKevin O'Connor2017-06-161-2/+0
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-4/+3
* pru: Add support for ADC inputKevin O'Connor2017-05-171-2/+0
* pru: Move communication code to second PRUKevin O'Connor2017-05-171-13/+83
* pru: Initial support for the Beaglebone PRUKevin O'Connor2017-05-151-0/+150