<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch mm-ms5611</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=mm-ms5611</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=mm-ms5611'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-10-09T06:04:16+00:00</updated>
<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/megametrum: Try running accel and baro in parallel again</title>
<updated>2012-10-07T22:40:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-07T22:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=16bbe9d25856259d2694751c364b668638e4a971'/>
<id>urn:sha1:16bbe9d25856259d2694751c364b668638e4a971</id>
<content type='text'>
Now that the baro sensor appears to be working, try running
conversions in parallel to see if that makes the accel cal happy

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/stm: Set SPI clock high for disabled SPI busses</title>
<updated>2012-10-07T02:39:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-07T02:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6d47dd1d9104745cf68bef23b066c5033ca30a84'/>
<id>urn:sha1:6d47dd1d9104745cf68bef23b066c5033ca30a84</id>
<content type='text'>
This should avoid an accidental low-&gt;high transition when switching
between multiple SPI busses.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/stm: Clean up SPI pin configuration code</title>
<updated>2012-10-07T00:56:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-07T00:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=35cb2dc51708ab572a4c72422e5902a313eda58e'/>
<id>urn:sha1:35cb2dc51708ab572a4c72422e5902a313eda58e</id>
<content type='text'>
Make sure none of the pin configurations are being used at startup
time. Split out the pin configuration into separate functions.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/drivers: Use data ring values for MS5607 presentation</title>
<updated>2012-10-07T00:21:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-07T00:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=41add569413bf3ec564195963277c81f2d2da798'/>
<id>urn:sha1:41add569413bf3ec564195963277c81f2d2da798</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/megametrum: Make MS5607 driver hold SPI bus for whole operation</title>
<updated>2012-10-07T00:21:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-07T00:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0b28eefe6b32033a0e85731aa38af7e07a8b45f5'/>
<id>urn:sha1:0b28eefe6b32033a0e85731aa38af7e07a8b45f5</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/megametrum: Use mma655x for acceleration measurements now</title>
<updated>2012-10-07T00:05:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-07T00:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c676ad8048d10ad9da22ea3acf19e4e1872103ff'/>
<id>urn:sha1:c676ad8048d10ad9da22ea3acf19e4e1872103ff</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-03T17:44:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-03T17:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=82fdc42d61340e6b76580ff12a9e1bea59eb8079'/>
<id>urn:sha1:82fdc42d61340e6b76580ff12a9e1bea59eb8079</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos: Re-enable the ms5607 and mma655x acquisition threads</title>
<updated>2012-10-03T17:43:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-03T17:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2cac8c572ce533ded89dae9a412b4d1b5c748342'/>
<id>urn:sha1:2cac8c572ce533ded89dae9a412b4d1b5c748342</id>
<content type='text'>
These were disabled to help with testing in Argonia

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/megametrum: Commit for boards with MS5611 baro sensor</title>
<updated>2012-10-03T14:50:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-03T14:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6b8881a7bdb9f89306a700e9a8853b00df29bf5d'/>
<id>urn:sha1:6b8881a7bdb9f89306a700e9a8853b00df29bf5d</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
