<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch serial-at-interrupt</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=serial-at-interrupt</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=serial-at-interrupt'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-05-19T03:19:18+00:00</updated>
<entry>
<title>altos: Provide ISR-based code paths for SPI</title>
<updated>2012-05-19T03:19:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-19T03:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c1ad8f443d5a9780a9897c79deda61241c0e34c2'/>
<id>urn:sha1:c1ad8f443d5a9780a9897c79deda61241c0e34c2</id>
<content type='text'>
This allows SPI to be entirely interrupt driven, with callbacks for
completion. It's not tested yet...

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>
<entry>
<title>altos: Check MS5607 CRC. Clean up MS5607 API</title>
<updated>2012-05-19T03:19:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-08T06:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1541fc0bde71f503b1ae5757497e9e1e6d023111'/>
<id>urn:sha1:1541fc0bde71f503b1ae5757497e9e1e6d023111</id>
<content type='text'>
It's not ready for flight yet, but at least it's sensible now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Conditional byte swapping in mpu6000 driver</title>
<updated>2012-05-19T03:19:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-08T06:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6a62edd4a1f01a6ee380c3aabaff3f437e8d6f1e'/>
<id>urn:sha1:6a62edd4a1f01a6ee380c3aabaff3f437e8d6f1e</id>
<content type='text'>
Only needed on LSB machines.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos</title>
<updated>2012-05-16T15:13:53+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2012-05-16T15:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6a973f788563ccc66b01cc7557a004dabef18d09'/>
<id>urn:sha1:6a973f788563ccc66b01cc7557a004dabef18d09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build-dep on default-jdk instead of openjdk-6-jdk, closes: #655580</title>
<updated>2012-05-16T15:09:44+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2012-05-16T15:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d387f246b24502642b76aad04eb3e0f1a5b78a05'/>
<id>urn:sha1:d387f246b24502642b76aad04eb3e0f1a5b78a05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altosui: Try to make telem tick counts match eeprom</title>
<updated>2012-05-08T04:53:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-08T04:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=da2c920b9f3378d5a18551e008c1da5dace1e0ef'/>
<id>urn:sha1:da2c920b9f3378d5a18551e008c1da5dace1e0ef</id>
<content type='text'>
telem files can have an extra wrap or two of tick count if they start
recording a long time before the flight. Account for this so that the
CSV file output from each have matching tick values.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Output recorded clock tick in CSV files</title>
<updated>2012-05-08T04:53:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-08T04:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b5b898264077fcada29e73efa28dcbe4729f2709'/>
<id>urn:sha1:b5b898264077fcada29e73efa28dcbe4729f2709</id>
<content type='text'>
This allows eeprom and telem files to be correlated accurately

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Hacking at cc1120 driver</title>
<updated>2012-05-08T04:52:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-08T04:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=73c26f39b1a08fcc13e23a5b1a4293bc7df9f163'/>
<id>urn:sha1:73c26f39b1a08fcc13e23a5b1a4293bc7df9f163</id>
<content type='text'>
Still doesn't work, but this adds a ton more register definitions

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Get mpu6000 working</title>
<updated>2012-05-08T04:51:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-08T04:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=318b564486aa9965bbad54c71e51fcb32b414162'/>
<id>urn:sha1:318b564486aa9965bbad54c71e51fcb32b414162</id>
<content type='text'>
This initializes the device appropraitely, and provides a command to
dump the current values in converted form.

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