<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/core/ao_pyro.c, branch branch-1.6</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=branch-1.6</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=branch-1.6'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-04-05T07:22:29+00:00</updated>
<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>altos: unsigned value in ao_pyro_set checked for negative value</title>
<updated>2013-12-21T06:44:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T06:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=316d898715746a379068ac8511692bdb9da14b39'/>
<id>urn:sha1:316d898715746a379068ac8511692bdb9da14b39</id>
<content type='text'>
No sense checking unsigned values for less than zero.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Rename ao_orient to ao_sample_orient</title>
<updated>2013-10-28T06:25:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-28T06:23:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=58f08c4b3cb9049d0c9cb02cde0d8dbdc3d33920'/>
<id>urn:sha1:58f08c4b3cb9049d0c9cb02cde0d8dbdc3d33920</id>
<content type='text'>
Keeps it clear where this name comes from.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add gyro-based orientation tracking</title>
<updated>2013-10-25T11:05:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-10-25T11:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=08143a922fe27bc50a19924f46538f9476ab5fd1'/>
<id>urn:sha1:08143a922fe27bc50a19924f46538f9476ab5fd1</id>
<content type='text'>
This tracks the angle-from-vertical as an additional input to the pyro
channels.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add pyro operations to regular ignite commands</title>
<updated>2013-05-27T04:38:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-27T04:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3e8b72a9dc5b6c3a0f6132dc2dec04f8c08a1deb'/>
<id>urn:sha1:3e8b72a9dc5b6c3a0f6132dc2dec04f8c08a1deb</id>
<content type='text'>
Instead of having separate commands, just mix the two sets together.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make manual pyro firing command work again</title>
<updated>2013-05-27T01:50:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-27T01:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6f131e740477d29b6623fa336da79e53f765a55b'/>
<id>urn:sha1:6f131e740477d29b6623fa336da79e53f765a55b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Light pyro charges simultaneously if so configured</title>
<updated>2013-05-27T01:39:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-27T01:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=956f4dff1cc521059434743624b1271fb92b96ae'/>
<id>urn:sha1:956f4dff1cc521059434743624b1271fb92b96ae</id>
<content type='text'>
Don't try to be nice to the battery, just let the pyro circuit deal
with it and try to get all of the specified circuits going at the same
time if they're configured to do so.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos,altosui: Add pyro state logging for TeleMega</title>
<updated>2013-05-27T01:03:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-27T01:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=62547a042d042fadec652c5081f96816a8e66970'/>
<id>urn:sha1:62547a042d042fadec652c5081f96816a8e66970</id>
<content type='text'>
Only in the log file (no obvious space in the telem packets), but at
least we should be able to check for pyro failures.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add pyro code testing to ao_flight_test for TeleMega</title>
<updated>2013-05-27T01:01:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-27T01:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=277577fecc71e3c52b823938f396cf42be403ebe'/>
<id>urn:sha1:277577fecc71e3c52b823938f396cf42be403ebe</id>
<content type='text'>
This parses the pyro settings and signals when the pyro channels are
fired in the output.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Allow pyro flight state config to be set</title>
<updated>2012-10-23T04:38:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-23T04:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d4ea2e7c3ed84fb6f4e880da6c5ddf2a83d3ef61'/>
<id>urn:sha1:d4ea2e7c3ed84fb6f4e880da6c5ddf2a83d3ef61</id>
<content type='text'>
Without these lines, flight state compares can't be shown or set.

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