<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui/libaltos, branch lisp</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=lisp</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=lisp'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-12-25T22:20:12+00:00</updated>
<entry>
<title>Move libaltos to top level</title>
<updated>2012-12-25T22:20:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-25T22:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=669cde8a87d88ceae89e369c1d38b88c9f8198cf'/>
<id>urn:sha1:669cde8a87d88ceae89e369c1d38b88c9f8198cf</id>
<content type='text'>
This will let it be shared by the new MicroPeak gui

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Clean up Windows event handles on com port close</title>
<updated>2012-09-12T06:04:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-12T06:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3fa5fbdfd1ab257028f272fbc32759b39608ddaf'/>
<id>urn:sha1:3fa5fbdfd1ab257028f272fbc32759b39608ddaf</id>
<content type='text'>
This avoids having to wait for the receiver to timeout before we can
open the same com port again.

This patch also adds a bit more debugging -- it prints Windows error
messages to stdout along with the file/line where the error was generated.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Handle Monitor Idle errors better</title>
<updated>2012-07-30T02:34:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-30T02:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0bf21399d3d47d58410df4c6ce89fc20fcd42c89'/>
<id>urn:sha1:0bf21399d3d47d58410df4c6ce89fc20fcd42c89</id>
<content type='text'>
Deal with missing data by checking for MISSING in more places.
Handle serial communication failures during send by reporting back
from libaltos.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Make libaltos recognise new USB ids</title>
<updated>2012-06-27T05:20:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-27T05:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f11f05c5d634de2a80c34d0d3dc93925980f52e6'/>
<id>urn:sha1:f11f05c5d634de2a80c34d0d3dc93925980f52e6</id>
<content type='text'>
libaltos has a small range of 'AltusMetrum' products to avoid opening
other devices. We've got more IDs, so open up the range.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Report error message back from libaltos</title>
<updated>2011-08-28T22:50:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-28T22:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=31e3255b6cbfaf95c0e97e2d1ec8de72f845994c'/>
<id>urn:sha1:31e3255b6cbfaf95c0e97e2d1ec8de72f845994c</id>
<content type='text'>
This includes changing all of the error dialogs to show the error
message rather than just the file name.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add bluetooth bits back in</title>
<updated>2011-08-28T22:50:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-28T22:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cf72c2f5a69a736c28a9b63e124d510ef41a9f5d'/>
<id>urn:sha1:cf72c2f5a69a736c28a9b63e124d510ef41a9f5d</id>
<content type='text'>
Stub out functions on mac/windows for now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: fix Mac OS X function signatures</title>
<updated>2011-08-23T20:29:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T20:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=754b9591574c12ddd6e4ab590c6a5f3806b80213'/>
<id>urn:sha1:754b9591574c12ddd6e4ab590c6a5f3806b80213</id>
<content type='text'>
altos_list_start was declared to take a (int time) parameter for some reason.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Update mac os X library</title>
<updated>2011-08-23T06:35:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T06:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fa6df3fa21e8f09e70371e6c6cc7827a533b4fe6'/>
<id>urn:sha1:fa6df3fa21e8f09e70371e6c6cc7827a533b4fe6</id>
<content type='text'>
This has been tested on 32-bit OS X and it works; dunno about
64-bit.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add --summary option to dump flight stats to stdout</title>
<updated>2011-08-23T01:25:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-23T01:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=afe6aba9cb91e93234ffee2a22eee40f848ddedd'/>
<id>urn:sha1:afe6aba9cb91e93234ffee2a22eee40f848ddedd</id>
<content type='text'>
useful for quickly capturing sense of a flight.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Attempt to make both 32- and 64-bit windows DLLs</title>
<updated>2011-08-23T00:20:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-22T05:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=393d231b9689cd1c358600ee76e0e808f89670c8'/>
<id>urn:sha1:393d231b9689cd1c358600ee76e0e808f89670c8</id>
<content type='text'>
We'll see if they work...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
