<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib/AltosLib.java, branch fox1-v3-sn5</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=fox1-v3-sn5</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=fox1-v3-sn5'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-06-10T17:18:44+00:00</updated>
<entry>
<title>altoslib: Add new 'stateless' flight state for TeleGPS</title>
<updated>2014-06-10T17:18:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-10T17:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ff13cf1359e1f4ae33b16a5867fd364993566b65'/>
<id>urn:sha1:ff13cf1359e1f4ae33b16a5867fd364993566b65</id>
<content type='text'>
TeleGPS has no flight state, so add a new 'stateless' state for code
to handle this case differently than any of the existing states

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib:  Add TeleGPS log parsing code</title>
<updated>2014-06-07T19:34:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-07T18:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fcea12ac416b1eab11e9e8aae801358574308f73'/>
<id>urn:sha1:fcea12ac416b1eab11e9e8aae801358574308f73</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add graph display</title>
<updated>2014-05-29T21:36:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T21:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057'/>
<id>urn:sha1:bf684a4c290573a3aa627fd8ddf6f6ebbe5fa057</id>
<content type='text'>
Moved the altosui graph files to altosuilib and fixed things up.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2</title>
<updated>2014-05-26T04:08:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f0216d721ed13f4d3dc608bb6ad8f83732b27c0a'/>
<id>urn:sha1:f0216d721ed13f4d3dc608bb6ad8f83732b27c0a</id>
<content type='text'>
API has changed for these libraries, time to bump the file versions

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace</title>
<updated>2014-04-11T23:40:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-11T23:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9e18c524fa2d1f648f265b3c3105f5ceacf06c10'/>
<id>urn:sha1:9e18c524fa2d1f648f265b3c3105f5ceacf06c10</id>
<content type='text'>
Just cleaning up the source code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Bump library version</title>
<updated>2013-12-21T03:44:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T03:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b89fb51a963635e2effe3a31f803bfc29c2c46b7'/>
<id>urn:sha1:b89fb51a963635e2effe3a31f803bfc29c2c46b7</id>
<content type='text'>
Prepare for next release by making sure we notice that the API/ABI for
this library has changed.

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>altoslib: Publish mapping from product name back to USB id</title>
<updated>2013-12-09T03:48:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T03:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e0af4569446b12c026aa0ffd52c55839d69af0e1'/>
<id>urn:sha1:e0af4569446b12c026aa0ffd52c55839d69af0e1</id>
<content type='text'>
This lets us choose which device to flash based on the filename

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Include device name in Table view</title>
<updated>2013-09-07T01:24:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-07T01:24:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2449d123690746d0d0d5d66dfc4d3a05b9f5dc0c'/>
<id>urn:sha1:2449d123690746d0d0d5d66dfc4d3a05b9f5dc0c</id>
<content type='text'>
It's part of the telemetry, so we might as well display it

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Finish AltosState changes. Update version number.</title>
<updated>2013-09-05T18:35:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-05T18:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5b976a6651f4eb05d30afc08b9e1f27c7e52ae00'/>
<id>urn:sha1:5b976a6651f4eb05d30afc08b9e1f27c7e52ae00</id>
<content type='text'>
Removes all of the AltosRecord bits, changes the monitor idle bits to
have per-object state updaters.

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