<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/test, branch 1.4.9.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.4.9.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.4.9.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-06-24T22:57:13+00:00</updated>
<entry>
<title>altos/ao_flight_test: Get the Tmega version compiling again</title>
<updated>2014-06-24T22:57:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-24T22:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=309d91d25099bebda21e165165efa9ce86cb0a47'/>
<id>urn:sha1:309d91d25099bebda21e165165efa9ce86cb0a47</id>
<content type='text'>
A few changes broke this recently.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/aprs: Encode last serial number in SSID. Transmit serial in comment</title>
<updated>2014-06-20T07:41:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-20T07:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=602d6a2424a5c16e22febf6b4e6b3816022261c7'/>
<id>urn:sha1:602d6a2424a5c16e22febf6b4e6b3816022261c7</id>
<content type='text'>
This makes it a lot easier to tell which device is sending
information, and to receive data from multiple devices on the same
receiver.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Test APRS altitude encoding</title>
<updated>2014-05-31T00:32:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=12c408c5aa1d234fe9c946078d8a343b4fda7ebb'/>
<id>urn:sha1:12c408c5aa1d234fe9c946078d8a343b4fda7ebb</id>
<content type='text'>
Verify fixed point version against naïve implementation

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Fix ADC structure for mega, use ao_config.h</title>
<updated>2014-05-26T04:14:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=535271f7312f1a88af11d4f1dbf3d405b660f26c'/>
<id>urn:sha1:535271f7312f1a88af11d4f1dbf3d405b660f26c</id>
<content type='text'>
This switches from hand-coding the ao_config structure to using
ao_config.h and also updates the ADC structure for ao_flight_test_mega
to using the same one as telemega does natively

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make MS5607 PROM a public variable</title>
<updated>2014-05-26T04:11:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3d5db24708b37d86eac187169e2553a408dfeb83'/>
<id>urn:sha1:3d5db24708b37d86eac187169e2553a408dfeb83</id>
<content type='text'>
This will let the fake flight code update it as necessary, without
creating a new interface in ao_ms5607.c

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Parse mega ground data. Fix pyro parsing</title>
<updated>2014-05-21T21:01:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-21T21:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=161ae96f9ec11e2586df07c0f6d724ddc4dad76c'/>
<id>urn:sha1:161ae96f9ec11e2586df07c0f6d724ddc4dad76c</id>
<content type='text'>
This gets ao_flight_test_mega working with eeprom files

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Get APRS generation test working again</title>
<updated>2014-05-21T21:01:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-21T20:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=43be26603827b5930bf3e8082610cfa19b45534d'/>
<id>urn:sha1:43be26603827b5930bf3e8082610cfa19b45534d</id>
<content type='text'>
APRS now includes sat info, so we have to fake that up to generate an
APRS test file

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Rename 'core' to 'kernel'</title>
<updated>2014-04-05T07:22:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T06:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=24167015705ae831692b95735968b04a876f935e'/>
<id>urn:sha1:24167015705ae831692b95735968b04a876f935e</id>
<content type='text'>
core remains a bad name to use -- dirvish skips files (and
directories, it seems) with that name.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>fix missing newline at end of src/test/Makefile</title>
<updated>2013-12-19T08:59:29+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2013-12-19T08:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4006effc538289c36a1563c1b717231991292c0c'/>
<id>urn:sha1:4006effc538289c36a1563c1b717231991292c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos/test: Compute and plot tilt based on GPS track</title>
<updated>2013-12-07T17:47:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-07T17:47:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cdb32b1717db4e8cb8cf94d810e74ce2b569566b'/>
<id>urn:sha1:cdb32b1717db4e8cb8cf94d810e74ce2b569566b</id>
<content type='text'>
This lets us compare the gyro-computed tilt angle against the actual
flight path.

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