<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch debian/0.9</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F0.9</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F0.9'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-01-19T06:39:07+00:00</updated>
<entry>
<title>fat: Add docs to Linux package</title>
<updated>2011-01-19T06:39:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-19T06:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=72a04d679d06aaad9c2b4297fefd585fc393ce2e'/>
<id>urn:sha1:72a04d679d06aaad9c2b4297fefd585fc393ce2e</id>
<content type='text'>
Oops. Missed this one.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>fat: Add firmware for v1.1 and docs to mac/windows/linux installers</title>
<updated>2011-01-19T06:35:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-19T06:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5d91c250179f44ca17c26fff36718b7026aa8ee0'/>
<id>urn:sha1:5d91c250179f44ca17c26fff36718b7026aa8ee0</id>
<content type='text'>
We'll need to be sure to update this each time we add a product.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove spurious colons from eeprom selection headers</title>
<updated>2011-01-16T22:40:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-16T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3566dee1cf83870396a0bb164f5549dd3faf58f5'/>
<id>urn:sha1:3566dee1cf83870396a0bb164f5549dd3faf58f5</id>
<content type='text'>
This colons make the presentation a bit confusing.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Require 4 sats to light up the 'GPS locked' light.</title>
<updated>2011-01-16T22:32:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-15T20:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d0a841b285fb398f0be72183ec3c9d1e358419a9'/>
<id>urn:sha1:d0a841b285fb398f0be72183ec3c9d1e358419a9</id>
<content type='text'>
This tracks the same GPS signal requirement needed for 'GPS ready' and
ensures that we have a 3d fix.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Ensure serial device is closed after eeprom download finishes</title>
<updated>2011-01-16T22:30:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-16T22:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1bfdce6fc3367fdf03e0dc7ddd94da18723b8ba3'/>
<id>urn:sha1:1bfdce6fc3367fdf03e0dc7ddd94da18723b8ba3</id>
<content type='text'>
As this code is all event-driven, track which events will trigger
further work and block closing the device in those specific cases,
ensuring that all other code paths end up closing the device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove debug message when eeprom downloads are complete.</title>
<updated>2011-01-16T22:29:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-16T22:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=987039b8f0b1d889aca9109d4c6a83f034ff64a7'/>
<id>urn:sha1:987039b8f0b1d889aca9109d4c6a83f034ff64a7</id>
<content type='text'>
This message isn't useful now that this code appears to work.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Use long input flush timeout when remote.</title>
<updated>2011-01-16T22:28:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-16T22:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fb534aae15f0f1e5d69790e159d0287b6b8a514a'/>
<id>urn:sha1:fb534aae15f0f1e5d69790e159d0287b6b8a514a</id>
<content type='text'>
100ms isn't long enough to capture pending remote serial input, so use
300 ms in that mode.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make serial debug more complete and accurate</title>
<updated>2011-01-16T22:26:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-16T22:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d4add23186b3586c99579d83efdc003f79e9bf7a'/>
<id>urn:sha1:d4add23186b3586c99579d83efdc003f79e9bf7a</id>
<content type='text'>
Display all serial input, including telemetry.
Wait to display serial output until flush time, to debug missing flushing.
Show when devices are opened and closed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Reset eeprom download instance variables before reading flight</title>
<updated>2011-01-16T22:19:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-16T06:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=deb3c7b9206be0c9c46f75d35c8f766c26d9838f'/>
<id>urn:sha1:deb3c7b9206be0c9c46f75d35c8f766c26d9838f</id>
<content type='text'>
To deal with downloading multiple flights in a single invocation, make
sure all relevant instance variables are set back to start of flight
download values each time a log is read.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Close serial port if Download/Delete dialog is cancelled.</title>
<updated>2011-01-16T18:56:53+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2011-01-16T18:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=eec9eb2e81535e62c52fbb2e57a2d33f88f92c1a'/>
<id>urn:sha1:eec9eb2e81535e62c52fbb2e57a2d33f88f92c1a</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
</feed>
