summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Bump version to 1.0.9.7Keith Packard2012-09-09
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telelco: Search for available firing nodes at boot timeKeith Packard2012-09-09
| | | | | | Query for available firing nodes, limiting device selections to those found. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/telefire: Add steady warble when the LCO arm switch is onKeith Packard2012-09-09
| | | | | | And make debugging a run-time option too. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/stm: Fix basic time interval to 10ms -- was 10.1msKeith Packard2012-09-09
| | | | | | Counting from 0 to 100 takes 10.1ms, so count to 99 instead. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/spiradio: Label LEDs so that the radio code can use themKeith Packard2012-09-09
| | | | | | Mark which should be on for TX and which for RX Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Try to get remote cmac time closer to realityKeith Packard2012-09-09
| | | | | | | | Record the time after the packet was sent, but before the return packet arrives to try and more closely approximate the time the packet arrived at the other end. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Clean up flight data definitionsKeith Packard2012-09-09
| | | | | | | These just shuffle the various definitions of data macros around to make the include files more sensible looking. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: include ao_arch_funcs.h at the very end of ao.hKeith Packard2012-09-09
| | | | | | Move it below the definition of the ms5607 init function Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Allow products without MS5607Keith Packard2012-09-09
| | | | | | | The define for a missing MS5607 was wrong, so anything using the fancy multi-sensor data code would break without an MS5607 in place. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao_tools/ao-send-telem: Only start real-time on valid statesKeith Packard2012-09-09
| | | | | | | Check state to make sure it is < ao_flight_landed to keep invalid states from switching to real-time playback mode. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Add in a bunch of java files mising after Mike's cleanupsKeith Packard2012-09-09
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge remote-tracking branch 'mjb/altoslib_mjb'Keith Packard2012-09-09
|\
| * altoslib: move distinct classes to separate files.Mike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: remove obsolete classMike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: move distinct classes to separate filesMike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: remove duplicate AltosGPSQuery classMike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: remove duplicate AltosIdleMonitor classMike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: rename AltosIdleRecordTM.java to AltosGPSQuery.javaMike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: remove dead codeMike Beattie2012-09-07
| | | | | | | | | | | | (if object creation fails, an exception will be thrown - not return null) Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: resolve argument/variable ambiguityMike Beattie2012-09-07
| | | | | | | | | | | | (and comment out set_flags() which had no corresponding variable anyway) Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: comment out unused methodsMike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: access static variables via class, not instanceMike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: comment out un-used variablesMike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altoslib: Remove un-needed importsMike Beattie2012-09-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | altosui: Use helper functions to access arrays in AltosLib classKeith Packard2012-09-09
| | | | | | | | | | | | | | These deal with out-of-range values correctly, instead of causing exceptions that will just break stuff. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosui: Catch errors in state value when saving flight logsKeith Packard2012-09-09
| | | | | | | | | | | | | | | | Use AltosLib.state_name() instead of directly accessing the state_to_string array so that any invalid state values are caught and replaced with 'invalid' instead of raising an exception. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Fix radio slave to run lights in the normal wayKeith Packard2012-09-06
| | | | | | | | | | | | These were left in a debug mode, toggling instead of flashing. Signed-off-by: Keith Packard <keithp@keithp.com>
* | Revert "first work on PWM input to TeleScience, 'p' command displays timer 1"Keith Packard2012-09-01
| | | | | | | | | | | | PWM bits not suitable for master This reverts commit e93c6bcc799d76d4ff425815e2601a25e6796229.
* | Revert "Timer 3 working with slower clock and all 16 bits."Keith Packard2012-09-01
| | | | | | | | | | | | PWM bits not suitable for master This reverts commit 49b1ff4c614d24977b33cd17b583acc87acff476.
* | Revert "ICP3 working"Keith Packard2012-09-01
| | | | | | | | | | | | PWM bits not suitable for master This reverts commit 75d6aa6f798606f1a6c5a46542065dda81e63b2a.
* | 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>