<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/drivers/ao_ms5607.h, branch 1.6.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.6.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.6.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-05-26T04:11:23+00:00</updated>
<entry>
<title>altos: Make MS5607 PROM a public variable</title>
<updated>2014-05-26T04:11:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3d5db24708b37d86eac187169e2553a408dfeb83'/>
<id>urn:sha1:3d5db24708b37d86eac187169e2553a408dfeb83</id>
<content type='text'>
This will let the fake flight code update it as necessary, without
creating a new interface in ao_ms5607.c

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make TeleMini v2.0 fit</title>
<updated>2013-08-26T05:24:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-23T08:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=56911f27376b0fe91a464e369bb8aa1531b3c7dc'/>
<id>urn:sha1:56911f27376b0fe91a464e369bb8aa1531b3c7dc</id>
<content type='text'>
Mash lots of storage locations and code around to shrink stuff down to size

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Initial TeleMini bits</title>
<updated>2013-08-26T05:24:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-22T20:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d0b4e926ecececa7499a301b6135189be119512e'/>
<id>urn:sha1:d0b4e926ecececa7499a301b6135189be119512e</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into mm-ms5611</title>
<updated>2012-10-18T22:18:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-18T22:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5a55501660ebab3b858a48483c5df1cfb4e858e4'/>
<id>urn:sha1:5a55501660ebab3b858a48483c5df1cfb4e858e4</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Prepare ms5607 driver for use in non-tasking products</title>
<updated>2012-10-12T20:40:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-12T20:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7795d8309b3e1147bc37d31a0adde42d7dee6cd1'/>
<id>urn:sha1:7795d8309b3e1147bc37d31a0adde42d7dee6cd1</id>
<content type='text'>
Micropeak doesn't have tasking, prepare the ms5607 driver for that

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Go back to recording sensor data in globals</title>
<updated>2012-10-09T06:04:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-09T06:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=39c5738acdfdf0c87b64de6135fe107971cfa12b'/>
<id>urn:sha1:39c5738acdfdf0c87b64de6135fe107971cfa12b</id>
<content type='text'>
Instead of trying to get things into the ring from a variety of
functions, go back to the simpler method of storing them in globals
and having the ADC code just pluck out the most recent values.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Trigger sample complete when all data are ready</title>
<updated>2012-08-26T16:53:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-08-26T16:53:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f89e7de20374141b367205aa517a08ee203bfaf3'/>
<id>urn:sha1:f89e7de20374141b367205aa517a08ee203bfaf3</id>
<content type='text'>
This has each sensor mark a bit in the current data record which is
then sent for processing when all of the data are present.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Other half of the ms5607 prom reporting patch</title>
<updated>2012-06-05T03:53:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-05T03:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a9ad342ae4c34626df4f2891da4c7f6d2c14d73e'/>
<id>urn:sha1:a9ad342ae4c34626df4f2891da4c7f6d2c14d73e</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Don't start ADC ring until the other sensors have a valid value</title>
<updated>2012-05-27T22:46:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-27T22:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9eeba439ce8c9dc1def8528f96b6a67c6578d656'/>
<id>urn:sha1:9eeba439ce8c9dc1def8528f96b6a67c6578d656</id>
<content type='text'>
Yes, this is still an ugly kludge, but it's easy.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Finish ms5607 support</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:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=34bb17bc1a3d8a1c95b5e57f059e7a1747e17a03'/>
<id>urn:sha1:34bb17bc1a3d8a1c95b5e57f059e7a1747e17a03</id>
<content type='text'>
This has the MS5607 polling once each tick for pressure and
temperature and then saving that in a global variable. The command UI
provides for dumping the prom data so that an eeprom file can have
raw sensor data along with the conversion factors necessary to compute
useful values.

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