summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update changelogs for Debian builddebian/0.6+163+g01e524fBdale Garbee2010-04-08
|
* choose a better set of docbook xsl filesBdale Garbee2010-04-08
|
* When changing RESET line, delay 20msKeith Packard2010-04-08
| | | | | | | | | | | The GPS data sheet suggests a 1uF cap on the reset line to ensure it is held low long enough for the power supply to come up to voltage. TM v1.0 loads a 0.001uF cap there, but in case that isn't large enough, it could be replaced with the larger one. This change makes sure that even with that larger value, the debugging link will be able to reset the target. Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge remote branch 'origin/master'Keith Packard2010-04-08
|\
| * update changelogs for Debian builddebian/0.6+131+g6629ec5Bdale Garbee2010-04-08
| |
| * lose the url entirely for nowBdale Garbee2010-04-08
| |
| * update changelogs for Debian builddebian/0.6+129+g934434fBdale Garbee2010-04-08
| |
| * fix typo in urlBdale Garbee2010-04-08
| |
| * update changelogs for Debian builddebian/0.6+127+g05ad583Bdale Garbee2010-04-08
| |
| * need another build depBdale Garbee2010-04-08
| |
| * update changelogs for Debian builddebian/0.6+125+g8f1d47eBdale Garbee2010-04-08
| |
| * update changelogs for Debian builddebian/0.6+124+gc66eebaBdale Garbee2010-04-08
| |
| * rewrite urls in docbook formatBdale Garbee2010-04-03
| |
| * crudely incorporate "day in the life" info from web pageBdale Garbee2010-04-01
| |
* | Use 16-bit flite voice (which appears to have changed symbols recently)Keith Packard2010-04-08
| |
* | Merge remote branch 'origin/master' into altosuiKeith Packard2010-04-08
|\|
| * tweak copyright assertionBdale Garbee2010-04-01
| |
| * make lintian happyBdale Garbee2010-03-30
| |
| * update changelogs for Debian builddebian/0.6+119+g00f49c8Bdale Garbee2010-03-30
| |
| * fix typoBdale Garbee2010-03-30
| |
| * update changelogs for Debian builddebian/0.6+117+gb41e617Bdale Garbee2010-03-30
| |
| * Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2010-03-30
| |\ | | | | | | | | | | | | Conflicts: ChangeLog
| * | update changelogs for Debian builddebian/0.6+111+g20d4d41Bdale Garbee2010-03-30
| | |
| * | initial harness for documentationBdale Garbee2010-03-30
| | |
| * | move gbp.conf into debian/Bdale Garbee2010-03-15
| | |
* | | Enable telemetry monitoringKeith Packard2010-04-06
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Tasks may move in task structure as a result of ao_exitKeith Packard2010-04-06
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | TD reports "not-connected" when GPS has 0 satsKeith Packard2010-04-06
| | |
* | | serial port read function cannot be interrupted. poll every 1 secondKeith Packard2010-04-06
| | |
* | | Interrupt running replay thread when starting another replayKeith Packard2010-04-05
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Add Linux device discoveryKeith Packard2010-04-05
| | | | | | | | | | | | | | | AltosDeviceLinux.java scans /proc to locate suitable devices. This will be hooked up to the UI shortly.
* | | Switch TeleMetrum from v0.2 to v1.0Keith Packard2010-04-04
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Clean up some altosui commentsKeith Packard2010-04-04
| | |
* | | Don't abort the radio when enabling telemetry monitoringKeith Packard2010-04-04
| | | | | | | | | | | | | | | | | | | | | If telemetry monitoring is already on, then there isn't any point, and if it's not on, then presumably there isn't any radio work to abort. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Make ao_radio_idle keep trying to get the radio to idle.Keith Packard2010-04-04
| | | | | | | | | | | | | | | | | | | | | Attempting to abort a radio operation could lead to a hang if the user of the radio jumped in and started using it again before the task attempting to abort woke up. This change just keeps smacking the radio until the radio goes idle long enough to detect it.
* | | Use RXTX for serial comm. Add logdir preference savingKeith Packard2010-04-04
| | |
* | | Make .jar fileKeith Packard2010-04-03
| | |
* | | Remove unused cell renderer classKeith Packard2010-04-02
| | |
* | | Remove GPS data missing from skytraq. Save max height/accel/speedKeith Packard2010-04-02
| | |
* | | Report current gps nsat, not last locked nsatKeith Packard2010-04-02
| | |
* | | Clean up GPS data formattingKeith Packard2010-04-02
| | |
* | | Fix state updatesKeith Packard2010-04-02
| | |
* | | Fix status updateKeith Packard2010-04-02
| | |
* | | Fix up table formattingKeith Packard2010-04-02
| | |
* | | Display table of flight info. gps is not working yet thoughKeith Packard2010-04-02
| | |
* | | Steal C code from ao-viewKeith Packard2010-04-02
| | |
* | | Add telem parsing codeKeith Packard2010-04-02
| | |
* | | Fix windows install fileKeith Packard2010-04-01
| | |
* | | Add Windows install .inf fileKeith Packard2010-04-01
| | |
* | | Add telemetry data parsing codeKeith Packard2010-03-31
| | |