<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch 1.7</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.7</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.7'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-04-25T00:12:50+00:00</updated>
<entry>
<title>altoslib: renamed AltosSensorTMini2, but didn't update AltosIdleFetch</title>
<updated>2017-04-25T00:12:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-25T00:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3544c33c2f386fb292de9e74982717a002f37440'/>
<id>urn:sha1:3544c33c2f386fb292de9e74982717a002f37440</id>
<content type='text'>
Because Java found the old installed version of this library. Thanks!

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add TeleFireTwo eeprom support</title>
<updated>2017-04-22T22:58:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-22T22:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6804ead7f7e54ff34b257e10e381dc52d5a61b06'/>
<id>urn:sha1:6804ead7f7e54ff34b257e10e381dc52d5a61b06</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add TeleMini v3 support</title>
<updated>2017-02-20T19:16:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-02-20T01:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1029a6e4a61b20698e00e29fc0c8c3877f1e7b0f'/>
<id>urn:sha1:1029a6e4a61b20698e00e29fc0c8c3877f1e7b0f</id>
<content type='text'>
eeprom, telemetry and monitor idle. This is just like TeleMini v2,
except the ADC ranges are all difference as the voltage dividers are
different and the ADC itself has a different range.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add a 'seconds' method to AltosGPS</title>
<updated>2016-08-02T23:55:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-08-02T23:33:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a6701283af7ed2b3016a910d6edbe4a5e8304581'/>
<id>urn:sha1:a6701283af7ed2b3016a910d6edbe4a5e8304581</id>
<content type='text'>
This computes the time in seconds since the epoch from GPS time
information.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch from GPLv2 to GPLv2+</title>
<updated>2016-07-12T22:41:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-07-05T16:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a'/>
<id>urn:sha1:1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Stop reflective JSON class walk at Object instead of null</title>
<updated>2016-06-17T15:54:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-06-17T15:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0c5a1bea3ffa7c4b6b1503733e33911cbfcb3e80'/>
<id>urn:sha1:0c5a1bea3ffa7c4b6b1503733e33911cbfcb3e80</id>
<content type='text'>
Android has classes above Object which are all tied together which
cause the object walking to fail in pretty spectacular ways. As Object
has no interesting fields, that serves as a fine barrier to the super
class walk and works on both android and real java.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add back some JSON exception debugging printfs</title>
<updated>2016-06-17T15:26:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-06-17T15:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e8250fcb267a34fbbd8b88c6dcc8eec419bbcc68'/>
<id>urn:sha1:e8250fcb267a34fbbd8b88c6dcc8eec419bbcc68</id>
<content type='text'>
These make it possible to figure out where the JSON code went wrong.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add construction for remaining primitive array types to JSON</title>
<updated>2016-06-17T15:17:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-06-17T15:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a46df4f69984e3ef0064c2b211438c8d8ffaab68'/>
<id>urn:sha1:a46df4f69984e3ef0064c2b211438c8d8ffaab68</id>
<content type='text'>
AltosCompanion has an array of ints, which was missed until I tried a
telemetry file with companion data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add null constructor for AltosCompanion</title>
<updated>2016-06-17T15:17:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-06-17T15:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1ed6a3fb6356415c0d57ce2ce556435c6ff06e73'/>
<id>urn:sha1:1ed6a3fb6356415c0d57ce2ce556435c6ff06e73</id>
<content type='text'>
This lets it be used by the JSON code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Get rid of manual JSON encoding stuff</title>
<updated>2016-06-17T08:03:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-06-17T07:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1dce20f7eee56166ac61798ca26eeb323dc8f012'/>
<id>urn:sha1:1dce20f7eee56166ac61798ca26eeb323dc8f012</id>
<content type='text'>
Now that the reflective JSON stuff is working, we can delete all of
the manual code.

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