Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable packet-based communcation to command processor | Keith Packard | 2009-11-01 |
| | | | | | | | This splits the packet code into master/slave halves and hooks the slave side up to the getchar/putchar/flush logic in ao_stdio.c Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Poke master to speed up packet rate when things are busy | Keith Packard | 2009-10-31 |
| | |||
* | Do more flushing in packet test code | Keith Packard | 2009-10-30 |
| | |||
* | Send SYN packet to set sequence numbers | Keith Packard | 2009-10-30 |
| | |||
* | Use ao_radio_done to wait for TX to completely finish with packet | Keith Packard | 2009-10-30 |
| | |||
* | Switch packet code from timer thread to ao_alarm | Keith Packard | 2009-10-30 |
| | |||
* | Remove reason from ao_dma_abort | Keith Packard | 2009-10-30 |
| | |||
* | Initial packet bits. Just testing transmission | Keith Packard | 2009-10-30 |