<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/libaltos, branch stm-flash</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=stm-flash</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=stm-flash'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-04-21T03:22:41+00:00</updated>
<entry>
<title>libaltos: Delay after opening bluetooth device on linux</title>
<updated>2013-04-21T03:22:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-21T03:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2e28d3541b8da31ebef5a199baf8f544d238298e'/>
<id>urn:sha1:2e28d3541b8da31ebef5a199baf8f544d238298e</id>
<content type='text'>
Writes immediately after the open disappear sometimes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Try Bluetooth open 5 times on EBUSY</title>
<updated>2013-04-21T03:22:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-21T03:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=02a564bbc3a23b4f90685e8b29083ddb3e4b3563'/>
<id>urn:sha1:02a564bbc3a23b4f90685e8b29083ddb3e4b3563</id>
<content type='text'>
After closing Bluetooth, it can take a second before the device is up
for another connection. Hang around retrying a few times.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Retry Windows serial port open five times</title>
<updated>2013-04-12T23:37:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-12T05:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=25c01719f17be8da73a859867c14df0fc29b5441'/>
<id>urn:sha1:25c01719f17be8da73a859867c14df0fc29b5441</id>
<content type='text'>
Maybe this helps?

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Open FTDI serial devices twice on Windows.</title>
<updated>2013-03-03T01:46:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-03T01:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=784edcda52d681bbc9302fbc7efb80cb214f71b8'/>
<id>urn:sha1:784edcda52d681bbc9302fbc7efb80cb214f71b8</id>
<content type='text'>
Looks like the Windows FTDI driver has 'issues' and opening it only
once doesn't work correctly. Just close and re-open the device and it
seems to be perfectly happy.

Who knows?

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Need to check for tty/ttyACMx before ttyACMx</title>
<updated>2013-01-11T05:48:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-11T05:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=12a9bd0479db25cbe45c0385913315cc1e0bc892'/>
<id>urn:sha1:12a9bd0479db25cbe45c0385913315cc1e0bc892</id>
<content type='text'>
Otherwise, we'll find 'tty' when looking for 'ttyACMx' and no good
will come from that

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Create Mac OS X package</title>
<updated>2013-01-06T20:52:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-06T20:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0f05b1996122b6c6bce81ca33e85c2a65c3ded18'/>
<id>urn:sha1:0f05b1996122b6c6bce81ca33e85c2a65c3ded18</id>
<content type='text'>
Includes the FTDI driver and the MicroPeak app

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add separate code path for listing FTDI devices</title>
<updated>2013-01-05T18:35:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-05T18:35:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=746ae98829a0fc15577ae0f7b506112178f481e3'/>
<id>urn:sha1:746ae98829a0fc15577ae0f7b506112178f481e3</id>
<content type='text'>
This lets the library do different things for FTDI devices, as is
required on Windows (for instance)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>libaltos: Remove a couple of spurious debug printfs</title>
<updated>2013-01-02T17:06:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-02T17:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8a5666bcf4949b846589c000e1620afe39593f57'/>
<id>urn:sha1:8a5666bcf4949b846589c000e1620afe39593f57</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak is code complete now.</title>
<updated>2013-01-01T23:30:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-01T23:30:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d83587c3c66b730cc54ca153714eee520ee40b2c'/>
<id>urn:sha1:d83587c3c66b730cc54ca153714eee520ee40b2c</id>
<content type='text'>
Added save and download functionality. Removed 'new' from file menu.

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