<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/drivers, 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/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: 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: Provide MS5611 configuration option, HAS_MS5611</title>
<updated>2012-10-03T14:45:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-29T05:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fdd08cc093134c5f87dab9533b99a042a699381b'/>
<id>urn:sha1:fdd08cc093134c5f87dab9533b99a042a699381b</id>
<content type='text'>
MS5611 and MS5607 use slightly different conversion functions. Alas,
there doesn't appear to be a way to tell them apart in software. This
patch adds the necessary conversion changes and makes them depend on a
compile-time configuration option.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telelco: Search for available firing nodes at boot time</title>
<updated>2012-09-09T21:01:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T21:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e45c47c52f9cc9c43b81148e0e58fdedb3af1eb8'/>
<id>urn:sha1:e45c47c52f9cc9c43b81148e0e58fdedb3af1eb8</id>
<content type='text'>
Query for available firing nodes, limiting device selections to those found.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telefire: Add steady warble when the LCO arm switch is on</title>
<updated>2012-09-09T20:58:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77775711d414227b3ed97859d1b21ab1c689a724'/>
<id>urn:sha1:77775711d414227b3ed97859d1b21ab1c689a724</id>
<content type='text'>
And make debugging a run-time option too.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Try to get remote cmac time closer to reality</title>
<updated>2012-09-09T20:50:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3fa71c497a5bf576974e70af06762f75734e6699'/>
<id>urn:sha1:3fa71c497a5bf576974e70af06762f75734e6699</id>
<content type='text'>
Record the time after the packet was sent, but before the return
packet arrives to try and more closely approximate the time the packet
arrived at the other end.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fix radio slave to run lights in the normal way</title>
<updated>2012-09-07T01:07:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-07T01:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c5e98d2b226824f2012e5710ac4b1596b9f0bfb1'/>
<id>urn:sha1:c5e98d2b226824f2012e5710ac4b1596b9f0bfb1</id>
<content type='text'>
These were left in a debug mode, toggling instead of flashing.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Get mma655x driver limping along</title>
<updated>2012-09-01T03:19:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-01T03:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=503eabd0e351ecdffda1416b7d00f8ef1d6913c9'/>
<id>urn:sha1:503eabd0e351ecdffda1416b7d00f8ef1d6913c9</id>
<content type='text'>
This appears to drive the chip correctly to see values from the accelerometer.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add custom panic noise for self-test failures</title>
<updated>2012-09-01T02:01:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-01T02:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f9af7819de086d9179c3a4d1df7c88ab67a7d7c7'/>
<id>urn:sha1:f9af7819de086d9179c3a4d1df7c88ab67a7d7c7</id>
<content type='text'>
Make it easier to tell which component is failing self test

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