summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* update configure.ac to reflect version 1.2.1Bdale Garbee2013-05-21
|
* Information from configure about android build was misprintedKeith Packard2013-05-09
| | | | | | A typo in the script caused it to print either 'yes' or '' Signed-off-by: Keith Packard <keithp@keithp.com>
* Allow build without SDCCKeith Packard2013-05-02
| | | | | | | The AltOS directory handles not building the cc1111 apps when sdcc is missing already, so don't require it, just whinge if it's missing Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: add ao-dump-upKeith Packard2013-03-18
| | | | | | Dumps out a µP log. Useful for µPusb bring-up Signed-off-by: Keith Packard <keithp@keithp.com>
* altosdroid: Add SDK checks to configure.acMike Beattie2013-03-10
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* 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: 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>
* Update build version to 1.2Keith Packard2013-02-24
| | | | | | Prepare for 1.2 release 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>
* Change AltosLib to altoslibKeith Packard2013-01-29
| | | | | | Follow Java conventions Signed-off-by: Keith Packard <keithp@keithp.com>
* Tag version 1.1.9.31.1.9.3Keith Packard2013-01-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Remove AltosVersion.javaKeith Packard2013-01-02
| | | | | | Version data now stored in AltosUIVersion.java Signed-off-by: Keith Packard <keithp@keithp.com>
* Build installable versions of MicroPeak GUIKeith Packard2013-01-01
| | | | | | | Makes windows/mac/linux versions. Windows version appears to work on Wine at least. Signed-off-by: Keith Packard <keithp@keithp.com>
* Create altosuilib to share code between altosui and micropeakKeith Packard2012-12-31
| | | | | | Need to convert altosui to using it, but that shouldn't be hard Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge branch 'master' into micropeak-loggingKeith Packard2012-12-25
|\
| * Another ao-mega addition which shouldn't be hereKeith Packard2012-12-04
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos: Make skytraq reflashing code try both 9600 and 4800 baudKeith Packard2012-11-30
| | | | | | | | | | | | | | This lets it communicate with the ROM code which boots at 4800 baud instead of 9600 baud. Signed-off-by: Keith Packard <keithp@keithp.com>
| * ao-tools: Add ao-sky-flash to update GPS firmwareKeith Packard2012-11-30
| | | | | | | | | | | | | | This uses a new feature of AltOS to directly connect the GPS chip to the USB link to reprogram the former. Signed-off-by: Keith Packard <keithp@keithp.com>
* | Move libaltos to top levelKeith Packard2012-12-25
|/ | | | | | This will let it be shared by the new MicroPeak gui Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.1.9.2Keith Packard2012-10-25
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.1.9.1Keith Packard2012-10-18
| | | | | | Prepare for Rocketober/Thrustration Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump revision to 1.2 development branchKeith Packard2012-09-20
| | | | | | With 1.1 out the door, this now starts the 1.2 development series Signed-off-by: Keith Packard <keithp@keithp.com>
* releasing 1.1.11.1.1Bdale Garbee2012-09-16
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2012-09-12
|\
| * Added the feature to AC to default --with-android to $ANDROID_SDK (if set)Tom Marble2012-09-11
| | | | | | | | | | | | | | Fixed typos in altosui/Makefile.am (had removed JCOMMON, but it's from AC) Jenkins changes: - added android sdk - will now record artifacts: altoslib/AltosLib.jar,altosui/altosui.jar,**/*.apk
* | releasing 1.1Bdale Garbee2012-09-11
|/
* Bump version to 1.0.9.7Keith Packard2012-09-09
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Don't build ao-stmload if stlink is not available.Mike Beattie2012-07-31
| | | | 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>
* tools: Use pkgconfig to find stlink for ao-stmloadKeith Packard2012-07-20
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ao-stmload toolKeith Packard2012-07-17
| | | | | | | This loads an ELF image through the STlink programming interface using the stlink utility library Signed-off-by: Keith Packard <keithp@keithp.com>
* Get AltOS version numbers into Mac 'about' dialogKeith Packard2012-07-11
| | | | | | | Generate Info.plist from Info.plist.in to correctly set the VERSION information. This also changes some strings around to make them look better Signed-off-by: Keith Packard <keithp@keithp.com>
* Update version to 1.0.9.6Keith Packard2012-06-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Build Android local.properties from local.properties.inKeith Packard2012-06-02
| | | | | | Make sure the SDK path is set correctly Signed-off-by: Keith Packard <keithp@keithp.com>
* Add $HOME/android as an SDK locationMike Beattie2012-06-02
| | | | Signed-off-by: Mike Beattie <mike@ethernal.org>
* altosdroid: build android bits when possibleKeith Packard2012-06-02
| | | | | | Locate android sdk automatically Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Move java altoslib to top levelKeith Packard2012-06-02
| | | | | | This will be shared with other (android) java code. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Split out lots of the altosui code to a shared libraryKeith Packard2012-06-02
| | | | | | To be shared with the Android application eventually Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump to 1.0.9.51.0.9.5Keith Packard2012-05-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.0.9.41.0.9.4Keith Packard2012-03-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump to 1.0.9.31.0.9.3Keith Packard2011-10-11
| | | | | | TeleScience and TelePyro now work. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump to 1.0.9.2Keith Packard2011-10-08
| | | | | | (1.1 RC 2). Flown at Oktoberfest 2011 on 10/09/2011 (we hope) Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-telem: Add new program to convert telem data to asciiKeith Packard2011-10-08
| | | | | | | This reads telem files and displays them in ascii form. It's not done, and it's not documented, but it's a start. Signed-off-by: Keith Packard <keithp@keithp.com>
* Merge remote-tracking branch 'origin/simple-quiet' into multiarchKeith Packard2011-10-07
|\ | | | | | | | | | | | | Conflicts: configure.ac fix version number
| * Update to version 1.0.2simple-quietKeith Packard2011-09-16
| | | | | | | | | | | | Bdale is planning to fly this version on 9/17. Signed-off-by: Keith Packard <keithp@keithp.com>
| * get ready for a 1.0.1 releaseBdale Garbee2011-08-26
| |
* | Bump version to 1.0.9.0Keith Packard2011-08-28
| | | | | | | | | | | | Make it distinct from any production version Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Restructure altos build to prepare for multi-arch supportKeith Packard2011-08-25
|/ | | | | | | | | | | | | | Split out sources into separate directories: core: architecture and product independent bits cc1111: cc1111-specific code drivers: architecture independent drivers product: product-specific sources and Makefile fragments util: scripts for building stuff This should have no effect on the built products, but testing is encouraged Signed-off-by: Keith Packard <keithp@keithp.com>
* prepare to releaseBdale Garbee2011-08-25
|
* another test roundBdale Garbee2011-08-24
|