summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Switch version to 0.9.40.9.4telebtKeith Packard2011-05-25
| | | | | | For Mayhem, so we can tell what version each board is running Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add software version to Configure AltosUI dialogKeith Packard2011-03-19
| | | | | | Show this somewhere so we can figure out what is installed. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump published version number to 0.9.1Keith Packard2011-03-16
|
* prepare to releaseBdale Garbee2011-01-19
|
* releasing 0.8.10.8.1Bdale Garbee2010-11-29
|
* declaring 0.8 releasedBdale Garbee2010-11-28
|
* Move altosui to the top level, placing libaltos inside it.Keith Packard2010-11-24
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Separate out jfreechart and jcommon directoriesKeith Packard2010-10-06
| | | | | | This allows these packages to be referenced separately Signed-off-by: Keith Packard <keithp@keithp.com>
* Add --with-fat-dir configure option to publish finished stand-alone bitsKeith Packard2010-09-09
| | | | | | | | | --with-fat-dir specifies a directory to copy the finished linux/macosx/windows stand-alone ("fat") packages to. A sub-directory will be created under the specified directory based on the product version number and the files copied there. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Need to have JVM include path substituted into libaltos MakefileKeith Packard2010-09-09
| | | | | | | The libaltos Makefile needs to find the relevant jni.h file, which is found in the JVM_INCLUDE path, all nicely located by the configure.ac script. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add version numbers to released files. Set version to 0.7.1Keith Packard2010-09-04
| | | | | | | | Instead of using git revision counts for version numbers, use explicit versions numbers configured in the configure.ac file. Expose published files with version numbers. Signed-off-by: Keith Packard <keithp@keithp.com>
* Use autotools for altosui and libaltosKeith Packard2010-09-04
| | | | | | | This switches from hand-written Makefiles to automake with libtool for these parts of the system. Signed-off-by: Keith Packard <keithp@keithp.com>
* Telemetry code was mis-computing RSSIKeith Packard2010-07-14
| | | | | | | The RSSI data from the hardware reports in 1/2 dBm increments, and so must be divided to report plain RSSI numbers. Signed-off-by: Keith Packard <keithp@keithp.com>
* Autodetect flite voice registration functionKeith Packard2010-04-23
| | | | | | | | Old versions of flite exported the function 'register_cmu_us_kal' while new ones export 'register_cmu_us_kal16'. This patch just checks which one is available and uses that. Signed-off-by: Keith Packard <keithp@keithp.com>
* libflite may forget to reference libasoundKeith Packard2010-04-08
|
* Use plplotd instead of plplotd-gnome2Keith Packard2009-09-06
|
* Add plots to ao-postflight using the plplot libraryKeith Packard2009-09-06
| | | | | | It's not perfect, but it generates .svg plot output. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add simple post-flight analysis tool (ao-postflight)Keith Packard2009-09-05
| | | | | | | This tool reads either an eeprom or telem log file and displays some rudimentary data (max accel/alt for each flight stage). Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ao-dumplog to capture flight log from command lineKeith Packard2009-09-05
| | | | | | | This duplicates the functionality of the flight log stuf in ao-view, except from the command line where it belongs. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add 'ao-list' utility to show attached AltOS devicesKeith Packard2009-09-04
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Move usb scanning code to ao-tools libraryKeith Packard2009-09-04
| | | | | | | | | | This will allow the scanning code to be used by the command line tools as well as the ao-view GUI. Now that ao-view depends on the ao-tools library, it has been moved to the ao-tools directory as well. Signed-off-by: Keith Packard <keithp@keithp.com>
* Rename tools to ao-<foo>Keith Packard2009-08-18
| | | | | | | Use a consistent prefix to make it easier to remember which programs belong to this package Signed-off-by: Keith Packard <keithp@keithp.com>
* test for sdcc, nickle and readlineKeith Packard2009-08-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Hook aoview directly to alsaKeith Packard2009-07-11
| | | | | | | | This skips the flite internal audio stuff which opened and closed the audio device for each phrase. This caused the first part of some phrases to be missed when using an external audio device. Signed-off-by: Keith Packard <keithp@keithp.com>
* Use 16kHz voiceKeith Packard2009-06-30
|
* Use flite to announce flight stateKeith Packard2009-06-29
| | | | | | | This uses the flite voice synthesis library from festival to announce altitude and speed information during the rocket flight. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ejection computation utilityKeith Packard2009-06-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Move build and debug tools to 'cctools' directory.Keith Packard2009-06-04
| | | | | | These tools were merged in from the ccdbg package. Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge ccdbg and altos sources into one giant repositoryKeith Packard2009-06-04
|\ | | | | | | | | | | Keeping these separate isn't making things any easier. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add aoload to load serial-numbered altos binaries.Keith Packard2009-05-27
| | | | | | | | | | | | | | aoload is a custom version of ccload which edits the data before sending it to the target machine, writing the target serial number into the data. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add ccdumpKeith Packard2009-04-12
| |
| * Add ccmanualKeith Packard2009-03-07
| |
| * Switch to libusb-1.0 and use async interface.Keith Packard2008-12-26
| | | | | | | | | | | | | | | | The async libusb interface offers substantial performance benefits by not making each command wait for the reply. This makes talking over this interface almost reasonable. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Add more commands to s51 assembly-language debuggerKeith Packard2008-12-22
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Clean up autotools stuff.Keith Packard2008-12-19
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Use autotools, move altos to src subdirKeith Packard2009-06-04
Signed-off-by: Keith Packard <keithp@keithp.com>