summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update changelogs for Debian builddebian/0.6+236+gcd8aa79Bdale Garbee2010-07-20
|
* update to latest Debian standards versionBdale Garbee2010-07-20
|
* update changelogs for Debian builddebian/0.6+234+g8f19337Bdale Garbee2010-07-20
|
* reflect documentation file name changeBdale Garbee2010-07-20
|
* update changelogs for Debian builddebian/0.6+232+g74c67fcBdale Garbee2010-07-20
|
* add build dep for sndfileBdale Garbee2010-07-20
|
* update changelogs for Debian builddebian/0.6+230+g15a6791Bdale Garbee2010-07-20
|
* update changelogs for Debian builddebian/0.6+229+ge747954Bdale Garbee2010-07-20
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2010-07-20
|\
| * Switch DBG pins to GPIO when using any debug commands. Reboot to restore.Keith Packard2010-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 RSSIKeith Packard2010-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 updateBdale Garbee2010-07-20
|/
* update changelogs for Debian builddebian/0.6+224+g4766b13Bdale Garbee2010-06-24
|
* update changelogs for Debian builddebian/0.6+223+g5283451Bdale Garbee2010-06-24
|
* Abort any in-progress radio operation when changing radio channelKeith Packard2010-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 arrayKeith Packard2010-06-21
|
* Merge remote branch 'mjb/master'Keith Packard2010-06-16
|\
| * Extension to KML output format, and minor bug fixMike Beattie2010-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 Packard2010-06-16
|\|
| * updates from BobBdale Garbee2010-05-18
| |
| * update changelogs for Debian builddebian/0.6+214+g16c4caeBdale Garbee2010-05-18
| |
| * update changelogs for Debian builddebian/0.6+213+gbc89d96Bdale Garbee2010-05-18
| |
| * merge the altusmetrum-themes packageBdale Garbee2010-05-18
| |
| * Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2010-05-17
| |\
| * | merge in a derivative of Bob Finch's mere mortals guide as a getting startedBdale Garbee2010-05-17
| | | | | | | | | | | | chapter
| * | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2010-05-17
| |\ \
| * | | typo fix from BobBdale Garbee2010-05-13
| | | |
* | | | Add special code for USB panic's.Keith Packard2010-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 changeKeith Packard2010-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 FreeTTSKeith Packard2010-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 KeithpKeith Packard2010-05-16
|/
* updates from BobBdale Garbee2010-05-13
|
* update changelogs for Debian builddebian/0.6+204+g6bd8513Bdale Garbee2010-05-12
|
* lose the quotes since they apparently aren't necessaryBdale Garbee2010-05-12
|
* 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
|