Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update changelogs for Debian builddebian/0.6+163+g01e524f | Bdale Garbee | 2010-04-08 |
| | |||
* | choose a better set of docbook xsl files | Bdale Garbee | 2010-04-08 |
| | |||
* | When changing RESET line, delay 20ms | Keith Packard | 2010-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 Packard | 2010-04-08 |
|\ | |||
| * | update changelogs for Debian builddebian/0.6+131+g6629ec5 | Bdale Garbee | 2010-04-08 |
| | | |||
| * | lose the url entirely for now | Bdale Garbee | 2010-04-08 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+129+g934434f | Bdale Garbee | 2010-04-08 |
| | | |||
| * | fix typo in url | Bdale Garbee | 2010-04-08 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+127+g05ad583 | Bdale Garbee | 2010-04-08 |
| | | |||
| * | need another build dep | Bdale Garbee | 2010-04-08 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+125+g8f1d47e | Bdale Garbee | 2010-04-08 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+124+gc66eeba | Bdale Garbee | 2010-04-08 |
| | | |||
| * | rewrite urls in docbook format | Bdale Garbee | 2010-04-03 |
| | | |||
| * | crudely incorporate "day in the life" info from web page | Bdale Garbee | 2010-04-01 |
| | | |||
* | | Use 16-bit flite voice (which appears to have changed symbols recently) | Keith Packard | 2010-04-08 |
| | | |||
* | | Merge remote branch 'origin/master' into altosui | Keith Packard | 2010-04-08 |
|\| | |||
| * | tweak copyright assertion | Bdale Garbee | 2010-04-01 |
| | | |||
| * | make lintian happy | Bdale Garbee | 2010-03-30 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+119+g00f49c8 | Bdale Garbee | 2010-03-30 |
| | | |||
| * | fix typo | Bdale Garbee | 2010-03-30 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+117+gb41e617 | Bdale Garbee | 2010-03-30 |
| | | |||
| * | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2010-03-30 |
| |\ | | | | | | | | | | | | | Conflicts: ChangeLog | ||
| * | | update changelogs for Debian builddebian/0.6+111+g20d4d41 | Bdale Garbee | 2010-03-30 |
| | | | |||
| * | | initial harness for documentation | Bdale Garbee | 2010-03-30 |
| | | | |||
| * | | move gbp.conf into debian/ | Bdale Garbee | 2010-03-15 |
| | | | |||
* | | | Enable telemetry monitoring | Keith Packard | 2010-04-06 |
| | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | | Tasks may move in task structure as a result of ao_exit | Keith Packard | 2010-04-06 |
| | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | | TD reports "not-connected" when GPS has 0 sats | Keith Packard | 2010-04-06 |
| | | | |||
* | | | serial port read function cannot be interrupted. poll every 1 second | Keith Packard | 2010-04-06 |
| | | | |||
* | | | Interrupt running replay thread when starting another replay | Keith Packard | 2010-04-05 |
| | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | | Add Linux device discovery | Keith Packard | 2010-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.0 | Keith Packard | 2010-04-04 |
| | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | | Clean up some altosui comments | Keith Packard | 2010-04-04 |
| | | | |||
* | | | Don't abort the radio when enabling telemetry monitoring | Keith Packard | 2010-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 Packard | 2010-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 saving | Keith Packard | 2010-04-04 |
| | | | |||
* | | | Make .jar file | Keith Packard | 2010-04-03 |
| | | | |||
* | | | Remove unused cell renderer class | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Remove GPS data missing from skytraq. Save max height/accel/speed | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Report current gps nsat, not last locked nsat | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Clean up GPS data formatting | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Fix state updates | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Fix status update | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Fix up table formatting | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Display table of flight info. gps is not working yet though | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Steal C code from ao-view | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Add telem parsing code | Keith Packard | 2010-04-02 |
| | | | |||
* | | | Fix windows install file | Keith Packard | 2010-04-01 |
| | | | |||
* | | | Add Windows install .inf file | Keith Packard | 2010-04-01 |
| | | | |||
* | | | Add telemetry data parsing code | Keith Packard | 2010-03-31 |
| | | |