summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * altosdroid: Add map polyline between pad and rocketMike Beattie2013-03-10
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Add rocket and pad map markersMike Beattie2013-03-10
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: programmatically create map fragmentMike Beattie2013-03-10
| | | | | | | | | | | | | | | | * Allows reliable fetching of a GoogleMap handle. * Set map options, initial location (NCR North for now, temporarily) * Add some info fields below map, and update them accordingly Signed-off-by: Mike Beattie <mike@ethernal.org>
| * Merge branch 'master' into altosdroidMike Beattie2013-03-10
| |\
| | * altosdroid: Add SDK checks to configure.acMike Beattie2013-03-10
| | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| | * altosdroid: adjust clean targets to get rid of automake warningMike Beattie2013-03-10
| | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| | * ao-tools: Add ao-edit-telem to .gitignoreMike Beattie2013-03-10
| | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * | Merge branch 'master' into altosdroidMike Beattie2013-03-10
| |\|
| * | altosdroid: fix side-to-side scrolling in map tabMike Beattie2013-03-08
| | | | | | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | | altos: re-enable optimization for stm-demo. remove unused bitsKeith Packard2013-03-10
| |/ |/| | | | | | | | | This makes stm-demo run on the discovery board again. Signed-off-by: Keith Packard <keithp@keithp.com>
* | ao-tools: Add ao-edit-telemKeith Packard2013-03-09
| | | | | | | | | | | | | | | | This lets you edit a telemetry file. The only current editing available is to change the pad location, allowing a flight to be replayed anywhere in the world. Signed-off-by: Keith Packard <keithp@keithp.com>
* | ao-tools/lib: Add cc_telemetry_unparseKeith Packard2013-03-09
| | | | | | | | | | | | This takes a telemetry structure and generates a string version Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosui: Add N/S and E/W to info table lat/lon valuesKeith Packard2013-03-09
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | Merge remote-tracking branch 'mjb/altosdroid'Keith Packard2013-03-07
|\|
| * altosdroid: Auto tab changingMike Beattie2013-03-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: implement Age field updatingMike Beattie2013-03-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: implement UI updating on tabsMike Beattie2013-03-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: implement tabs interfaceMike Beattie2013-03-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Import initial versions of XML and Java for Tab contentMike Beattie2013-03-07
| | | | | | | | | | | | | | | | | | | | * Includes TabsAdapter class borrowed from Support Library sample code * New "GoNoGoLights" class for dealing with the red/green/gray LEDs * extra required strings in strings.xml * Couple of support functions in AltosDroid.java * rudimentary Maps tab - does nothing at present. Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: whitespace cleanupMike Beattie2013-03-07
| | | | | | | | | | | | DAMN my OCD. Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: make AltosDroid.pos() staticMike Beattie2013-03-07
| | | | | | | | | | | | * Will be used from tabs that display lat/lon Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: convert spaces to tabs in strings.xmlMike Beattie2013-03-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: adjust release Makefile targetMike Beattie2013-03-07
| | | | | | | | | | | | | | | | * Rename target * Add dependency on unsigned release APK * use $(ZIPALIGN) variable Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Symlink red/green/gray LEDs via build systemMike Beattie2013-03-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Adjust build system for GMaps & Tabs supportMike Beattie2013-03-07
| | | | | | | | | | | | | | | | | | * Use SupportV4 library for Tab support * Use Google Services Lib for Google Maps * revert to a standard Android target, not Google API's * Add permissions required for Google Maps to manifest, and API key Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: adjust Makefile rulesMike Beattie2013-03-07
| | | | | | | | | | | | separate altoslib linking and, making of external lib directory. Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: use a glob for source filesMike Beattie2013-03-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Only update BuildInfo.java when other source files changeMike Beattie2013-03-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: Fix up some formatting in manifestMike Beattie2013-03-07
| | | | | | | | | | | | (And add flag to allow settings backup by google services) Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: minor whitespace cleanupMike Beattie2013-03-07
| | | | | | | | | | | | (damn my OCD!) Signed-off-by: Mike Beattie <mike@ethernal.org>
| * altosdroid: update copyrights/licensingMike Beattie2013-03-07
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | Merge remote-tracking branch 'mjb/master'Keith Packard2013-03-06
|\|
| * altosdroid: excise old code/xmlMike Beattie2013-02-15
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
| * all: clean up .gitignore files and Makefile clean targetsMike Beattie2013-02-15
| | | | | | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* | altoslib: Invalidate GPS new data bit when updating stateKeith Packard2013-03-04
| | | | | | | | | | | | Somehow this line got lost when the GPS ground altitude fix was made. Signed-off-by: Keith Packard <keithp@keithp.com>
* | ao-tools: Add ao-dumpflash programKeith Packard2013-03-03
| | | | | | | | | | | | | | This program dumps the entire flash contents of an AltOS device to allow for external analysis. Signed-off-by: Keith Packard <keithp@keithp.com>
* | libaltos: Open FTDI serial devices twice on Windows.Keith Packard2013-03-02
| | | | | | | | | | | | | | | | | | | | Looks like the Windows FTDI driver has 'issues' and opening it only once doesn't work correctly. Just close and re-open the device and it seems to be perfectly happy. Who knows? Signed-off-by: Keith Packard <keithp@keithp.com>
* | doc: Add version 1.2 release notesKeith Packard2013-03-01
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | doc: Document how to get TeleMini to 'emergency recovery' modeKeith Packard2013-03-01
| | | | | | | | | | | | | | | | TeleMini needs emergency recovery mode in case you forget the radio parameters and need to get things back to a known state. Add documentation to describe what this does and how to get it enabled. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosuilib: Disable graph element notifies for each add()Keith Packard2013-03-01
| | | | | | | | | | | | | | This reduces the number of notify calls made and dramatically speeds up graph creation. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altosuilib: Add setNotify/fireSeriesChanged methods to AltosUIGrapherKeith Packard2013-03-01
| | | | | | | | | | | | | | | | | | This will let the data adding functions disable notifications while adding all of the graph data, and then send a single notification when the data sets are complete, which speeds up creating of the graph elements quite a bit. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: telescience-v0.2 is an ARM productKeith Packard2013-02-24
| | | | | | | | | | | | Move it from SDCC to ARM targets as Jenkins doesn't have an ARM compiler. Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos/driver: Make HMC5883 driver build againKeith Packard2013-02-24
| | | | | | | | | | | | Adapt to changes in OS interfaces Signed-off-by: Keith Packard <keithp@keithp.com>
* | Merge branch 'telescience-v0.2'Keith Packard2013-02-24
|\ \
| * \ Merge branch 'master' into telescience-v0.2Keith Packard2013-01-16
| |\ \
| * \ \ Merge remote-tracking branch 'origin/telescience-v0.2' into telescience-v0.2Keith Packard2013-01-16
| |\ \ \
| | * | | document what the 'Age' value in the AltosUI display meanstelescience-v0.2Bdale Garbee2013-01-16
| | | | |
| * | | | Merge branch 'master' into telescience-v0.2Keith Packard2013-01-16
| |\ \ \ \
| * | | | | altos: Change CC1120 SPI speed to 4MHz.Keith Packard2013-01-13
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the chip can run at 8MHz, but extended register access is limited to 6.1MHz. Instead of pushing things, just run the SPI bus at 4MHz. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | altos: Crank fast SPI on STM to 8MHzKeith Packard2013-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the GPIO pins set to 10MHz now, we can run SPI at the maximum possible speed (8MHz). Signed-off-by: Keith Packard <keithp@keithp.com>