Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update changelogs for Debian builddebian/0.6+185+g45a1c2d | Bdale Garbee | 2010-05-05 |
| | |||
* | update changelogs for Debian builddebian/0.6+184+gf7ff327 | Bdale Garbee | 2010-05-05 |
| | |||
* | Disable interrupts while reading from stdin | Keith Packard | 2010-05-05 |
| | | | | | | | | | | | | With multiple input source support, there is a lag between asking a device if it has data and then waiting for more data to appear. If an interrupt signalling additional input arrives in this interval, we'll go to sleep with input available. This patch uses a big hammer by just disabling interrupts for the whole process. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Revert "Add optional 's' command to packet slave to enable/disable slave mode" | Keith Packard | 2010-05-04 |
| | | | | | | | This reverts commit e7dc7fab787df63a4de72c8450e94092eb04d7db. This patch didn't work, and magically appears to break flashing TM from TD. | ||
* | more text created during SFO->DEN flight | Bdale Garbee | 2010-04-29 |
| | |||
* | update changelogs for Debian builddebian/0.6+180+g99094f0 | Bdale Garbee | 2010-04-27 |
| | |||
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2010-04-27 |
|\ | |||
| * | Autodetect flite voice registration function | Keith Packard | 2010-04-23 |
| | | | | | | | | | | | | | | | | Old versions of flite exported the function 'register_cmu_us_kal' while new ones export 'register_cmu_us_kal16'. This patch just checks which one is available and uses that. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | add some RF usage information from an email reply sent today, and re-indent | Bdale Garbee | 2010-04-27 |
|/ | |||
* | More ALtosUI changes | Keith Packard | 2010-04-22 |
| | |||
* | Add optional 's' command to packet slave to enable/disable slave mode | Keith Packard | 2010-04-22 |
| | | | | | | | This option has been selected for teledongle so that you can use slave mode and hook two teledongles together over the RF link. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2010-04-18 |
|\ | |||
| * | Increase reset switch time to 100ms | Keith Packard | 2010-04-10 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | capture work done on SFO->DEN flight | Bdale Garbee | 2010-04-18 |
|/ | |||
* | update changelogs for Debian builddebian/0.6+171+g9394393 | Bdale Garbee | 2010-04-10 |
| | |||
* | Only have the slave return a packet if it received one. | Keith Packard | 2010-04-09 |
| | | | | | | | | | | | When the receive is aborted to switch modes, it's important to not immediately re-acquire the radio and try to send a packet as the aborting thread won't know to kick the receiver again. This prevents the 'C' command from locking up as it tries to stop the packet slave before turning on the transmitter. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | wrong Yaesu model | Bdale Garbee | 2010-04-09 |
| | |||
* | update changelogs for Debian builddebian/0.6+168+gc0ee1ae | Bdale Garbee | 2010-04-09 |
| | |||
* | file changed by auto tools | Bdale Garbee | 2010-04-09 |
| | |||
* | update changelogs for Debian builddebian/0.6+166+gea5d4f0 | Bdale Garbee | 2010-04-09 |
| | |||
* | libflite may forget to reference libasound | Keith Packard | 2010-04-08 |
| | |||
* | update changelogs for Debian builddebian/0.6+164+g5c3b6e2 | Bdale Garbee | 2010-04-08 |
| | |||
* | 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 |
| | | |