aboutsummaryrefslogtreecommitdiffstats
path: root/src/pru/main.c
Commit message (Expand)AuthorAgeFilesLines
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-171-1/+1
* pru: Fix race condition in clearing of irq flagsKevin O'Connor2017-09-081-2/+4
* pru: Support config_reset command to manually reset mcuKevin O'Connor2017-09-031-0/+3
* pru: Compile the irq_poll() function with -O2 optimizationKevin O'Connor2017-08-151-1/+1
* command: Don't pass max_size to command_encodef()Kevin O'Connor2017-08-141-3/+2
* sched: Implement generic sleep mechanism based on tasks pendingKevin O'Connor2017-08-081-7/+1
* sched: Introduce sched_wake_tasks() function to wake up tasksKevin O'Connor2017-08-081-2/+4
* sched: Support adding timers to the start of timer_listKevin O'Connor2017-08-081-12/+14
* pru: Improve comments in pru0.cKevin O'Connor2017-08-021-2/+0
* basecmd: Move low-level alloc code into basecmd.cKevin O'Connor2017-07-201-25/+9
* irq: Support sleeping when mcu is idleKevin O'Connor2017-07-171-0/+12
* pru: Move peripheral init from pru0 to pru1Kevin O'Connor2017-07-171-0/+2
* pru: Use a pointer when working with send_data array itemsKevin O'Connor2017-06-301-7/+4
* 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