summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Merge remote branch 'origin/master' into skytraqKeith Packard2009-11-01
|\|
| * update changelogs for Debian builddebian/0.5+86+g2de548fBdale Garbee2009-10-12
| |
| * oops, forgot to specify the repo to push toBdale Garbee2009-10-12
| |
| * update changelogs for Debian builddebian/0.5+84+g513328aBdale Garbee2009-10-12
| |
| * automate push of updated and tagged master branch during debian/rules prebuildBdale Garbee2009-10-12
| |
| * update changelogs for Debian builddebian/0.5+82+g23bc21aBdale Garbee2009-10-12
| |
| * undue damage from partial buildBdale Garbee2009-10-12
| |
| * add support for tagging git repository on each Debian package buildBdale Garbee2009-10-12
| |
| * update changelogs for Debian buildBdale Garbee2009-10-12
| |
| * flush repetitive junk out of debian/changelog, and update the prebuild targetBdale Garbee2009-10-12
| | | | | | | | in debian/rules to put git commit details into the Debian changelog
| * update changelogs for Debian builddebian/0.5+77+gc57bd7fBdale Garbee2009-10-12
| |
| * Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-10-12
| |\
| * | update changelogs for Debian buildBdale Garbee2009-10-10
| | |
| * | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-10-10
| |\ \
| * | | update changelogs for Debian buildBdale Garbee2009-09-21
| | | |
| * | | update changelogs for Debian buildBdale Garbee2009-09-21
| | | |
| * | | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-21
| |\ \ \
| * | | | update changelogs for Debian buildBdale Garbee2009-09-20
| | | | |
| * | | | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-20
| |\ \ \ \
| * | | | | update changelogs for Debian buildBdale Garbee2009-09-06
| | | | | |
| * | | | | need a run-time dependency to pull in the cairo moduleBdale Garbee2009-09-06
| | | | | |
| * | | | | update changelogs for Debian buildBdale Garbee2009-09-06
| | | | | |
| * | | | | more build deps for plotting libBdale Garbee2009-09-06
| | | | | |
| * | | | | update changelogs for Debian buildBdale Garbee2009-09-06
| | | | | |
| * | | | | update changelogs for Debian buildBdale Garbee2009-09-06
| | | | | |
| * | | | | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
| |\ \ \ \ \ \
| * | | | | | | update changelogs for Debian buildBdale Garbee2009-09-06
| | | | | | | |
| * | | | | | | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
| |\ \ \ \ \ \ \
| * | | | | | | | update changelogs for Debian buildBdale Garbee2009-09-06
| | | | | | | | |
| * | | | | | | | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
| |\ \ \ \ \ \ \ \
| * | | | | | | | | update changelogs for Debian buildBdale Garbee2009-09-06
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | update changelogs for Debian buildBdale Garbee2009-09-06
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2009-09-06
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | update changelogs for Debian buildBdale Garbee2009-09-04
| | | | | | | | | | | |
* | | | | | | | | | | | 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>
* | | | | | | | | | | | No need to wakeup &ao_tick_count nowKeith Packard2009-10-31
| | | | | | | | | | | |
* | | | | | | | | | | | Poke master to speed up packet rate when things are busyKeith Packard2009-10-31
| | | | | | | | | | | |
* | | | | | | | | | | | Use ao_alarm for ao_delay so it can be easily interruptedKeith Packard2009-10-31
| | | | | | | | | | | |
* | | | | | | | | | | | Do more flushing in packet test codeKeith Packard2009-10-30
| | | | | | | | | | | |
* | | | | | | | | | | | Add RFIM registerKeith 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
| | | | | | | | | | | |
* | | | | | | | | | | | Add ao_alarmKeith Packard2009-10-30
| | | | | | | | | | | |
* | | | | | | | | | | | Wait for TX to finish sending dataKeith Packard2009-10-30
| | | | | | | | | | | |
* | | | | | | | | | | | Add radio carrier commandKeith Packard2009-10-30
| | | | | | | | | | | |
* | | | | | | | | | | | Initial packet bits. Just testing transmissionKeith Packard2009-10-30
| | | | | | | | | | | |