summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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>
| * | | | altos: Set STM GPIO output speed for SPI pins correctlyKeith Packard2013-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The GPIO pin settings affect the output impedence, and hence the maximum speed for SPI. Cranking these to suitable values allows SPI to run at full speed. Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | altos: Build telescience-v0.2Keith Packard2013-01-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | Update avr ao_spi_slave code to match API changesKeith Packard2013-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made the interface use void * for pointers and uint16_t for lengths Signed-off-by: Keith Packard <keithp@keithp.com>
| * | | | altos: Initial telescience bitsKeith Packard2013-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These might do something, and should at least bring up USB Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | Update build version to 1.2Keith Packard2013-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare for 1.2 release Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altos/stm: Add more bits to NVIC register definitionsKeith Packard2013-02-24
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | This cleans up a few values, adds more comments and a few more NVIC fields. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Fix AltosLanded call to AltosGraphUIKeith Packard2013-02-11
| | | | | | | | | | | | | | | | | | | | | | | | Changed the argument from String to File but forgot this one. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Remove graph series which aren't availableKeith Packard2013-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure all graph series have actual data underlying them by checking the available data before creating the series objects. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Stick file basename in graph window titleKeith Packard2013-02-11
| | | | | | | | | | | | | | | | | | | | | | | | The title was empty before, this seems more useful than that. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosuilib: rescale axis when enabling data seriesKeith Packard2013-02-11
| | | | | | | | | | | | | | | | | | | | | | | | This makes sure new series are visible when you enable them. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | micropeak: Remove Info.plistKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | It's built from Info.plist.in Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | Build Windows .nsi files in configure scriptKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | These need the library version numbers embedded in them. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Add map and GPS data to graph window. Trac #50Keith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | See where the rocket landed without having to replay the whole flight. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Display count of erased flights along with their numbersKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | An attempt to clarify what's going on by providing both a count and the flight numbers. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Display block number while downloading flights. Track #51Keith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't know how long the flight log is, but we can at least provide a block number in the pacifier to let the user know it's not wedged. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altoslib: Fix available flight log storage computationKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | number of flights was off by one as it was initialized to -1 storage erase unit wasn't getting fetched correctly flight_log_max is in kB, not B; need to multiply by 1024 Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Display callsign in connecting message windowKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When waiting for the remote end to respond, display the callsign along with the frequency so that the user remembers that it's important to set that too. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Interrupt MonitorIdle when changing frequency/callsignKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When switching radio parameters, the local device needs to have the parameters switched, so interrupt the current operation and start over, the frequency and callsign will be set the next time through. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | altosui: Add callsign to Monitor Idle window (Trac #62)Keith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it a lot more obvious that the callsign is relevant to the Monitor Idle process. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | Merge remote-tracking branch 'mjb/master'Keith Packard2013-02-10
|\ \ \ \
| * | | | altosdroid: initial release to Play Storealtosdroid_v1.1.9.3Mike Beattie2013-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add release keystore (encrypted) * Turn off debugging in UI * add 'sign' target to Makefile.am * Update version string in AndroidManifest.xml to match released version of altosui. Signed-off-by: Mike Beattie <mike@ethernal.org>
* | | | | altosui: Adjust graph voltage tool-tip value formatKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Voltages are always small, so use more of the space for the fractional value. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altoslib: Fix a couple of unit functions to make them publicKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nice to be able to use these outside of altoslib Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altosui/altoslib/altosuilib: Switch altosui to shared graph codeKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a configuration tab to the graph window to enable/disable various plotted values. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altosuilib/micropeak: Add state markers to micropeak graphKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think this makes the micropeak graph as functional as the altosui graph Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altoslib: Fix altoslib installKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was using AltosLibdir in several places still Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altosuilib: Initialize graph axes unitsKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altoslib: Add AltosUnits.graph_formatKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This describes the format of numbers used on a graph axis for use with jfreechart Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | micropeak: Use altosuilib graphing functionsKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move these out of micropeak and into shared code Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altosuilib: Add graphing routines from MicroPeakKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make these available for AltosUI too Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altosuilib: Remove duplicate AltosUnitsListener.javaKeith Packard2013-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lives in altoslib Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | various updates to the text .. more SMA to BNC adapter references, etcBdale Garbee2013-02-09
| | | | |
* | | | | update copyright year to 2013Bdale Garbee2013-02-09
| | | | |
* | | | | add pcb overall dimensions and screw sizes the holes are intended forBdale Garbee2013-02-09
| | | | |
* | | | | doc: Add TeleMetrum and TeleMini drill templatesKeith Packard2013-02-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altos: Add atmosphere.5cKeith Packard2013-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shared code for building pressure tables Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | test: Accept micropeak CSV files for micropeak testingKeith Packard2013-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This interpolates the missing values to provide a reasonable testing environment for the Micropeak flight firmware. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altos: Document which MPU6000 revs have broken accel valuesKeith Packard2013-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Tridge -- MPU6000 rev C4 and C5 are broken, having accelerometer values in the wrong range. This commit just adds comments which note this; experimentation will be required to actually sort out what's going on. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | micropeak: Update Makefile to versioned Java librariesKeith Packard2013-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Library names have changed; deal with it. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | altoslib: fix Makefile JAR targetKeith Packard2013-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was referencing stale classAltosLib.stamp instead of new classaltoslib.stamp Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | Add version numbers to java librariesKeith Packard2013-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make our private java library names include a version number so we can ship and install multiple versions at the same time. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | Change AltosLib to altoslibKeith Packard2013-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow Java conventions Signed-off-by: Keith Packard <keithp@keithp.com>
* | | | | Mark MicroPeak as a recording altimeter, not a peak-recording altimeterKeith Packard2013-01-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>