| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Java clean ups -- use varargs where possible, remove AltosSerialReader | Keith Packard | 2010-07-27 |
| | | | | | | | | | Add methods that format stuff using String.format for voice and serial link, remove AltosSerialReader class and just embed that in the AltosSerial class directly. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | Remove directories as .class file dependencies; it makes them get rebuilt ↵ | Keith Packard | 2010-07-27 |
| | | | | | all the time | ||
| * | Clean up altosui build a bit | Keith Packard | 2010-07-27 |
| | | |||
| * | Add application icons for Mac OS X | Keith Packard | 2010-07-27 |
| | | |||
| * | Add Mac OS X packaging files for altosui | Keith Packard | 2010-07-27 |
| | | |||
| * | libaltos: build fat 10.5-compatible library | Keith Packard | 2010-07-27 |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | libaltos: make clean remove all built files | Keith Packard | 2010-07-27 |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | libaltos needs -I. on all systems | Keith Packard | 2010-07-27 |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | Darwin doesn't have strndup. | Keith Packard | 2010-07-26 |
| | | | | | | | This provides a private version of this GNU extension. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | Re-enable Linux support for altosui. | Keith Packard | 2010-07-26 |
| | | | | | | | | This steals code from cc-usbdev for scanning the USB tree and uses the same tty code as on Darwin Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | Re-enable freetts | Keith Packard | 2010-07-26 |
| | | |||
| * | Present list of altos devices in nice format | Keith Packard | 2010-07-26 |
| | | |||
| * | Switch AltosUI to libaltos for device access | Keith Packard | 2010-07-26 |
| | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | Add libaltos which talks to USB connected altos devices | Keith Packard | 2010-07-26 |
| | | |||
| * | When the EP0 IN buffer is full, don't panic, just skip sending another | Keith Packard | 2010-07-26 |
| | | | | | | | | | | | If the host doesn't pull the IN packet out of EP0 before sending another SETUP command along, the IN buffer will still be busy when we try to reply to the SETUP command. While I don't quite understand why this would ever happen, there's no need to panic about it, just drop the reply packet on the floor. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | fix text since TM only has one led to blink | Bdale Garbee | 2010-07-21 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+236+gcd8aa79 | Bdale Garbee | 2010-07-20 |
| | | |||
| * | update to latest Debian standards version | Bdale Garbee | 2010-07-20 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+234+g8f19337 | Bdale Garbee | 2010-07-20 |
| | | |||
| * | reflect documentation file name change | Bdale Garbee | 2010-07-20 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+232+g74c67fc | Bdale Garbee | 2010-07-20 |
| | | |||
| * | add build dep for sndfile | Bdale Garbee | 2010-07-20 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+230+g15a6791 | Bdale Garbee | 2010-07-20 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+229+ge747954 | Bdale Garbee | 2010-07-20 |
| | | |||
| * | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2010-07-20 |
| |\ | |||
| | * | Switch DBG pins to GPIO when using any debug commands. Reboot to restore. | Keith Packard | 2010-07-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | If you want to use TeleMetrum as a debug dongle, you need to flip the three pins used to talk to the remote debug port from SPI mode to GPIO mode. This patch doesn't provide any way to get back to SPI mode, so you'll have to reboot the TeleMetrum to write out config parameters or log flight data after using any debug commands. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| | * | Telemetry code was mis-computing RSSI | Keith Packard | 2010-07-14 |
| | | | | | | | | | | | | | | | The RSSI data from the hardware reports in 1/2 dBm increments, and so must be divided to report plain RSSI numbers. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | | significant update | Bdale Garbee | 2010-07-20 |
| |/ | |||
| * | update changelogs for Debian builddebian/0.6+224+g4766b13 | Bdale Garbee | 2010-06-24 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+223+g5283451 | Bdale Garbee | 2010-06-24 |
| | | |||
| * | Abort any in-progress radio operation when changing radio channel | Keith Packard | 2010-06-21 |
| | | | | | | | | | | In monitor mode, the current receive operation must be aborted so that the radio channel change can take effect without receiving a telemetry packet on the old channel. Aborting any in-progress radio operation will make sure that happens. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | ao-postflight: was walking off state.data array | Keith Packard | 2010-06-21 |
| | | |||
| * | Merge remote branch 'mjb/master' | Keith Packard | 2010-06-16 |
| |\ | |||
| | * | Extension to KML output format, and minor bug fix | Mike Beattie | 2010-06-17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended KML output by breaking flight into coloured segments representing flight state. Add extra statistical information to description bubbles visible in Google Earth when clicking on links in My Places. Fix Bugs: * output kml to file provided as argument. * move kml coordinate output code to take advantage of nsat calculation * remove superfluous %9.2f format specifier from raw_file output. Signed-off-by: Mike Beattie <mike@ethernal.org> | ||
| * | | Merge remote branch 'origin/master' | Keith Packard | 2010-06-16 |
| |\| | |||
| | * | updates from Bob | Bdale Garbee | 2010-05-18 |
| | | | |||
| | * | update changelogs for Debian builddebian/0.6+214+g16c4cae | Bdale Garbee | 2010-05-18 |
| | | | |||
| | * | update changelogs for Debian builddebian/0.6+213+gbc89d96 | Bdale Garbee | 2010-05-18 |
| | | | |||
| | * | merge the altusmetrum-themes package | Bdale Garbee | 2010-05-18 |
| | | | |||
| | * | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2010-05-17 |
| | |\ | |||
| | * | | merge in a derivative of Bob Finch's mere mortals guide as a getting started | Bdale Garbee | 2010-05-17 |
| | | | | | | | | | | | | | chapter | ||
| | * | | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2010-05-17 |
| | |\ \ | |||
| | * | | | typo fix from Bob | Bdale Garbee | 2010-05-13 |
| | | | | | |||
| * | | | | Add special code for USB panic's. | Keith Packard | 2010-06-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The USB system may panic if the hardware isn't ready for IN data when the driver thinks it should be. This adds a special panic code to make figuring this out easier. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | | | | ao-view: disable radio telemetry monitoring during channel change | Keith Packard | 2010-06-16 |
| | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This makes ao-view disable the radio so that the channel change has an immediate effect rather than waiting for a packet on the old channel. Note that this should also be fixed in the TM code itself so that this change wouldn't be required. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | | | Finish basic flight monitoring UI with voice using FreeTTS | Keith Packard | 2010-05-17 |
| | |/ |/| | | | | | | | | | | | This captures telemetry data to log files and presents flight status information in audio form using FreeTTS. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
| * | | Fix telemetrum.inf, tested by Adrian and Keithp | Keith Packard | 2010-05-16 |
| |/ | |||
| * | updates from Bob | Bdale Garbee | 2010-05-13 |
| | | |||
| * | update changelogs for Debian builddebian/0.6+204+g6bd8513 | Bdale Garbee | 2010-05-12 |
| | | |||
| * | lose the quotes since they apparently aren't necessary | Bdale Garbee | 2010-05-12 |
| | | |||
