<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch droid-prefs</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=droid-prefs</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=droid-prefs'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-12-10T08:51:01+00:00</updated>
<entry>
<title>java: Add -target 1.6 to all java compiles</title>
<updated>2013-12-10T08:51:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-10T08:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8959c059ec67f5334e31abbe3f831dd571a0b464'/>
<id>urn:sha1:8959c059ec67f5334e31abbe3f831dd571a0b464</id>
<content type='text'>
This makes sure the results can run with the old JVM

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Ship TeleMega-v1.0 firmware</title>
<updated>2013-12-10T07:14:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-10T07:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=95c1a5a61267233cf2c16175aeb73bfb7d12ba8f'/>
<id>urn:sha1:95c1a5a61267233cf2c16175aeb73bfb7d12ba8f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: When flashing to TeleDongle or TeleBT, match any .ihx file</title>
<updated>2013-12-09T05:07:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T05:07:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c1711890c002fe359bd6c3fdf4092b35d464c6d9'/>
<id>urn:sha1:c1711890c002fe359bd6c3fdf4092b35d464c6d9</id>
<content type='text'>
Let the user pick any .ihx file when using a device which can only be
used as a pair programmer. Note that 'telemetrum' can be either, and
we'll assume that it's a self-programmed device (v2) for now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Match directories in hex file matcher</title>
<updated>2013-12-09T04:34:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T04:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=710343a23c7e6e9c079eafdf3aeea8a40cc2ce61'/>
<id>urn:sha1:710343a23c7e6e9c079eafdf3aeea8a40cc2ce61</id>
<content type='text'>
This makes it possible to navigate around the file system

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add self-flashing code</title>
<updated>2013-12-09T04:09:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T04:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2cdb90d9214f8e66b3574cbd9c5ed073a7861681'/>
<id>urn:sha1:2cdb90d9214f8e66b3574cbd9c5ed073a7861681</id>
<content type='text'>
This adds the ability to use the AltOS flash-loader on both STM and
NXP processors.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Support binary reading/writing in AltosLink</title>
<updated>2013-12-09T03:44:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T03:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b1ffdaf1f5e9b6e8ff0d4e08d8c504f8dfacd3a4'/>
<id>urn:sha1:b1ffdaf1f5e9b6e8ff0d4e08d8c504f8dfacd3a4</id>
<content type='text'>
Binary reads require an explicit length, and do not work while
telemetry is running.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Clean up serial close handling</title>
<updated>2013-12-07T17:53:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-07T17:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=407696f11ac1736e840c9b702592c46197d14c2c'/>
<id>urn:sha1:407696f11ac1736e840c9b702592c46197d14c2c</id>
<content type='text'>
Unify serial close processing in a single function (close_serial),
make everyone else call that. This avoids a couple of cases where the
device would be closed and not removed from the devices_opened list,
leading to 'device is already in use' messages.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Don't try to report bearing/elevation without GPS</title>
<updated>2013-12-07T17:51:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-07T17:51:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1a47532f411488f003726aa9365ede5dc90c5b78'/>
<id>urn:sha1:1a47532f411488f003726aa9365ede5dc90c5b78</id>
<content type='text'>
If the distance from the pad cannot be computed (due to lacking GPS),
then don't try to report it.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Handle units in pyro config.</title>
<updated>2013-11-25T08:02:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-25T08:02:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=82b42935d047d2f7c2f7a63a3efb72a3f1d5594e'/>
<id>urn:sha1:82b42935d047d2f7c2f7a63a3efb72a3f1d5594e</id>
<content type='text'>
This lets you edit the pyro configuration using imperial units if
desired.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Ignore mac .dmg files</title>
<updated>2013-11-12T05:45:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-12T05:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d5367f20fa1ae71496fde071953c2cda89654071'/>
<id>urn:sha1:d5367f20fa1ae71496fde071953c2cda89654071</id>
<content type='text'>
</content>
</entry>
</feed>
