<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/test, branch 1.6.5</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.6.5</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.6.5'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2016-04-13T13:17:38+00:00</updated>
<entry>
<title>altos: Add easy mini plotting helper in test code</title>
<updated>2016-04-13T13:17:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-12-24T07:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8da29480a2fdf890d553b30eab58fc884210c1a5'/>
<id>urn:sha1:8da29480a2fdf890d553b30eab58fc884210c1a5</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Support old telemega eeprom file formats in ao_flight_test</title>
<updated>2015-03-10T15:34:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-10T15:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ce99807ef942de54a3f934d321baf3c3d26442bb'/>
<id>urn:sha1:ce99807ef942de54a3f934d321baf3c3d26442bb</id>
<content type='text'>
The old eeprom format used different stoarge for the accel calibration
data, which doesn't matter to this code, but the change in the format
value does.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Sort out ao_gps_print altitude fetching</title>
<updated>2014-10-25T17:17:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-10-25T17:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9102183b40f0b32d4fb6d24502b79a6431184310'/>
<id>urn:sha1:9102183b40f0b32d4fb6d24502b79a6431184310</id>
<content type='text'>
ao_gps_print is used by both teledongle/telebt and the host-based GPS
test code. The first instance uses the old internal GPS structure,
containing just a 16-bit altitude while the second uses an
ao_telemetry structure, which contains 32 bits split into two
members.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Handle antenna down in ao_flight_test</title>
<updated>2014-09-29T19:56:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-29T19:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=40c5535b65a75374fb1dbbd994c29324db814f5b'/>
<id>urn:sha1:40c5535b65a75374fb1dbbd994c29324db814f5b</id>
<content type='text'>
Parse the Pad orientation config value and flip the accelerometer
value back around in antenna down configuration.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Add TMv2 test program to .gitignore</title>
<updated>2014-09-11T22:56:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-11T22:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7ad8921b164103629b246c25860297454aa7ec6b'/>
<id>urn:sha1:7ad8921b164103629b246c25860297454aa7ec6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos/test: Build TeleMetrumV2 flight test variant</title>
<updated>2014-07-14T03:44:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0fd867f504dd7df62e95da98ded511bb7b9e4c66'/>
<id>urn:sha1:0fd867f504dd7df62e95da98ded511bb7b9e4c66</id>
<content type='text'>
Parses TeleMetrumV2 eeprom files and runs the TeleMetrumV2 flight code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Use 32-bits for flight state data (alt/speed/accel)</title>
<updated>2014-07-11T00:35:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-11T00:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=013e9ccfbe76dc46e8c69ea314950bed83d9a39f'/>
<id>urn:sha1:013e9ccfbe76dc46e8c69ea314950bed83d9a39f</id>
<content type='text'>
Stores 32-bits for all of the flight parameters. Uses 64-bit
intermediates for kalman computation.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Extend GPS altitudes to at least 24 bits everywhere</title>
<updated>2014-07-11T00:35:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-11T00:07:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=34d5be68ca23e8beb05db9a480faef63ecc911d0'/>
<id>urn:sha1:34d5be68ca23e8beb05db9a480faef63ecc911d0</id>
<content type='text'>
Telemetry gets a special 'mode' flag indicating that 24-bit data is
present; log files get new data and log readers are expected to detect
that via the firmware version number.

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