summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Bump to version 1.2.9.41.2.9.4Keith Packard2013-11-12
|
* Another try at skipping broken avr-gccKeith Packard2013-10-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Make sure the AVR compiler can actually link stuffKeith Packard2013-10-10
| | | | | | | avr-gcc was broken for a while, causing all linking to fail. Check for that and don't try to build avr bits in that case. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Use installed pdclibKeith Packard2013-10-10
| | | | | | Switch over to the installed pdclib everywhere Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.2.9.31.2.9.3Keith Packard2013-10-09
| | | | | | Rocketober, 2013 Signed-off-by: Keith Packard <keithp@keithp.com>
* Add --with parameters to configure for compiler selectionnew-stateKeith Packard2013-10-08
| | | | | | | | This allows the user to specify which compiler to use for each target CPU. Also checks to make sure the arm compiler supports -m0 and -m3 cpu type flags. The build now actually uses the specified compilers too. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Finish AltosState changes. Update version number.Keith Packard2013-09-05
| | | | | | | Removes all of the AltosRecord bits, changes the monitor idle bits to have per-object state updaters. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.2.9.21.2.9.2Keith Packard2013-08-25
| | | | | | Set version for Airfest testing Signed-off-by: Keith Packard <keithp@keithp.com>
* Set version to 1.2.9.1Keith Packard2013-05-26
| | | | | | Mark bits to be used on Monday of NSL 2013 Signed-off-by: Keith Packard <keithp@keithp.com>
* Separate out cortex-m0 compiler tests in configureKeith Packard2013-05-21
| | | | | | | | The summon arm toolchain doesn't work for cortex-m0 parts, but the linaro toolchain does. Look in /usr/bin for the -m0 compiler but continue to use /opt/cortex/bin for the -m3 compiler Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump master version to 1.2.9 to avoid confusion with 1.2 releasesKeith Packard2013-05-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* 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>