summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * altos: Handle antenna down in ao_flight_testKeith Packard2014-09-29
| | | | | | | | | | | | | | Parse the Pad orientation config value and flip the accelerometer value back around in antenna down configuration. Signed-off-by: Keith Packard <keithp@keithp.com>
| * ao-bringup: Auto-select programmer for teledongle turnonKeith Packard2014-09-26
| | | | | | | | | | | | | | Bdale's programmer is SN 100, Keith's is SN 186. Use the username to figure out which one to use. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Make sure we drop the SPI mutex when aborting cc1120 recvKeith Packard2014-09-26
| | | | | | | | | | | | | | | | | | | | The cc1120 receive code is 'twisty', in that it acquires the SPI mutex in the middle of an interrupt handler so that it can quickly start the radio when the signal comes in. This means we have to be careful to drop that mutex in all paths which leave the receive code, including when the packet receive is aborted mid-way through the process. Signed-off-by: Keith Packard <keithp@keithp.com>
| * store cal value correctly even when we didn't need to change itBdale Garbee2014-09-13
| |
| * altosdroid: Update notebook to reflect current statusKeith Packard2014-09-13
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Bring up main window when doing --replay or --graphKeith Packard2014-09-13
| | | | | | | | | | | | | | | | This shows the main window when replaying or graphing files so that you can interact with that, changing the global configuration or doing other stuff. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Fix --replay to run in realtime after boostKeith Packard2014-09-13
| | | | | | | | | | | | | | I added the ability to rapidly replay files for AltosDroid to recover from a crash, but didn't change AltosUI to use realtime mode again. Signed-off-by: Keith Packard <keithp@keithp.com>
| * reflect filename changes in LLC repoBdale Garbee2014-09-13
| |
| * altosdroid: Automatically sign the released version if the key is availableKeith Packard2014-09-13
| | | | | | | | | | | | | | Look in ~/altusmetrumllc for release.keystore and Passphrase and enable building and signing of the release binary. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosdroid: Update version code and name for 1.5Keith Packard2014-09-13
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Mark master branch as past the 1.5 pointKeith Packard2014-09-13
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * updated to reflect changes from 1.5 releaseBdale Garbee2014-09-13
| |
| * ao-bringup: Improve igniter testing. Add TeleMega and TeleMetrum testing.Keith Packard2014-09-12
| | | | | | | | | | | | | | | | | | | | The script lets you re-try each one when they fail, which is nice if you're hand-holding the setup. The TeleMetrum and TeleMega tests are adapted from the EasyMega tests and are hooked up to the turnon scripts. Signed-off-by: Keith Packard <keithp@keithp.com>
| * ao-tools/ao-test-igniter: Remove bogus printfKeith Packard2014-09-12
| | | | | | | | | | | | | | This must have been left over from testing; it prints "device (null)", which isn't very useful. Signed-off-by: Keith Packard <keithp@keithp.com>
| * ao-tools/ao-test-gps: Improve output formattingKeith Packard2014-09-12
| | | | | | | | | | | | Add a newline before printing out the flags and sats at exit time Signed-off-by: Keith Packard <keithp@keithp.com>
| * ao-bringup: Use C version of ao-test-gps in test-telegpsKeith Packard2014-09-12
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * ao-tools: Add ao-test-gps programKeith Packard2014-09-12
| | | | | | | | | | | | This waits for GPS to report lock Signed-off-by: Keith Packard <keithp@keithp.com>
| * ao-bringup: Use C version of test-flash for telegpsKeith Packard2014-09-12
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Ignore built .desktop fileKeith Packard2014-09-11
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Make sure we don't beep out continuity twice in idle modeKeith Packard2014-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If the battery voltage report takes longer than the initialiation sequence, we could get to the state reporting after the state had switched from startup to idle. This would result in continuity being reported the first time through the loop. Then, as the state had already changed, we'd pass through the while test and go back to report continuity a second time. Fixed by using the state remembered before beeping out the voltage to decide whether to report the continuity. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Add smaller altitude table file to .gitignoreKeith Packard2014-09-11
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/test: Add TMv2 test program to .gitignoreKeith Packard2014-09-11
| |
| * altos: Fix ability to disable telemetry by setting interval to 0Keith Packard2014-09-11
| | | | | | | | | | | | | | | | | | For non-zero telemetry intervals, the radio code limits the value based on the data rate. However, a zero interval means that telemetry should be entirely disabled, so that value should be left alone when checking. Signed-off-by: Keith Packard <keithp@keithp.com>
| * telegps: Was mis-configuring the 'Configure Device' dialogKeith Packard2014-09-11
| | | | | | | | | | | | | | Make sure we show 'rate_label' instead of showing 'radio_enable_label' twice. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: Stop re-loading previous flight when starting telemetry monitoringKeith Packard2014-09-11
| | | | | | | | | | | | | | | | | | | | | | | | This feature is necessary on AltosDroid because there's no other UI for reloading an old flight. It's not useful on the desktop where you really just want to see new telemetry; old telemetry is availbale through the 'graph flight' or 'replay' mechanisms. AltosDroid uses a different class for reading telemetry data, so we can just remove this feature from altoslib at this point. Signed-off-by: Keith Packard <keithp@keithp.com>
* | update changelog for Debian builddebian/1.5-1Bdale Garbee2014-09-13
| |
* | Merge branch 'branch-1.5' into debianBdale Garbee2014-09-13
|\ \
| * | updated ChangeLog for release1.5Bdale Garbee2014-09-13
| | |
| * | ignore cal_values file in bringup directoryBdale Garbee2014-09-13
| | |
| * | need multi-arch in fat buildBdale Garbee2014-09-13
| | |
| * | altos: Make sure we don't beep out continuity twice in idle modeKeith Packard2014-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the battery voltage report takes longer than the initialiation sequence, we could get to the state reporting after the state had switched from startup to idle. This would result in continuity being reported the first time through the loop. Then, as the state had already changed, we'd pass through the while test and go back to report continuity a second time. Fixed by using the state remembered before beeping out the voltage to decide whether to report the continuity. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | altos: Fix ability to disable telemetry by setting interval to 0Keith Packard2014-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | For non-zero telemetry intervals, the radio code limits the value based on the data rate. However, a zero interval means that telemetry should be entirely disabled, so that value should be left alone when checking. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | telegps: Was mis-configuring the 'Configure Device' dialogKeith Packard2014-09-13
| | | | | | | | | | | | | | | | | | | | | Make sure we show 'rate_label' instead of showing 'radio_enable_label' twice. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | altoslib: Stop re-loading previous flight when starting telemetry monitoringKeith Packard2014-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feature is necessary on AltosDroid because there's no other UI for reloading an old flight. It's not useful on the desktop where you really just want to see new telemetry; old telemetry is availbale through the 'graph flight' or 'replay' mechanisms. AltosDroid uses a different class for reading telemetry data, so we can just remove this feature from altoslib at this point. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | update changelog for Debian buildBdale Garbee2014-09-10
| | |
* | | Merge branch 'branch-1.5' into debianBdale Garbee2014-09-10
|\| |
| * | update changelog for releaseBdale Garbee2014-09-10
| | |
| * | Merge branch 'master' into branch-1.5Bdale Garbee2014-09-10
| |\|
| | * use dh_installmime, which requires telling configure to stay out of the wayBdale Garbee2014-09-10
| | |
| | * another build depBdale Garbee2014-09-10
| | |
| | * Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2014-09-10
| | |\
| | | * configure: Add --disable-install-shared-mime-info optionKeith Packard2014-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This inhibits the installation of the shared mime info data file and updating of the shared mime database. Necessary if you want to use a distribution-specific shared mime installation hook, like dh_installmime Signed-off-by: Keith Packard <keithp@keithp.com>
| | | * .desktop: Use %F instead of %f in .desktop filesKeith Packard2014-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | %F is a list of files, %f is a single file. All of our tools can handle lists of files, so make the .desktop file reflect that. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | use dh_installmime, which requires telling configure to stay out of the wayBdale Garbee2014-09-10
| | | |
* | | | another build depBdale Garbee2014-09-10
| | | |
* | | | update changelog for Debian buildBdale Garbee2014-09-10
| | | |
* | | | Merge branch 'branch-1.5' into debianBdale Garbee2014-09-10
|\| | |
| * | | update ChangeLogBdale Garbee2014-09-10
| | | |
* | | | Merge branch 'branch-1.5' into debianBdale Garbee2014-09-10
|\| | |
| * | | Merge branch 'master' into branch-1.5Bdale Garbee2014-09-10
| |\| |