<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/megametrum-v0.1, branch megametrum-test</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=megametrum-test</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=megametrum-test'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-06-03T00:12:27+00:00</updated>
<entry>
<title>altos: Intgrate hmc5883 sensor into adc ring</title>
<updated>2012-06-03T00:12:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-03T00:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9aa7993ee31bdfd6890ad7262a0375c07464ee76'/>
<id>urn:sha1:9aa7993ee31bdfd6890ad7262a0375c07464ee76</id>
<content type='text'>
Creates a task to poll the mag sensor and place the data into the
sensor data ring.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add support for MegaAccel daughter card.</title>
<updated>2012-06-02T06:07:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-02T06:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c04af7533bd3fd3f3260338c0753fde966131720'/>
<id>urn:sha1:c04af7533bd3fd3f3260338c0753fde966131720</id>
<content type='text'>
Switches all acceleration computation to using the MegaAccel
accelerometer to ensure support for high-g flights.

MPU6000 values continue to be logged as normal

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: megametrum has logging</title>
<updated>2012-06-02T02:35:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-02T02:35:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ff4f3a56e09d595abbe32293cbdf1fe368633c49'/>
<id>urn:sha1:ff4f3a56e09d595abbe32293cbdf1fe368633c49</id>
<content type='text'>
This makes sure the various other subsystems know about it, like the
'v' command.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Data packet tick count does not live in adc structure</title>
<updated>2012-05-27T22:44:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-27T22:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d01c10eff4b70af13347969a7cece8730cf1a3f1'/>
<id>urn:sha1:d01c10eff4b70af13347969a7cece8730cf1a3f1</id>
<content type='text'>
It was moved to the global structure. Having two is confusing.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Get megametrum ready to at least log flight data</title>
<updated>2012-05-26T05:18:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-26T05:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=78423f3fc5164ea9fd428606419784c1700ad5c5'/>
<id>urn:sha1:78423f3fc5164ea9fd428606419784c1700ad5c5</id>
<content type='text'>
Doesn't track flight state changes correctly.

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>
<entry>
<title>altos: megametrum needs ao_mpu6000.h</title>
<updated>2012-05-07T05:53:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-07T05:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fad6cda3d081d438b18305611f37fe05335aa372'/>
<id>urn:sha1:fad6cda3d081d438b18305611f37fe05335aa372</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch megametrum compile to -Os</title>
<updated>2012-05-07T05:52:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-07T05:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f66f5de7a6cae71948da777ad0638bc6267a710f'/>
<id>urn:sha1:f66f5de7a6cae71948da777ad0638bc6267a710f</id>
<content type='text'>
Looks like gcc has compiler bugs with -O0

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add hmc5883 and mpu6000 drivers to megametrum build</title>
<updated>2012-04-26T06:29:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-26T06:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7b0b6bcc40891d8dd106d091d3af8107b2941c66'/>
<id>urn:sha1:7b0b6bcc40891d8dd106d091d3af8107b2941c66</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Starting to write cc1120 driver</title>
<updated>2012-04-17T18:01:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-04-17T18:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1489263b895a2a825e29d0560c9b1dbba8a3f431'/>
<id>urn:sha1:1489263b895a2a825e29d0560c9b1dbba8a3f431</id>
<content type='text'>
This does "something" in radio test mode, appearing to generate a
730MHz signal.

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