<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/test/Makefile, branch altosui-ms5611</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=altosui-ms5611</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=altosui-ms5611'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-10-13T22:04:46+00:00</updated>
<entry>
<title>altos/test: Display MPU6000 values in ao_flight_test_mm output</title>
<updated>2012-10-13T22:04:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-13T22:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=91b8c8b20cead2836ec835f44b4ca0cf06cbf518'/>
<id>urn:sha1:91b8c8b20cead2836ec835f44b4ca0cf06cbf518</id>
<content type='text'>
No computation yet, just making the values visible in the output

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Add ao_flight_test_mm</title>
<updated>2012-10-13T20:39:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-13T20:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=321d0f68c04a5a9c6ea7874081e6245d44c48bb4'/>
<id>urn:sha1:321d0f68c04a5a9c6ea7874081e6245d44c48bb4</id>
<content type='text'>
This reads mega metrum eeprom files and runs the flight code over it

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Have 'make clean' remove all programs, even old ones</title>
<updated>2012-07-11T20:49:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-11T20:49:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=18431c88c8a6cb267922b97192e8b7ddb88d0e7e'/>
<id>urn:sha1:18431c88c8a6cb267922b97192e8b7ddb88d0e7e</id>
<content type='text'>
This makes sure that changing version numbers doesn't leave old
compiled output lying around.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Rename *_mm.c back to *.c</title>
<updated>2012-07-10T22:11:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-10T22:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1ae3f467a1d7be2fc3b1a45ba12568a3a25a0099'/>
<id>urn:sha1:1ae3f467a1d7be2fc3b1a45ba12568a3a25a0099</id>
<content type='text'>
Was just a temporary hack to keep cc1111 products building during MM development.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: rename ao_viterbi.c to ao_fec_rx.c</title>
<updated>2012-06-27T05:16:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-27T05:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=eab18714ed9eabbcef0ff81b07427da042a58ccc'/>
<id>urn:sha1:eab18714ed9eabbcef0ff81b07427da042a58ccc</id>
<content type='text'>
Keep it parallel with ao_fec_tx.c

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: improve FEC apis to reduce data copying</title>
<updated>2012-06-23T23:05:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-23T23:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b292c14790fc225029cba3f80ce8ad6c5652bc4e'/>
<id>urn:sha1:b292c14790fc225029cba3f80ce8ad6c5652bc4e</id>
<content type='text'>
Integrate interleaving and whitening into encode and decode steps.
Add CRC checking function for receive.

Make ao_fec_test program round-trip the data and verify correctness.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make ao_fec_tx_test build cleanly with -Wall</title>
<updated>2012-06-23T09:13:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-23T09:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=83549f8bde42c3fddbdc817540c869dc8aefd013'/>
<id>urn:sha1:83549f8bde42c3fddbdc817540c869dc8aefd013</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add the simplest possible viterbi decoder</title>
<updated>2012-06-23T06:12:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-23T06:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cbf79a0f9cb859d04e8e03d627219cb2bf49611f'/>
<id>urn:sha1:cbf79a0f9cb859d04e8e03d627219cb2bf49611f</id>
<content type='text'>
I think I understand how it works now. It's not exactly speedy, and it
uses a lot of memory.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Software implemenation of CC1111 radio encoding</title>
<updated>2012-06-17T23:17:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-17T23:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e6d236fdc615625fbbf28377453f920729e49b0f'/>
<id>urn:sha1:e6d236fdc615625fbbf28377453f920729e49b0f</id>
<content type='text'>
Add CRC, whitening, FEC and interleaving routines for transmission
path to allow cc1120 to send telem packets to cc1111.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make telescience-v0.1 build with new ao_data struct</title>
<updated>2012-05-27T23:44:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-27T23:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=29edf6d901432a1afc65900ff599c963edac5a2b'/>
<id>urn:sha1:29edf6d901432a1afc65900ff599c963edac5a2b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
