<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/util, branch debian/1.6.5-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6.5-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6.5-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-03-19T08:11:33+00:00</updated>
<entry>
<title>altos: Add the ability to configure a different USB vendor ID</title>
<updated>2015-03-19T08:11:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-19T08:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c3321bd9f73c89686fe983a8d99f4e54fa91550e'/>
<id>urn:sha1:c3321bd9f73c89686fe983a8d99f4e54fa91550e</id>
<content type='text'>
ChaosKey will use an OpenMoko vid/pid, so we need the ability to
configure a different USB vendor ID for each product.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add smaller pa to altitude table for TeleMini</title>
<updated>2014-07-09T07:26:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-09T06:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d926ccfbd4596eb3f981d2fcf8f6fc6ccc427db6'/>
<id>urn:sha1:d926ccfbd4596eb3f981d2fcf8f6fc6ccc427db6</id>
<content type='text'>
TeleMini doesn't have space for the larger table, and the smaller one
isn't that much less accurate at lower altitudes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add ublox checksum app to generate ublox config lines</title>
<updated>2013-05-08T03:07:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-29T06:25:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=85d32468210c9989ae52bd29f883c4380af43961'/>
<id>urn:sha1:85d32468210c9989ae52bd29f883c4380af43961</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add atmosphere.5c</title>
<updated>2013-02-04T18:51:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-02-04T18:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c3024b759fcdf8b84a2139c1535c573a31eb5c95'/>
<id>urn:sha1:c3024b759fcdf8b84a2139c1535c573a31eb5c95</id>
<content type='text'>
Shared code for building pressure tables

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add computation of MicroPeak Kalman correction coefficients</title>
<updated>2013-01-16T23:21:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-16T23:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=249ee968305ae6e8fcf0a10e5cf9cc5826bd81dd'/>
<id>urn:sha1:249ee968305ae6e8fcf0a10e5cf9cc5826bd81dd</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: make check-avr-mem utility executable</title>
<updated>2012-10-23T04:39:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-23T04:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=79f4e684713cff6bf999cac52f5d9525a6f7d278'/>
<id>urn:sha1:79f4e684713cff6bf999cac52f5d9525a6f7d278</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Parameterize altitude table access and initialization</title>
<updated>2012-10-12T20:59:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-12T20:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=68308908afbd1f04b17056d2be408c89b3578c86'/>
<id>urn:sha1:68308908afbd1f04b17056d2be408c89b3578c86</id>
<content type='text'>
This allows projects to store the altitude data in different
representations or with different access modes.

By default, altitude data is stored in meters, but the initializers
include decimeter values so those can be used instead if desired.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Shrink Pa to altitude table</title>
<updated>2012-09-21T11:29:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-21T11:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dc7216d286cc7fe8007f5208ad97a630166572f3'/>
<id>urn:sha1:dc7216d286cc7fe8007f5208ad97a630166572f3</id>
<content type='text'>
This improves the computation of the table enough that errors from a
470 entry table are almost all &lt; 0.5m.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Software implemenation of CC1111 radio encoding</title>
<updated>2012-06-17T23:17:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-17T23:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e6d236fdc615625fbbf28377453f920729e49b0f'/>
<id>urn:sha1:e6d236fdc615625fbbf28377453f920729e49b0f</id>
<content type='text'>
Add CRC, whitening, FEC and interleaving routines for transmission
path to allow cc1120 to send telem packets to cc1111.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add conversion between Pa and meters</title>
<updated>2012-05-19T03:19:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-19T03:04:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5d8b9d524d6424ff98dcc4155fe8b8bd892b6d8f'/>
<id>urn:sha1:5d8b9d524d6424ff98dcc4155fe8b8bd892b6d8f</id>
<content type='text'>
To be used with the MS5607 which generates data in calibrated units.

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