<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/test, branch 1.8.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.8.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.8.2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2017-09-18T16:59:24+00:00</updated>
<entry>
<title>test/ao_flight_test: Show recorded pyro firing</title>
<updated>2017-09-18T16:59:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-09-12T22:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=95952059bbb50b5f22460418df003a87c8bd3271'/>
<id>urn:sha1:95952059bbb50b5f22460418df003a87c8bd3271</id>
<content type='text'>
Can compare with computed values.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Handle new eeprom file format. Give up on telem files.</title>
<updated>2017-09-12T20:43:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-09-12T20:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=441056b01abcf9287f61f425cf29fc4b1603c619'/>
<id>urn:sha1:441056b01abcf9287f61f425cf29fc4b1603c619</id>
<content type='text'>
Parse eeprom config using libjson-c, then read the hex values into a
giant blob.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Fake baro data for flight 12 serial 2093</title>
<updated>2017-08-28T00:40:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-08-28T00:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f5642db4e03856b1f2ffeae6570fcf35fb7d93fb'/>
<id>urn:sha1:f5642db4e03856b1f2ffeae6570fcf35fb7d93fb</id>
<content type='text'>
This flight had a baro spike due to an accidental drogue charge firing
but is otherwise quite useful when testing for various mach delay
effects, so fake out the data during that spike.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Integrate raw accel to provide speed for comparison</title>
<updated>2017-08-28T00:40:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-08-28T00:30:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bef7c37d1c986cd477367c0c015be61368a788d2'/>
<id>urn:sha1:bef7c37d1c986cd477367c0c015be61368a788d2</id>
<content type='text'>
This can provide a useful visualization of the 'true' vs 'kalman'
speed value, as the kalman is necessarily delayed due to the model
assuming constant acceleration.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: telemetrum baro data is inverted before being written to eeprom</title>
<updated>2017-08-28T00:40:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-08-28T00:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2dce02efd54ad4051f1ddb94048696e8677dd225'/>
<id>urn:sha1:2dce02efd54ad4051f1ddb94048696e8677dd225</id>
<content type='text'>
No need for the test code to invert it during replay

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Fix AES key format in test code</title>
<updated>2017-07-23T23:47:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-07-23T23:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=52bbfa9cd46ca27a4de937e89d48246a4e94c8a6'/>
<id>urn:sha1:52bbfa9cd46ca27a4de937e89d48246a4e94c8a6</id>
<content type='text'>
Use temp variable instead of stepping on the AES name.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Fix printf format for int64 arithmetic test</title>
<updated>2017-07-23T23:46:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-07-23T23:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9eaf917707287af57c2dadfc82d6d415b0964329'/>
<id>urn:sha1:9eaf917707287af57c2dadfc82d6d415b0964329</id>
<content type='text'>
Use 'long long' and %lld for 64-bit values when printing.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Add EasyMini test mode</title>
<updated>2017-07-21T23:14:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-07-21T23:14:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=545bdc1f8046b08e237307d97d0044ddae9095b8'/>
<id>urn:sha1:545bdc1f8046b08e237307d97d0044ddae9095b8</id>
<content type='text'>
Use baro-only mode, parse easymini logs.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Ignore ao_lisp_test</title>
<updated>2017-04-25T05:27:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-25T00:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a324ce39bb7abadc70785a6fdce449c9441f87b2'/>
<id>urn:sha1:a324ce39bb7abadc70785a6fdce449c9441f87b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos/lisp: Clean up hanoi.lisp demo a bit</title>
<updated>2017-02-20T19:16:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-11-20T09:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=30d6b241447cb922b9316e86817f6e31eb973eed'/>
<id>urn:sha1:30d6b241447cb922b9316e86817f6e31eb973eed</id>
<content type='text'>
No serious changes.

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