fw/altos
13 years agoAdd --with-fat-dir configure option to publish finished stand-alone bits
Keith Packard [Fri, 10 Sep 2010 04:28:10 +0000 (21:28 -0700)]
Add --with-fat-dir configure option to publish finished stand-alone bits

--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>
13 years agoaltosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs
Keith Packard [Fri, 10 Sep 2010 03:59:29 +0000 (20:59 -0700)]
altosui: libaltos.so is built with libtool -- it's in ../libaltos/.libs

It used to be in ../libaltos

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Remove some debug printfs.
Keith Packard [Fri, 10 Sep 2010 03:39:41 +0000 (20:39 -0700)]
altosui: Remove some debug printfs.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoAdd firmware and libaltos to 'fat' target at top-level
Keith Packard [Fri, 10 Sep 2010 03:36:12 +0000 (20:36 -0700)]
Add firmware and libaltos to 'fat' target at top-level

This ensures that all of the necessary bits are available to construct
the distribution images.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate changelogs for Debian build debian/0.7+96+g48f5799
Bdale Garbee [Fri, 10 Sep 2010 03:29:20 +0000 (21:29 -0600)]
update changelogs for Debian build

13 years agoaltosui: conflating USB product and vendor IDs is a bad idea
Keith Packard [Fri, 10 Sep 2010 03:24:42 +0000 (20:24 -0700)]
altosui: conflating USB product and vendor IDs is a bad idea

We've now got a USB vendor ID called 'altusmetrum' for generic
altusmetrum devices (old USB ID 0x000A) while the general vendor name
for all devices is 'altusmetrum' as well.

This patch splits vendors and products into separate name spaces,
products are prefixed with product_ and vendor with (oddly) vendor_.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate changelogs for Debian build debian/0.7+94+g1ac3d7e
Bdale Garbee [Fri, 10 Sep 2010 02:34:43 +0000 (20:34 -0600)]
update changelogs for Debian build

13 years agoinitial cut at an altosui man page
Bdale Garbee [Fri, 10 Sep 2010 02:34:22 +0000 (20:34 -0600)]
initial cut at an altosui man page

13 years agoupdate changelogs for Debian build debian/0.7+92+g0ea7576
Bdale Garbee [Fri, 10 Sep 2010 02:06:09 +0000 (20:06 -0600)]
update changelogs for Debian build

13 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Bdale Garbee [Fri, 10 Sep 2010 02:05:27 +0000 (20:05 -0600)]
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos

13 years agoaltosui: Display error dialog when AltOS JNI library can't be loaded
Keith Packard [Fri, 10 Sep 2010 00:54:41 +0000 (17:54 -0700)]
altosui: Display error dialog when AltOS JNI library can't be loaded

Having an error dialog appear at application startup seems better than
simply failing to present the device dialog later on.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Store libaltos.so in $(libdir)/altos
Keith Packard [Fri, 10 Sep 2010 00:52:46 +0000 (17:52 -0700)]
altosui: Store libaltos.so in $(libdir)/altos

It's not a public library, so hide it away in a subdirectory.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Need to have JVM include path substituted into libaltos Makefile
Keith Packard [Fri, 10 Sep 2010 00:49:37 +0000 (17:49 -0700)]
altosui: Need to have JVM include path substituted into libaltos Makefile

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>
13 years agohandle versioning of ihx files (poorly) by just wildcarding the file name,
Bdale Garbee [Thu, 9 Sep 2010 23:27:07 +0000 (17:27 -0600)]
handle versioning of ihx files (poorly) by just wildcarding the file name,
which assumes there's only one matching .. probably ok on Debian?

13 years agoupdate changelogs for Debian build debian/0.7+86+g6c0ae7e
Bdale Garbee [Thu, 9 Sep 2010 22:27:40 +0000 (16:27 -0600)]
update changelogs for Debian build

13 years agoaltosui: remove FATJAR from all-local to avoid building fat .jar file
Keith Packard [Thu, 9 Sep 2010 22:25:18 +0000 (15:25 -0700)]
altosui: remove FATJAR from all-local to avoid building fat .jar file

the fat .jar file is used in non-native builds to run from a directory
containing all of the freetts jar files along with the altosui jar
file. We don't want this on a real install where freetts is installed separately.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: hack to make JAVAROOT directory get created before javac runs
Keith Packard [Thu, 9 Sep 2010 22:22:14 +0000 (15:22 -0700)]
altosui: hack to make JAVAROOT directory get created before javac runs

This ensures that the JAVAROOT directory gets created by adding it to
the variable used to set the CLASSPATH environment value.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64
Keith Packard [Thu, 9 Sep 2010 22:11:41 +0000 (15:11 -0700)]
altosui: fix telemetrum.inf FFFE:000A product names on AMD64 and ia64

This appears to matter to Vista. Dunno why.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Add explicit requirement to create classes directory
Keith Packard [Thu, 9 Sep 2010 22:10:25 +0000 (15:10 -0700)]
altosui: Add explicit requirement to create classes directory

The implicit ordering doesn't appear reliable.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate changelogs for Debian build debian/0.7+81+g012e717
Bdale Garbee [Thu, 9 Sep 2010 21:51:50 +0000 (15:51 -0600)]
update changelogs for Debian build

13 years agoadd libtool to build deps
Bdale Garbee [Thu, 9 Sep 2010 21:51:02 +0000 (15:51 -0600)]
add libtool to build deps

13 years agoupdate changelogs for Debian build debian/0.7+79+g3d49d5f
Bdale Garbee [Thu, 9 Sep 2010 21:43:47 +0000 (15:43 -0600)]
update changelogs for Debian build

13 years agoaltosui: ensure that 'altosui' script is installed. Pass arguments along.
Keith Packard [Sun, 5 Sep 2010 09:05:06 +0000 (02:05 -0700)]
altosui: ensure that 'altosui' script is installed. Pass arguments along.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: eeprom files place 'boost' time in the flight number record.
Keith Packard [Sun, 5 Sep 2010 08:55:56 +0000 (01:55 -0700)]
altosui: eeprom files place 'boost' time in the flight number record.

Instead of looking for the first state change record, use the Flight
record to get the boost tick.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Record flight number when scanning file, not when running
Keith Packard [Sun, 5 Sep 2010 08:52:36 +0000 (01:52 -0700)]
altosui: Record flight number when scanning file, not when running

The very first record in the eeprom is the flight number, but it is
time-stamped with the 'boost' time, and so it gets sorted until much
later, delaying the return of data until the rocket enters boost
mode. This drops all of the nice pad GPS and state date on the floor.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Use local .class files in the classpath
Keith Packard [Sun, 5 Sep 2010 08:23:53 +0000 (01:23 -0700)]
altosui: Use local .class files in the classpath

This ensures that compiling only a few changed files will
locate the old .class files instead of using a stale .jar file.

13 years agoaltosui: Prevent voice altitude data from queueing up
Keith Packard [Sun, 5 Sep 2010 08:21:14 +0000 (01:21 -0700)]
altosui: Prevent voice altitude data from queueing up

When flight status changes rapidly, the queue of voice data can get
quite long. This change does two things -- first, it remembers when
the altitude reporting happens due to flight events and delays the
periodic reporting until a suitable time after that, second it ensures
that the voice data has all been delivered before generating a new
altitude report.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Add AltosVoice.drain() to wait for queued speech to finish
Keith Packard [Sun, 5 Sep 2010 08:19:11 +0000 (01:19 -0700)]
altosui: Add AltosVoice.drain() to wait for queued speech to finish

drain() blocks until all pending phrases have been processed, allowing
the UI code to avoid pending data that will end up stale by the time
it is emitted.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Start idle thread after the rocket leaves the pad
Keith Packard [Sun, 5 Sep 2010 08:13:01 +0000 (01:13 -0700)]
altosui: Start idle thread after the rocket leaves the pad

This makes the first altitude report time consistently 10 seconds
after launch, instead of some random time depending on when the rocket
launched relative to the time the device connection was made.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: When replay thread is interrupted, don't make final report
Keith Packard [Sun, 5 Sep 2010 08:08:50 +0000 (01:08 -0700)]
altosui: When replay thread is interrupted, don't make final report

Normally, the replay process makes one final report after the file has
been parsed. However, if the reading process is interrupted to display
something else, this report is just annoying, so don't make it.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Add elevation and range data to main display
Keith Packard [Sun, 5 Sep 2010 08:03:18 +0000 (01:03 -0700)]
altosui: Add elevation and range data to main display

Reported by voice, it's useful to see these on the display as well.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Eeprom files contain only one date; save it.
Keith Packard [Sun, 5 Sep 2010 08:01:10 +0000 (01:01 -0700)]
altosui: Eeprom files contain only one date; save it.

While reading eeprom files, the GPS record is reconstructed each time
the system sees the first GPS log item (the time field), but as the
date isn't repeated, we need to copy it from the old GPS data record.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Remove debugging printf from AltosEepromReader
Keith Packard [Sun, 5 Sep 2010 07:59:54 +0000 (00:59 -0700)]
altosui: Remove debugging printf from AltosEepromReader

These were in place while validing the GPS data reconstruction code
that handles eeprom files missing the first GPS date line due to the
record overwriting bug in old firmware versions.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Return AO_LOG_INVALID instead of exception for eeprom files
Keith Packard [Sun, 5 Sep 2010 07:57:38 +0000 (00:57 -0700)]
altosui: Return AO_LOG_INVALID instead of exception for eeprom files

When an eeprom file contains an invalid line, just return
AO_LOG_INVALID instead of throwing an exception. This allows us to
replay and parse files with extraneous serial communication.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Fix linux fat distribution
Keith Packard [Sun, 5 Sep 2010 01:49:22 +0000 (18:49 -0700)]
altosui: Fix linux fat distribution

Again, use 'cp -p' instead of 'cp -a' to get files into the archive
instead of links. Also, make the shell script 'altosui' instead of
'altosui-fat'.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Fix up Mac OSX .zip file
Keith Packard [Sun, 5 Sep 2010 01:39:58 +0000 (18:39 -0700)]
altosui: Fix up Mac OSX .zip file

Must contain 'altosui.jar' instead of altosui-fat.jar.
Also, was using 'cp -a' instead of 'cp -p' which made files
represented by symlinks not end up in the archive.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Fix windows installer to ship correct files
Keith Packard [Sun, 5 Sep 2010 01:20:45 +0000 (18:20 -0700)]
altosui: Fix windows installer to ship correct files

Was shipping altosui.jar instead of altosui-fat.jar

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoAdd top-level 'fat' target to aid building distribution files
Keith Packard [Sun, 5 Sep 2010 01:04:04 +0000 (18:04 -0700)]
Add top-level 'fat' target to aid building distribution files

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoAdd version numbers to released files. Set version to 0.7.1
Keith Packard [Sun, 5 Sep 2010 00:59:11 +0000 (17:59 -0700)]
Add version numbers to released files. Set version to 0.7.1

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>
13 years agoIgnore libtool files.
Keith Packard [Sun, 5 Sep 2010 00:58:52 +0000 (17:58 -0700)]
Ignore libtool files.

13 years agoaltos: add some SDCDB config files
Keith Packard [Sun, 5 Sep 2010 00:35:17 +0000 (17:35 -0700)]
altos: add some SDCDB config files

13 years agoUse autotools for altosui and libaltos
Keith Packard [Sun, 5 Sep 2010 00:27:17 +0000 (17:27 -0700)]
Use autotools for altosui and libaltos

This switches from hand-written Makefiles to automake with libtool
for these parts of the system.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Add icons to application and Windows menus.
Keith Packard [Sat, 4 Sep 2010 08:13:42 +0000 (01:13 -0700)]
altosui: Add icons to application and Windows menus.

Use the altus-metrum icon for an application icon and a windows start
menu/desktop icon.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoicon: add some icons for application programs
Keith Packard [Sat, 4 Sep 2010 08:08:34 +0000 (01:08 -0700)]
icon: add some icons for application programs

altus-metrum.ico: Windows ICO file
altus-metrum-16x16.jpg: 16x16 jpg image for java

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: oops. renamed the nsis file to altos-windows.nsi
Keith Packard [Sat, 4 Sep 2010 07:16:41 +0000 (00:16 -0700)]
altosui: oops. renamed the nsis file to altos-windows.nsi

And forgot to change the dependency in the Makefile

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: ignore built files
Keith Packard [Sat, 4 Sep 2010 07:14:15 +0000 (00:14 -0700)]
altosui: ignore built files

13 years agoaltosui: Add windows installer build using 'nsis'
Keith Packard [Sat, 4 Sep 2010 07:13:11 +0000 (00:13 -0700)]
altosui: Add windows installer build using 'nsis'

nsis happens to be packaged in debian, and it appears to build usable
installers, which is all very cool.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate changelogs for Debian build debian/0.7+53+g59798c6
Bdale Garbee [Sat, 4 Sep 2010 04:46:29 +0000 (00:46 -0400)]
update changelogs for Debian build

13 years agoaltosui: Catch I/O errors on telemetry device, report to user
Keith Packard [Fri, 3 Sep 2010 19:43:45 +0000 (12:43 -0700)]
altosui: Catch I/O errors on telemetry device, report to user

This catches the USB device being unplugged and makes sure the
user sees an error dialog in this case.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Must flush serial line after configuring for telemetry
Keith Packard [Fri, 3 Sep 2010 19:31:05 +0000 (12:31 -0700)]
altosui: Must flush serial line after configuring for telemetry

Without flushing the configuration commands to the serial device, it
never sees them as the telemetry input thread doesn't flush.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoRevert "altosui: Deal with altos bug setting radio channel while monitoring"
Keith Packard [Fri, 3 Sep 2010 18:48:55 +0000 (11:48 -0700)]
Revert "altosui: Deal with altos bug setting radio channel while monitoring"

This reverts commit ba65e4aeb952a1cf49a77f1e24e235508fcea71f.

Testing the old code

13 years agoaltosui: Allow 'connect to device' when already connected
Keith Packard [Fri, 3 Sep 2010 08:30:33 +0000 (01:30 -0700)]
altosui: Allow 'connect to device' when already connected

Opening another serial device involves shutting down the display
thread (to reset its state) and spawning another one. Shutting down
the display thread normally closes the serial device as a part of the
process, and if this isn't done before the new serial device is
opened, then the new serial device ends up getting closed too.

Interrupting the display thread and waiting for it to stop before
opening the new serial device solves the problem.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Deal with altos bug setting radio channel while monitoring
Keith Packard [Fri, 3 Sep 2010 08:21:57 +0000 (01:21 -0700)]
altosui: Deal with altos bug setting radio channel while monitoring

If the monitoring thread is active, then setting the radio channel can
sometimes cause the monitoring thread to get stuck. I'm not entirely
sure why though. For now, work around the issue by making sure
monitoring is off, and the monitoring thread has stopped, before
changing the radio channel.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Report telemetry CRC errors in UI
Keith Packard [Fri, 3 Sep 2010 08:12:24 +0000 (01:12 -0700)]
altosui: Report telemetry CRC errors in UI

Telemetry CRC errors can signal problems with TeleMetrum or TeleDongle
units, so report them in the UI.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: build Mac OS .zip file to include paths
Keith Packard [Fri, 3 Sep 2010 04:11:29 +0000 (21:11 -0700)]
altosui: build Mac OS .zip file to include paths

Without the paths, the OS X zip file doesn't create a usable
application structure.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Post error dialog on invalid ROM config values.
Keith Packard [Thu, 2 Sep 2010 05:56:34 +0000 (22:56 -0700)]
altosui: Post error dialog on invalid ROM config values.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Remove some debug printfs from AltosRomconfig class
Keith Packard [Thu, 2 Sep 2010 05:56:12 +0000 (22:56 -0700)]
altosui: Remove some debug printfs from AltosRomconfig class

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Hide internal rom config UI helper function
Keith Packard [Thu, 2 Sep 2010 05:47:15 +0000 (22:47 -0700)]
altosui: Hide internal rom config UI helper function

This was getting mis-used by the flash UI causing the rom dialog
'cancel' button to work just like 'ok'.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: allow flashing to be canceled from the rom config dialog
Keith Packard [Thu, 2 Sep 2010 05:46:04 +0000 (22:46 -0700)]
altosui: allow flashing to be canceled from the rom config dialog

Was using the rom config class wrong, causing cancel actions to work
just like 'ok' actions. Oops.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Abort flashing if debug port isn't working
Keith Packard [Thu, 2 Sep 2010 05:43:22 +0000 (22:43 -0700)]
altosui: Abort flashing if debug port isn't working

Check each command going over the debug port and make sure it works as
expected. This commit adds checks for initializing the clock,
selecting the desired program counter and running the flash
program.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate changelogs for Debian build debian/0.7+40+g59a40f6
Bdale Garbee [Thu, 2 Sep 2010 04:55:41 +0000 (00:55 -0400)]
update changelogs for Debian build

13 years agoanother distclean fix
Bdale Garbee [Thu, 2 Sep 2010 04:55:01 +0000 (00:55 -0400)]
another distclean fix

13 years agoand a few more distclean fixes
Bdale Garbee [Thu, 2 Sep 2010 04:53:16 +0000 (00:53 -0400)]
and a few more distclean fixes

13 years agomore makefile distclean target work
Bdale Garbee [Thu, 2 Sep 2010 04:52:04 +0000 (00:52 -0400)]
more makefile distclean target work

13 years agoupdate changelogs for Debian build debian/0.7+36+g14fa24e
Bdale Garbee [Thu, 2 Sep 2010 04:50:16 +0000 (00:50 -0400)]
update changelogs for Debian build

13 years agoupdate changelogs for Debian build debian/0.7+35+g83552df
Bdale Garbee [Thu, 2 Sep 2010 04:48:31 +0000 (00:48 -0400)]
update changelogs for Debian build

13 years agoadd distclean targets to libaltos and altosui to all Debian package to build
Bdale Garbee [Thu, 2 Sep 2010 04:47:54 +0000 (00:47 -0400)]
add distclean targets to libaltos and altosui to all Debian package to build

13 years agoupdate changelogs for Debian build debian/0.7+33+gd079bfe
Bdale Garbee [Thu, 2 Sep 2010 04:46:21 +0000 (00:46 -0400)]
update changelogs for Debian build

13 years agoupdate changelogs for Debian build debian/0.7+32+ga470315
Bdale Garbee [Thu, 2 Sep 2010 04:44:30 +0000 (00:44 -0400)]
update changelogs for Debian build

13 years agoaltosui: Remove Manifest.txt from git repo as it's built now
Keith Packard [Thu, 2 Sep 2010 03:14:51 +0000 (20:14 -0700)]
altosui: Remove Manifest.txt from git repo as it's built now

This file is built with appropriate contents for each different .jar file.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltos: Bounds check Skytraq GPS tracking data array
Keith Packard [Thu, 2 Sep 2010 02:53:24 +0000 (19:53 -0700)]
altos: Bounds check Skytraq GPS tracking data array

Missing GPS serial data could cause the tracking array reset to
get skipped, causing the array to be overrun, smashing critical data
beyond the array.

This was detected using the 'altosui' flash command to program a
device from TM. Hitting the USB that hard caused TM to crash with a
mutex error (3 beeps) after the ao_gps_task structure was overwritten
with zeros.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: missed AltosReader.class in the Makefile
Keith Packard [Tue, 31 Aug 2010 05:24:09 +0000 (22:24 -0700)]
altosui: missed AltosReader.class in the Makefile

This caused clean builds to fail to make this file

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoupdate changelogs for Debian build debian/0.7+28+gd006c5e
Bdale Garbee [Tue, 31 Aug 2010 04:20:06 +0000 (00:20 -0400)]
update changelogs for Debian build

13 years agoadd runtime dependencies for altos binary package
Bdale Garbee [Tue, 31 Aug 2010 04:19:37 +0000 (00:19 -0400)]
add runtime dependencies for altos binary package

13 years agoupdate changelogs for Debian build debian/0.7+26+gc35632e
Bdale Garbee [Tue, 31 Aug 2010 01:52:51 +0000 (19:52 -0600)]
update changelogs for Debian build

13 years agoupdate changelogs for Debian build debian/0.7+25+g2a004d1
Bdale Garbee [Tue, 31 Aug 2010 01:37:50 +0000 (19:37 -0600)]
update changelogs for Debian build

13 years agodon't build all the "fat" jar deliverables by default
Bdale Garbee [Tue, 31 Aug 2010 01:37:17 +0000 (19:37 -0600)]
don't build all the "fat" jar deliverables by default

13 years agoupdate changelogs for Debian build debian/0.7+23+g25764fc
Bdale Garbee [Tue, 31 Aug 2010 01:09:00 +0000 (19:09 -0600)]
update changelogs for Debian build

13 years agoupdate changelogs for Debian build debian/0.7+22+g4790f78
Bdale Garbee [Tue, 31 Aug 2010 01:08:29 +0000 (19:08 -0600)]
update changelogs for Debian build

13 years agoadd a .gitattributes file, configuring the Mac and Windows binary library
Bdale Garbee [Tue, 31 Aug 2010 00:48:50 +0000 (18:48 -0600)]
add a .gitattributes file, configuring the Mac and Windows binary library
files with the export-ignore attribute, in hopes that this will prevent
them showing up in source packages

13 years agomake invocation of 'install' pathless to work on more Unix variants
Bdale Garbee [Tue, 31 Aug 2010 00:15:40 +0000 (18:15 -0600)]
make invocation of 'install' pathless to work on more Unix variants

13 years agocontinue even if rm's don't have anything to do
Bdale Garbee [Mon, 30 Aug 2010 23:56:56 +0000 (17:56 -0600)]
continue even if rm's don't have anything to do

13 years agoaltosui: Devices with USB id 0x000a always get listed
Keith Packard [Mon, 30 Aug 2010 12:49:11 +0000 (05:49 -0700)]
altosui: Devices with USB id 0x000a always get listed

List 'unknown' AltusMetrum devices anytime the UI needs a device
name.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: build debian-style altosui too
Keith Packard [Mon, 30 Aug 2010 12:48:23 +0000 (05:48 -0700)]
altosui: build debian-style altosui too

This adds the dependencies to make sure altosui and altosui.jar get built.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: Build linux, mac and windows archives on Linux
Keith Packard [Mon, 30 Aug 2010 12:28:37 +0000 (05:28 -0700)]
altosui: Build linux, mac and windows archives on Linux

This adds 'fat' archives for each target OS.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agolibaltos: Use overlapped I/O on windows
Keith Packard [Mon, 30 Aug 2010 12:27:45 +0000 (05:27 -0700)]
libaltos: Use overlapped I/O on windows

Otherwise, reads block writes and vice-versa. Crazy stuff.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltos: Windows sends USB Out packets of 0 length. Ack them.
Keith Packard [Mon, 30 Aug 2010 11:52:00 +0000 (04:52 -0700)]
altos: Windows sends USB Out packets of 0 length. Ack them.

This was an untested case as no other operating system sents 0-length
out packets (they're not necessary). The correct response is to ACK
them by clearing the OUTPKT_RDY bit so that another packet can be sent.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agolibaltos: Add pre-built Windows .dll
Keith Packard [Mon, 30 Aug 2010 09:58:23 +0000 (02:58 -0700)]
libaltos: Add pre-built Windows .dll

This lets us create the windows distribution on Linux.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agolibaltos: Add pre-built Mac OS X libaltos.dylib
Keith Packard [Mon, 30 Aug 2010 09:56:25 +0000 (02:56 -0700)]
libaltos: Add pre-built Mac OS X libaltos.dylib

This allows the mac bits to be built on Linux.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoUpdate telemetrum.inf to include all current USB ids.
Keith Packard [Mon, 30 Aug 2010 09:53:26 +0000 (02:53 -0700)]
Update telemetrum.inf to include all current USB ids.

Windows 7 has 'encouraged' us to split out each product into a
separate USB ID. telemetrum.inf now has all of them listed.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agolibaltos: Improve Makefile
Keith Packard [Mon, 30 Aug 2010 09:49:49 +0000 (02:49 -0700)]
libaltos: Improve Makefile

Builds Windows .dll correctly now and sample app.
Moves linux install target to end so it is not default
Adds .NOTPARALLEL to disable parallel gnumake.
Removes -g debugging flags to shrink file size.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agolibaltos: Fix windows build.
Keith Packard [Mon, 30 Aug 2010 09:00:30 +0000 (02:00 -0700)]
libaltos: Fix windows build.

Need stdlib.h to get calloc/free defined, remove debug printfs, fix
serial timeouts.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltos: shut down packet mode cleanly
Keith Packard [Mon, 30 Aug 2010 06:22:27 +0000 (23:22 -0700)]
altos: shut down packet mode cleanly

Instead of constantly bashing the packet master thread, let it shut
itself down in an orderly fashion. It will shut down fairly quickly as
all of the activities in that thread are bounded. Otherwise, the
master packet thread might leave mutexes locked and all sorts of other
horrors.

Tested on Linux and Mac OS X and shown to be reliable.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltos: Abort radio harder when terminating packet mode.
Keith Packard [Mon, 30 Aug 2010 05:42:23 +0000 (22:42 -0700)]
altos: Abort radio harder when terminating packet mode.

Make sure the master radio tasks don't get stuck waiting for an
incoming packet again by aborting the radio each time we poke the
tasks.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltos: flush pending output when terminating packet mode
Keith Packard [Mon, 30 Aug 2010 05:41:18 +0000 (22:41 -0700)]
altos: flush pending output when terminating packet mode

Just in case the last command sent hasn't been transmitted, hang
around for up to a second waiting for the data to get across the link.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agolibaltos: cjnitest needs altos_flush now
Keith Packard [Mon, 30 Aug 2010 04:45:19 +0000 (21:45 -0700)]
libaltos: cjnitest needs altos_flush now

13 years agolibaltos: Missing OS_LDFLAGS on cjnitest build
Keith Packard [Mon, 30 Aug 2010 04:43:46 +0000 (21:43 -0700)]
libaltos: Missing OS_LDFLAGS on cjnitest build

13 years agolibaltos: Mac OS X cannot use 'poll(2)' on serial lines.
Keith Packard [Mon, 30 Aug 2010 04:41:40 +0000 (21:41 -0700)]
libaltos: Mac OS X cannot use 'poll(2)' on serial lines.

Who ships this stuff, anyway? Instead of blocking, we'll poll every 100ms now,
otherwise, we won't be able to abort the read when the device is closed. Yay!

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: discard invalid lines while reading Eeprom flight data
Keith Packard [Mon, 30 Aug 2010 04:40:21 +0000 (21:40 -0700)]
altosui: discard invalid lines while reading Eeprom flight data

This shouldn't happen, but it's easy enough to get back in sync by just
skipping lines with weird contents.

Signed-off-by: Keith Packard <keithp@keithp.com>
13 years agoaltosui: provide separate flush_input/flush_output for serial. deal with monitor...
Keith Packard [Mon, 30 Aug 2010 04:36:47 +0000 (21:36 -0700)]
altosui: provide separate flush_input/flush_output for serial. deal with monitor automatically

(yes, this should be two patches, but the diffs in AltosSerial were merged together).

First, this replaces the existing flush/flush_reply mess with two simple functions,
one to flush output to the serial device, making sure that all data written will be seen
while we wait for input. The other sucks any pending input off of the serial line and
discards it.

Second, AltosSerial now tracks whether the serial line is being used for telemetry
monitoring. If so, it enables monitoring, otherwise it disables it. Eliminates a
bunch of manual state tracking elsewhere.

Signed-off-by: Keith Packard <keithp@keithp.com>