summaryrefslogtreecommitdiff
path: root/src/ao_packet.c
Commit message (Collapse)AuthorAge
* Enable packet-based communcation to command processorKeith Packard2009-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 busyKeith Packard2009-10-31
|
* Do more flushing in packet test codeKeith Packard2009-10-30
|
* Send SYN packet to set sequence numbersKeith Packard2009-10-30
|
* Use ao_radio_done to wait for TX to completely finish with packetKeith Packard2009-10-30
|
* Switch packet code from timer thread to ao_alarmKeith Packard2009-10-30
|
* Remove reason from ao_dma_abortKeith Packard2009-10-30
|
* Initial packet bits. Just testing transmissionKeith Packard2009-10-30