Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: clean up radio abort paths. Share radio code. | Keith Packard | 2010-12-22 |
| | | | | | | | | | | | | | Instead of aborting the DMA and radio operation and expecting that to be handled reasonably by the radio receiving task, rewrite things so that the abort function just wakes the receiving task while that terminates the DMA and cleans up the radio. This eliminates all kinds of nasty bugs dealing with radio abort smashing the radio registers at the wrong time, or interrupting a radio transmission. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos: prepare for sdcc 2.9.1 | Keith Packard | 2010-08-27 |
| | | | | | | | A few minor language changes -- non-standard keywords are now prefixed with __, such as 'at', 'interrupt', 'naked'. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Remove reason from ao_dma_abort | Keith Packard | 2009-10-30 |
| | |||
* | Initial packet bits. Just testing transmission | Keith Packard | 2009-10-30 |
| | |||
* | Use autotools, move altos to src subdir | Keith Packard | 2009-06-04 |
Signed-off-by: Keith Packard <keithp@keithp.com> |