Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pru: Improve comments in pru0.c | Kevin O'Connor | 2017-08-02 | 1 | -1/+1 |
* | irq: Support sleeping when mcu is idle | Kevin O'Connor | 2017-07-17 | 1 | -2/+5 |
* | pru: Move peripheral init from pru0 to pru1 | Kevin O'Connor | 2017-07-17 | 1 | -43/+1 |
* | pru: Use a pointer when working with send_data array items | Kevin O'Connor | 2017-06-30 | 1 | -6/+5 |
* | pru: Add hack to shutdown the PRU from a simple command request | Kevin O'Connor | 2017-06-30 | 1 | -0/+6 |
* | pru: Rework command processing so that most of it is done on pru0 | Kevin O'Connor | 2017-06-30 | 1 | -19/+134 |
* | pru: Remove unnecessary barrier() calls | Kevin O'Connor | 2017-06-16 | 1 | -3/+0 |
* | pru: Add support for ADC input | Kevin O'Connor | 2017-05-17 | 1 | -1/+44 |
* | pru: Move communication code to second PRU | Kevin O'Connor | 2017-05-17 | 1 | -0/+229 |