summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update changelogs for Debian builddebian/0.6+378+g1cda15f0.7Bdale Garbee2010-08-27
|
* fix up for an 0.7 releaseBdale Garbee2010-08-27
|
* update changelogs for Debian builddebian/0.7+18+g42055afBdale Garbee2010-08-27
|
* update changelogs for Debian builddebian/0.6+375+g0bd4cc0Bdale Garbee2010-08-27
|
* fix path to installed shared libraryBdale Garbee2010-08-27
|
* update changelogs for Debian builddebian/0.6+373+gcf65c6bBdale Garbee2010-08-27
|
* Merge branch 'bdale'Bdale Garbee2010-08-27
|\ | | | | | | | | Conflicts: debian/control
| * Revert "lose the prebuild hook for now while I'm fumbling"Bdale Garbee2010-08-27
| | | | | | | | This reverts commit a21b6bb60ac1c07ebd161534a4ea63bfde50dcdf.
| * fix man page delivery pathBdale Garbee2010-08-27
| |
| * install altosui man pageBdale Garbee2010-08-27
| |
| * fix permissions on installed jar file, switch from ao-view to altosui inBdale Garbee2010-08-27
| | | | | | | | the desktop file
| * update Debian standards versionBdale Garbee2010-08-27
| |
| * fix up the wrapper's path to the jar fileBdale Garbee2010-08-27
| |
| * add an install target for altosuiBdale Garbee2010-08-27
| |
| * add install target for libaltosBdale Garbee2010-08-27
| |
| * lose the prebuild hook for now while I'm fumblingBdale Garbee2010-08-27
| |
| * add a dummy install targetBdale Garbee2010-08-27
| |
| * Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into ↵Bdale Garbee2010-08-27
| |\ | | | | | | | | | new-package-format
| * \ Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into ↵Bdale Garbee2010-08-23
| |\ \ | | | | | | | | | | | | new-package-format
| * | | working on java packaging detailsBdale Garbee2010-08-23
| | | |
| * | | add freetts as a build depBdale Garbee2010-08-23
| | | |
* | | | Merge remote branch 'origin/master' into new-packet-formatKeith Packard2010-08-27
|\ \ \ \
| * | | | update changelogs for Debian builddebian/0.6+303+gb6da90bBdale Garbee2010-08-11
| | | | |
| * | | | update changelogs for Debian builddebian/0.6+302+g4918f73Bdale Garbee2010-08-11
| | | | |
| * | | | update changelogs for Debian builddebian/0.6+301+gf63f16aBdale Garbee2010-08-11
| | | | |
| * | | | update changelogs for Debian builddebian/0.6+300+ga0a9b44Bdale Garbee2010-08-11
| | | | |
| * | | | update changelogs for Debian builddebian/0.6+299+ge075b86Bdale Garbee2010-08-05
| | | | |
| * | | | update changelogs for Debian builddebian/0.6+298+g410de62Bdale Garbee2010-08-05
| | | | |
| * | | | add freetts as a build depBdale Garbee2010-08-05
| | | | |
| * | | | update changelogs for Debian builddebian/0.6+296+gd091099Bdale Garbee2010-08-05
| | | | |
| * | | | update changelogs for Debian builddebian/0.6+295+gaed55efBdale Garbee2010-08-05
| | | | |
| * | | | working on java packaging detailsBdale Garbee2010-08-05
| | | | |
| * | | | move to science menuBdale Garbee2010-08-05
| | | | |
| * | | | update changelogs for Debian builddebian/0.6+292+g8fc261cBdale Garbee2010-07-31
| | | | |
| * | | | see if my new freetts package worksBdale Garbee2010-07-31
| | | | |
| * | | | update changelogs for Debian builddebian/0.6+290+g7877496Bdale Garbee2010-07-29
| | | | |
* | | | | altosui: add elevation and range informationKeith Packard2010-08-27
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altos: prepare for sdcc 2.9.1Keith Packard2010-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 formatKeith Packard2010-08-26
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Remove debug printf from AltosState.javaKeith Packard2010-08-26
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: When parsing saved telem files, errors shouldn't abort fileKeith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make syntax errors in telem files just skip the current line and move on to the next one instead of abandoning the whole file. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Serial line is in UTF-8 encoding. Deal with it.Keith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We read bytes from the serial line and need to convert each line into a string. So, save the bytes and at EOL, pass the whole mess to the string constructor with the appropriate encoding info. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Add support for old (version < 3) telemetry filesKeith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets the code read telemetry files from pre-released versions of the software. Not strictly necessary for production, but useful for analysing old files. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: AltosEepromReader was mis-setting boost tickKeith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It was supposed to use record.tick instead of the (unset) state.tick value. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: add rssi and distance/dir from pad to CSV filesKeith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | Just adds a couple more fields to the CSV files that might be interesting. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Add AltosGreatCircle constructorsKeith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds constructurs from AltosGPS pairs and also one from empty args (which defines both distance and bearing as 0). Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Move number parsing code to Altos general classKeith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | This moves these shared functions to the global shared class. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altos: mark gps date written only after it gets into eepromKeith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Data logging doesn't start until boost detect occurs. As the GPS date is only logged once, if that happens before logging is written to the flash, then the GPS date will never get saved. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altos: print GPS state flags in GPS 'g' commandKeith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | Having the GPS state information can help with GPS debugging. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altos: always rebuild ao_product.c to track git versionKeith Packard2010-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The git version is built into ao_product.c and saved in eeprom log files, providing useful diagnostics about the firmware revision used for each flight. However, if ao_product.c isn't recompiled, then the updated version won't be included. Force recompilation of this file each time make is run to ensure that the final output contains an updated version number. Signed-off-by: Keith Packard <keithp@keithp.com>