summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Merge branch 'master' of git://git.gag.com/fw/altosMike Beattie2012-08-08
| |\ \
| | * \ Merge remote-tracking branch 'mjb/master'Keith Packard2012-08-07
| | |\ \
| * | | | Merge branch 'master' of git://git.gag.com/fw/altosMike Beattie2012-08-08
| |\| | | | | |/ / | |/| |
| | * | altos: Fix .sdcdbrc file for telebt-v0.1Keith Packard2012-08-07
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos: Oops. Serial 1 stdin was busted by typoKeith Packard2012-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A typo in the symbol used to enable stdin wakeups from serial1 caused the input to pend until some other wakeup occurred. This also makes the serial1 hw flow control pin selects in config 2 work right, although those aren't used by any current product Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos: Add button driver and event queueKeith Packard2012-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | With this, a single task can wait for any button or quadrature input device. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos: Support multiple quadrature encoders.Keith Packard2012-08-06
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos: Fix up quadrature driverKeith Packard2012-08-06
| | | | | | | | | | | | | | | | | | | | | | | | Mostly works now, should work reliably with a bit of input filtering. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | Signed-off-by: Keith Packard <keithp@keithp.com>Keith Packard2012-08-06
| | | | | | | | | | | | | | | | altos: Test quadrature driver
| | * | altos: Add quadrature driverKeith Packard2012-08-06
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos: Add ao_gpio_get and ao_exti_set_modeKeith Packard2012-08-06
| | | | | | | | | | | | | | | | | | | | | | | | Needed to support general GPIO interrupts Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos: Build ao_kalman.h from cc1111 subdirs as neededKeith Packard2012-08-05
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | move from Debian packaged sdcc to new cc1111 package forked from 2.9.0-5Bdale Garbee2012-08-05
| | | |
| | * | src/cc1111: Enable SPI slave modeKeith Packard2012-08-05
| | | | | | | | | | | | | | | | | | | | | | | | This is untested... Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | src/cc1111: Allow serial0 without serial1Keith Packard2012-08-05
| | | | | | | | | | | | | | | | | | | | | | | | The ao_serial_speed structure is needed by serial0 too. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | src/cc1111: Add ao_gpio_set macroKeith Packard2012-08-05
| | | | | | | | | | | | | | | | | | | | | | | | Allows general GPIO-using code to run on cc1111 Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altosui: Move 'implements Runnable' from AltosSerial to AltosLinkKeith Packard2012-08-04
| | | | | | | | | | | | | | | | | | | | | | | | AltosLink is the class providing the 'run' method, after all... Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos: Add driver for STM internal flashKeith Packard2012-07-29
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos: Add telefire-v0.1Keith Packard2012-07-29
| | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos: Add software AES implementationKeith Packard2012-07-29
| | | | | | | | | | | | | | | | | | | | | | | | This is untested Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altos/cc1111: Fix serial 0 option 2 pins definitionsKeith Packard2012-07-29
| | | | | | | | | | | | | | | | | | | | | | | | tx/rx are 4/5, rts/cts are 2/3 Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altosui: Remove duplicate values from info table. Add altitudeKeith Packard2012-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | No need to have state/call/serial/flight data, those are all in the header. Having altitude makes Monitor Idle slightly more useful. Signed-off-by: Keith Packard <keithp@keithp.com>
| | * | altosui: Handle Monitor Idle errors betterKeith Packard2012-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deal with missing data by checking for MISSING in more places. Handle serial communication failures during send by reporting back from libaltos. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | Add ao-send-telem to .gitignoreMike Beattie2012-08-08
| | |/ | |/| | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | Adjust service to be persistent.Mike Beattie2012-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Run as a foreground service -> high priority * Notification set to display as "Ongoing". Changed logo to be in colour at keithp's request. Greyscale logos still present as *_g.png Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | Reduce size of textview.Mike Beattie2012-08-02
| | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | AltosDroid: Begin re-working Bluetooth codeMike Beattie2012-08-02
| | | | | | | | | | | | | | | | | | | | | | | | * Move to using explicit 'magic' UUID, rather than java reflection * Re-work UI to make it more useful for testing * Use Insecure RFCOMM only, and remove code that differentiates. Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | Fix min/target SDK versionsMike Beattie2012-08-02
| | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | Merge branch 'master' of ssh://mjb@git.ethernal.org/~/git/altosMike Beattie2012-08-02
| |\ \
| | * | Ignore autogenerated file: altosui/Info.plistMike Beattie2012-07-31
| | | | | | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| | * | Don't build ao-stmload if stlink is not available.Mike Beattie2012-07-31
| | |/ | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * / Re-work external lib support for newer Android SDKMike Beattie2012-08-02
| |/ | | | | | | | | | | | | | | * Remove older *.properties methods of locating lib dir * clean up Eclipse classpath file * adjust Makefile.am to link AltosLib.jar into libs/ Signed-off-by: Mike Beattie <mike@ethernal.org>
| * Add ability to re-play telemetry through TeleDongleKeith Packard2012-07-29
| | | | | | | | | | | | | | | | This adds a new command to TeleDongle to send arbitrary data, and then creates a new tool, 'ao-send-telem' that replays existing telemetry files through TeleDongle. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Move ao_radio_cmac.c to core (it doesn't depend on hardware)Keith Packard2012-07-22
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Move AltosIgnite.java to altoslibKeith Packard2012-07-22
| | | | | | | | | | | | To be shared with altosdroid eventually Signed-off-by: Keith Packard <keithp@keithp.com>
| * tools: Use pkgconfig to find stlink for ao-stmloadKeith Packard2012-07-20
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add stlink pinoutKeith Packard2012-07-20
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | libelf-dev added to build depsBdale Garbee2012-08-28
|/
* altosui: Delay starting KML output for flight and GPS coordsKeith Packard2012-07-19
| | | | | | | Don't start outputing KML data until the telem record containing flight number and GPS coordinates are present. Signed-off-by: Keith Packard <keithp@keithp.com>
* telescience: correctly calculating rate values with higher resolutionRobert Garbee2012-07-18
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosRobert Garbee2012-07-18
|\
| * altosdroid: Start adding an AltosLink subclass for androidKeith Packard2012-07-18
| | | | | | | | | | | | Will talks over bluetooth while providing an AltosLink APi Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Make scan UI handle incremental telem dataKeith Packard2012-07-18
| | | | | | | | | | | | | | | | | | The new telem format doesn't send everything in each telem packet, so we need to handle updating information incrementally in the scan results. This involved clearing old scan data when switching frequencies and then updating existing entries with new data as it arrives. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Toggling telemetry monitoring would replay the telem queueKeith Packard2012-07-17
| | | | | | | | | | | | | | | | Using the 'm' command to turn telem off and back on would end up going around the whole telemetry queue replaying everything there as the wait loop would exit when disabling monitoring even if the ring was empty. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: With debug cables disconnected, CC1120 seems happy at +16dBmKeith Packard2012-07-17
| | | | | | | | | | | | Let's see how it goes... Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Accept variations in spacing for igniter status replyKeith Packard2012-07-17
| | | | | | | | | | | | Megametrum uses different white space; just deal with it here. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: Move idle monitor managing code to altoslibKeith Packard2012-07-17
| | | | | | | | | | | | More stuff to be shared (potentially) Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Megametrum ADC values are 12 bits, discard low 4 for telemetryKeith Packard2012-07-17
| | | | | | | | | | | | | | We've only got space for 8 bits for the ADC values for pyro channels, discard the low 4 bits instead of the low 8 bits. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: Don't use MISSING values in max computationsKeith Packard2012-07-17
| | | | | | | | | | | | | | Early telemetry state may be missing critical data, don't use MISSING values in computing max ranges. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: Fix MM conversion functionsKeith Packard2012-07-17
| | | | | | | | | | | | | | Pressure is already reported in Pa, no need to convert that. Voltage divider computations were backwards. Signed-off-by: Keith Packard <keithp@keithp.com>