summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Revert "telescience: correctly calculating rate values with higher resolution"Keith Packard2012-09-01
| | | | | | | | | | | | PWM bits not suitable for master This reverts commit ada6f2dfc045e77cb9499f20cdec1b4a54ef0db1.
* | Merge remote-tracking branch 'mjb/freq_menu'Keith Packard2012-08-31
|\ \
| * | altoslib: add missing manufacturer parsing for AltosConfigDataMike Beattie2012-08-31
| | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | altosdroid: invert channel/freq orderingMike Beattie2012-08-31
| | | | | | | | | | | | | | | | | | Matches Channel Selector in altosui Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | altosdroid: also display channel numbersMike Beattie2012-08-31
| | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | ao-send-telem: fix frequency set commandMike Beattie2012-08-31
| | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | altosdroid: complete frequency change dialogMike Beattie2012-08-31
| | | | | | | | | | | | | | | | | | Also implement Service IPC to action request. Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | altosdroid: Start a hacked-up frequency dialogKeith Packard2012-08-30
| |/ | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Get mma655x driver limping alongKeith Packard2012-08-31
| | | | | | | | | | | | This appears to drive the chip correctly to see values from the accelerometer. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Fix mma665x pin assigment for mma655xKeith Packard2012-08-31
| | | | | | | | | | | | It's on PE13-PE15, not PA5-PA7 Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Add custom panic noise for self-test failuresKeith Packard2012-08-31
|/ | | | | | Make it easier to tell which component is failing self test Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: another .gitignore fileKeith Packard2012-08-30
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: ao_cc_spi.h isn't necessary for telelcoKeith Packard2012-08-30
| | | | | | The SPI radio defines are in ao_radio_spi.h Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge remote-tracking branch 'mjb/master'Keith Packard2012-08-30
|\
| * altosdroid: Implement voice just like altosuiMike Beattie2012-08-30
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Move bluetooth check to first taskMike Beattie2012-08-30
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: add rssi/serial/flight, and re-work UI orderingMike Beattie2012-08-30
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: rename ambiguous TextView nameMike Beattie2012-08-30
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: formatting/whitespace, correct idsMike Beattie2012-08-30
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: rework lat/lon to more common formatMike Beattie2012-08-30
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: rename azimuth/altitude to elevation/height respectively.Mike Beattie2012-08-30
| | | | | | | | | | | | (Matches altoslib, altosui, altos) Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: move units into code, to match altosuiMike Beattie2012-08-30
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | altos: Add a bunch of .gitignore entriesKeith Packard2012-08-30
| | | | | | | | | | | | Clean up the git status output Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Shuffle LCO functions around, add telelco first cutKeith Packard2012-08-30
| | | | | | | | | | | | | | | | | | Pull LCO functions shared between LCO UI and command line into ao_lco_funcs.c. Import bits for telelco. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Disable debug printfs and fix pad ignite time for telefireKeith Packard2012-08-30
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | Merge remote-tracking branch 'mjb/master'Keith Packard2012-08-29
|\| | | | | | | Pull in Mike's fancy new AltosDroid bits
| * altosdroid: initial attempt at a UI.Mike Beattie2012-08-30
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: update Makefile.am for source file changes.Mike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add Dumper class for testingMike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: add timer to stop serviceMike Beattie2012-08-28
| | | | | | | | | | | | * Stops when no UI clients, and no bluetooth connection remains Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: do service start/bind/unbind in start/stop, not create/destroy.Mike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: move methods aroundMike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: tidy up old messagesMike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: stop sending device name, just send config dataMike Beattie2012-08-28
| | | | | | | | | | | | | | | | * Kinda complicated, but ultimately more sensible * Just send the config data as an arg to MSG_CONNECTED * keep retrying connection till we actually get config data Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: whitespaceMike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: override add_reply() to add android based debuggingMike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: more logical name for connection_lost() method.Mike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: rework ConnectThreadMike Beattie2012-08-28
| | | | | | | | | | | | | | * Start input_thread after connection, otherwise it's painful to kill on connect failure. Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: fix a connection retry having a null pointerMike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: fix double call of stopAltosBluetooth()Mike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Miscellaneous comments/debug/etc cleanupMike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: miscellaneous cleanupMike Beattie2012-08-28
| | | | | | | | | | | | | | | | | | * Copyright info * whitespace * comments * unused imports Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add passing of Device Config at connectMike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add new "TelemetryReader" class to handle TelemetryMike Beattie2012-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add MSG_TELEMETRY messages to both AltosDroid and TelemetryService to handle passing of AltosState object all the way back to the UI. * Remove linkedblockinglist from TelemetryService * (MSG_TELEMETRY is a rename of MSG_INCOMING_TELEM in AltosDroid) * commented code in case statement inside AltosDroind - won't work with the objects it is currently passed. * Add new "MSG_DEVCONFIG" message to AltosDroid - allows TelemetryService to pass information about the connected device back to the UI. Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: create connected() methodMike Beattie2012-08-28
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Let a freshly connected client know what the device name is!Mike Beattie2012-08-27
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add Connected/Connect_failed messagesMike Beattie2012-08-27
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: don't need keys for Bundles anymoreMike Beattie2012-08-27
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Toast() requests don't need BundlesMike Beattie2012-08-27
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: really don't need to store a local copy of the device nameMike Beattie2012-08-27
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>