summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update changelogs for Debian builddebian/0.6+202+gae6854dBdale Garbee2010-05-12
|
* update desktop file for conformance with current standardsBdale Garbee2010-05-12
|
* update changelogs for Debian builddebian/0.6+200+g68eaaa6Bdale Garbee2010-05-12
|
* add desktop fileBdale Garbee2010-05-12
|
* add desktop file provided by Bob FinchBdale Garbee2010-05-12
|
* add initial package build scripts for Arch Linux from Bob FinchBdale Garbee2010-05-12
|
* lots of updatesBdale Garbee2010-05-09
|
* update changelogs for Debian builddebian/0.6+195+gcde60f1Bdale Garbee2010-05-06
|
* Revert "Merge remote branch 'remotes/origin/fix-reset'"Bdale Garbee2010-05-06
| | | | | | | This reverts commit 314d27a73c903fef2968dabac3d5313573713460, reversing changes made to fa77db2ffd8a749c93767db5a6311131e00473ae. For whatever reason, this is utterly not doing the right things today!
* update changelogs for Debian builddebian/0.6+193+g314d27aBdale Garbee2010-05-06
|
* Merge remote branch 'remotes/origin/fix-reset'Bdale Garbee2010-05-06
|\
| * Don't change dbg clock while changing reset_n. Use 20ms everywhereKeith Packard2010-05-05
| | | | | | | | | | | | | | | | This changes the reset code to be more conservative about changing things at the same time, and also sets all timings to 20ms to make debugging with the scope easier. Signed-off-by: Keith Packard <keithp@keithp.com>
* | update changelogs for Debian builddebian/0.6+190+g8b6767eBdale Garbee2010-05-05
|/
* Use ao_delay to sleep for 2 seconds instead of trying ao_sleepKeith Packard2010-05-05
| | | | | ao_sleep doesn't delay for a specified time interval as much as one might want it to.
* Fix all stdio reading functions to be __criticalKeith Packard2010-05-05
| | | | | | | Oh, right SDCC has '__critical' to mark sections of code that need to run with interrupts disabled; no need to use EA = 0 and EA = 1. Signed-off-by: Keith Packard <keithp@keithp.com>
* update changelogs for Debian builddebian/0.6+187+g8702f49Bdale Garbee2010-05-05
|
* initial attempt at a telemetrum turn on script .. needs workBdale Garbee2010-05-05
|
* update changelogs for Debian builddebian/0.6+185+g45a1c2dBdale Garbee2010-05-05
|
* update changelogs for Debian builddebian/0.6+184+gf7ff327Bdale Garbee2010-05-05
|
* Disable interrupts while reading from stdinKeith Packard2010-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 Packard2010-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 flightBdale Garbee2010-04-29
|
* update changelogs for Debian builddebian/0.6+180+g99094f0Bdale Garbee2010-04-27
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2010-04-27
|\
| * Autodetect flite voice registration functionKeith Packard2010-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-indentBdale Garbee2010-04-27
|/
* More ALtosUI changesKeith Packard2010-04-22
|
* Add optional 's' command to packet slave to enable/disable slave modeKeith Packard2010-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/altosBdale Garbee2010-04-18
|\
| * Increase reset switch time to 100msKeith Packard2010-04-10
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | capture work done on SFO->DEN flightBdale Garbee2010-04-18
|/
* update changelogs for Debian builddebian/0.6+171+g9394393Bdale Garbee2010-04-10
|
* Only have the slave return a packet if it received one.Keith Packard2010-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 modelBdale Garbee2010-04-09
|
* update changelogs for Debian builddebian/0.6+168+gc0ee1aeBdale Garbee2010-04-09
|
* file changed by auto toolsBdale Garbee2010-04-09
|
* update changelogs for Debian builddebian/0.6+166+gea5d4f0Bdale Garbee2010-04-09
|
* libflite may forget to reference libasoundKeith Packard2010-04-08
|
* update changelogs for Debian builddebian/0.6+164+g5c3b6e2Bdale Garbee2010-04-08
|
* 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
| |