<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch test-accel-ref</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=test-accel-ref</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=test-accel-ref'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-01-15T08:56:22+00:00</updated>
<entry>
<title>Add DATA_TO_XDATA to linux test harness</title>
<updated>2011-01-15T08:56:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-15T08:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a78cc6376474d7563426f6adf7ba7720dd242254'/>
<id>urn:sha1:a78cc6376474d7563426f6adf7ba7720dd242254</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add 5V reference computation for v1.1 boards.</title>
<updated>2011-01-15T08:50:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-15T08:50:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e13337cfb536ff65979b655f1763d62ec0126c67'/>
<id>urn:sha1:e13337cfb536ff65979b655f1763d62ec0126c67</id>
<content type='text'>
This should compensate for changes in the 3.3V voltage.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: check for valid flight number in ao_log_delete</title>
<updated>2011-01-12T20:41:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-12T20:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d794ef9e0fbe4d13259db1bbd69f01717c14400b'/>
<id>urn:sha1:d794ef9e0fbe4d13259db1bbd69f01717c14400b</id>
<content type='text'>
Zero is not a valid flight number, and ao_log_flight uses that to
indicate 'no flight in this slot'. Check the user-provided input for
zero before looking through the slots.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: oops -- 'e' command was only showing 7 of the 8 bytes per line</title>
<updated>2011-01-12T05:26:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-12T05:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7ad419d81c90ef6a16656970466313767fef830f'/>
<id>urn:sha1:7ad419d81c90ef6a16656970466313767fef830f</id>
<content type='text'>
Just a silly off-by-one error when printing out the data received from flash.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove redundant initialization of ao_interval variables</title>
<updated>2011-01-08T05:00:10+00:00</updated>
<author>
<name>Anthony Towns</name>
<email>aj@erisian.com.au</email>
</author>
<published>2011-01-08T05:00:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c437b14b7fc7afdfc7b809a04d7fa29d5e742307'/>
<id>urn:sha1:c437b14b7fc7afdfc7b809a04d7fa29d5e742307</id>
<content type='text'>
These are all initialized in the ao_flight_drogue state transition.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove unused accel_vel_mach and accel_vel_boost variables</title>
<updated>2011-01-08T04:52:33+00:00</updated>
<author>
<name>Anthony Towns</name>
<email>aj@erisian.com.au</email>
</author>
<published>2011-01-08T04:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=57de960b8148bf485607898c3d66af6994d76481'/>
<id>urn:sha1:57de960b8148bf485607898c3d66af6994d76481</id>
<content type='text'>
Presumably left-over debugging code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Check for full log and complain</title>
<updated>2011-01-08T04:26:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-08T04:26:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=52ac83fedbfd380d14d4df2e79992bbdfba3552a'/>
<id>urn:sha1:52ac83fedbfd380d14d4df2e79992bbdfba3552a</id>
<content type='text'>
Reports special tone along with the continuity checks.
Reports flight 0 in telemetry.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Check requested log max size against available space</title>
<updated>2011-01-08T04:25:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-08T04:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=00891b40754962ef6530b237ef52017bb58112d5'/>
<id>urn:sha1:00891b40754962ef6530b237ef52017bb58112d5</id>
<content type='text'>
Make sure the amount of memory requested for a single log isn't more
than is available on the device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Optimize Morse code generation</title>
<updated>2011-01-08T04:18:25+00:00</updated>
<author>
<name>Anthony Towns</name>
<email>aj@erisian.com.au</email>
</author>
<published>2011-01-08T04:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bbddcae2a15b6d430e84956ddf26955aa9173cc0'/>
<id>urn:sha1:bbddcae2a15b6d430e84956ddf26955aa9173cc0</id>
<content type='text'>
This reduces the size of data and code needed to report the
flight states

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: ensure erase mark is written when erasing flights</title>
<updated>2011-01-08T04:16:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-01-08T04:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=73620c41017c1774d6190dfd4be5b742eb64f8d3'/>
<id>urn:sha1:73620c41017c1774d6190dfd4be5b742eb64f8d3</id>
<content type='text'>
It was getting called only when *failing* to erase a flight (oops),
secondly, it wasn't getting written because ao_storage_flush wasn't
getting called.

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