<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altosui, branch debian/1.3-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.3-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.3-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-12-19T08:58:50+00:00</updated>
<entry>
<title>altosui: Ship EasyMini firmware too</title>
<updated>2013-12-19T08:58:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-19T08:58:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a31629dfceb5e9cf1d5c654b8bd87d575f73c34b'/>
<id>urn:sha1:a31629dfceb5e9cf1d5c654b8bd87d575f73c34b</id>
<content type='text'>
Missing the FIRMWARE_EMINI define left all easy mini firmware out of
the distribution

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: When device has no valid romconfig, set RF cal to 0</title>
<updated>2013-12-19T08:12:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-19T08:12:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9f95ffbad918a73cfd5460d6ce037d680465c35d'/>
<id>urn:sha1:9f95ffbad918a73cfd5460d6ce037d680465c35d</id>
<content type='text'>
This is intended to signal to the user that no valid value was found
and that they'd best pick something sensible.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove some debug printfs</title>
<updated>2013-12-18T21:36:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T21:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c1bfe09b6d3eb28d0c7cfe07a248843cf81bcd25'/>
<id>urn:sha1:c1bfe09b6d3eb28d0c7cfe07a248843cf81bcd25</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Define 3.8 as a good battery and 3.5 as a good igniter</title>
<updated>2013-12-18T21:22:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T21:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dbcf3264f950c4e1d450828c9f161b4c418bee97'/>
<id>urn:sha1:dbcf3264f950c4e1d450828c9f161b4c418bee97</id>
<content type='text'>
Use defined values everywhere instead of copying. Adjust battery up to
3.8 to ensure there's enough voltage to not trip the comparators

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add docs to Mac OS X dmg distribution</title>
<updated>2013-12-18T19:26:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T19:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=119dd56512404e0c39dd5001ba4da9373515c02c'/>
<id>urn:sha1:119dd56512404e0c39dd5001ba4da9373515c02c</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Hide non-applicable altimeter config values</title>
<updated>2013-12-18T10:03:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T10:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77b04d662a6704f5db10522a2f9b169d31df5bea'/>
<id>urn:sha1:77b04d662a6704f5db10522a2f9b169d31df5bea</id>
<content type='text'>
This makes configuring EasyMini a lot easier...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Pass InterruptedException up the stack instead of hiding it</title>
<updated>2013-12-18T09:14:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T09:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e26306c9350ef1d107d4257ef1c09d15165c9154'/>
<id>urn:sha1:e26306c9350ef1d107d4257ef1c09d15165c9154</id>
<content type='text'>
When interrupting a thread that is talking to a serial device, it's
important not to have that thread discard the InterruptedException so
that it will actually terminate. This patch removes a bunch of places
that were discarding InterruptedExceptions and lets higher level code
see them so that they can exit cleanly.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add EasyMini bits to fat distribution images. Update telemetrum.inf</title>
<updated>2013-12-18T06:53:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T06:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1280ba2e51b36f417f3adb6d101405ee75e7e509'/>
<id>urn:sha1:1280ba2e51b36f417f3adb6d101405ee75e7e509</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<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>
</feed>
