Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | libaltos: Fix windows build. | Keith Packard | 2010-08-30 | |
| | | | | | | | Need stdlib.h to get calloc/free defined, remove debug printfs, fix serial timeouts. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | altos: shut down packet mode cleanly | Keith Packard | 2010-08-29 | |
| | | | | | | | | | | | | Instead of constantly bashing the packet master thread, let it shut itself down in an orderly fashion. It will shut down fairly quickly as all of the activities in that thread are bounded. Otherwise, the master packet thread might leave mutexes locked and all sorts of other horrors. Tested on Linux and Mac OS X and shown to be reliable. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | altos: Abort radio harder when terminating packet mode. | Keith Packard | 2010-08-29 | |
| | | | | | | | | Make sure the master radio tasks don't get stuck waiting for an incoming packet again by aborting the radio each time we poke the tasks. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | altos: flush pending output when terminating packet mode | Keith Packard | 2010-08-29 | |
| | | | | | | | Just in case the last command sent hasn't been transmitted, hang around for up to a second waiting for the data to get across the link. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | libaltos: cjnitest needs altos_flush now | Keith Packard | 2010-08-29 | |
| | ||||
* | libaltos: Missing OS_LDFLAGS on cjnitest build | Keith Packard | 2010-08-29 | |
| | ||||
* | libaltos: Mac OS X cannot use 'poll(2)' on serial lines. | Keith Packard | 2010-08-29 | |
| | | | | | | | Who ships this stuff, anyway? Instead of blocking, we'll poll every 100ms now, otherwise, we won't be able to abort the read when the device is closed. Yay! Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | altosui: discard invalid lines while reading Eeprom flight data | Keith Packard | 2010-08-29 | |
| | | | | | | | This shouldn't happen, but it's easy enough to get back in sync by just skipping lines with weird contents. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | altosui: provide separate flush_input/flush_output for serial. deal with ↵ | Keith Packard | 2010-08-29 | |
| | | | | | | | | | | | | | | | | | monitor automatically (yes, this should be two patches, but the diffs in AltosSerial were merged together). First, this replaces the existing flush/flush_reply mess with two simple functions, one to flush output to the serial device, making sure that all data written will be seen while we wait for input. The other sucks any pending input off of the serial line and discards it. Second, AltosSerial now tracks whether the serial line is being used for telemetry monitoring. If so, it enables monitoring, otherwise it disables it. Eliminates a bunch of manual state tracking elsewhere. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | libaltos: AltusMetrum devices use more than one USB ID. | Keith Packard | 2010-08-29 | |
| | | | | | | List all usb devices, picking those with AltusMetrum IDs. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | update changelogs for Debian builddebian/0.6+378+g1cda15f0.7 | Bdale Garbee | 2010-08-27 | |
| | ||||
* | fix up for an 0.7 release | Bdale Garbee | 2010-08-27 | |
| | ||||
* | update changelogs for Debian builddebian/0.7+18+g42055af | Bdale Garbee | 2010-08-27 | |
| | ||||
* | update changelogs for Debian builddebian/0.6+375+g0bd4cc0 | Bdale Garbee | 2010-08-27 | |
| | ||||
* | fix path to installed shared library | Bdale Garbee | 2010-08-27 | |
| | ||||
* | update changelogs for Debian builddebian/0.6+373+gcf65c6b | Bdale Garbee | 2010-08-27 | |
| | ||||
* | Merge branch 'bdale' | Bdale Garbee | 2010-08-27 | |
|\ | | | | | | | | | Conflicts: debian/control | |||
| * | Revert "lose the prebuild hook for now while I'm fumbling" | Bdale Garbee | 2010-08-27 | |
| | | | | | | | | This reverts commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf. | |||
| * | fix man page delivery path | Bdale Garbee | 2010-08-27 | |
| | | ||||
| * | install altosui man page | Bdale Garbee | 2010-08-27 | |
| | | ||||
| * | fix permissions on installed jar file, switch from ao-view to altosui in | Bdale Garbee | 2010-08-27 | |
| | | | | | | | | the desktop file | |||
| * | update Debian standards version | Bdale Garbee | 2010-08-27 | |
| | | ||||
| * | fix up the wrapper's path to the jar file | Bdale Garbee | 2010-08-27 | |
| | | ||||
| * | add an install target for altosui | Bdale Garbee | 2010-08-27 | |
| | | ||||
| * | add install target for libaltos | Bdale Garbee | 2010-08-27 | |
| | | ||||
| * | lose the prebuild hook for now while I'm fumbling | Bdale Garbee | 2010-08-27 | |
| | | ||||
| * | add a dummy install target | Bdale Garbee | 2010-08-27 | |
| | | ||||
| * | Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into ↵ | Bdale Garbee | 2010-08-27 | |
| |\ | | | | | | | | | | new-package-format | |||
| * \ | Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into ↵ | Bdale Garbee | 2010-08-23 | |
| |\ \ | | | | | | | | | | | | | new-package-format | |||
| * | | | working on java packaging details | Bdale Garbee | 2010-08-23 | |
| | | | | ||||
| * | | | add freetts as a build dep | Bdale Garbee | 2010-08-23 | |
| | | | | ||||
* | | | | Merge remote branch 'origin/master' into new-packet-format | Keith Packard | 2010-08-27 | |
|\ \ \ \ | ||||
| * | | | | update changelogs for Debian builddebian/0.6+303+gb6da90b | Bdale Garbee | 2010-08-11 | |
| | | | | | ||||
| * | | | | update changelogs for Debian builddebian/0.6+302+g4918f73 | Bdale Garbee | 2010-08-11 | |
| | | | | | ||||
| * | | | | update changelogs for Debian builddebian/0.6+301+gf63f16a | Bdale Garbee | 2010-08-11 | |
| | | | | | ||||
| * | | | | update changelogs for Debian builddebian/0.6+300+ga0a9b44 | Bdale Garbee | 2010-08-11 | |
| | | | | | ||||
| * | | | | update changelogs for Debian builddebian/0.6+299+ge075b86 | Bdale Garbee | 2010-08-05 | |
| | | | | | ||||
| * | | | | update changelogs for Debian builddebian/0.6+298+g410de62 | Bdale Garbee | 2010-08-05 | |
| | | | | | ||||
| * | | | | add freetts as a build dep | Bdale Garbee | 2010-08-05 | |
| | | | | | ||||
| * | | | | update changelogs for Debian builddebian/0.6+296+gd091099 | Bdale Garbee | 2010-08-05 | |
| | | | | | ||||
| * | | | | update changelogs for Debian builddebian/0.6+295+gaed55ef | Bdale Garbee | 2010-08-05 | |
| | | | | | ||||
| * | | | | working on java packaging details | Bdale Garbee | 2010-08-05 | |
| | | | | | ||||
| * | | | | move to science menu | Bdale Garbee | 2010-08-05 | |
| | | | | | ||||
| * | | | | update changelogs for Debian builddebian/0.6+292+g8fc261c | Bdale Garbee | 2010-07-31 | |
| | | | | | ||||
| * | | | | see if my new freetts package works | Bdale Garbee | 2010-07-31 | |
| | | | | | ||||
| * | | | | update changelogs for Debian builddebian/0.6+290+g7877496 | Bdale Garbee | 2010-07-29 | |
| | | | | | ||||
* | | | | | altosui: add elevation and range information | Keith Packard | 2010-08-27 | |
| |_|_|/ |/| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | | | | altos: prepare for sdcc 2.9.1 | Keith Packard | 2010-08-27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few minor language changes -- non-standard keywords are now prefixed with __, such as 'at', 'interrupt', 'naked'. Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | | | | altosui: command line args are converted to csv format | Keith Packard | 2010-08-26 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | |||
* | | | | altosui: Remove debug printf from AltosState.java | Keith Packard | 2010-08-26 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> |