<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/core/ao_pyro.c, branch telemetrum-v2.0</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-05-27T04:38:56+00:00</updated>
<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>
<entry>
<title>altos: Add state comparisons to pyro channel conditions</title>
<updated>2012-10-22T15:52:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-22T15:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fd619a01bf3489b1df017aca20362757b087ec11'/>
<id>urn:sha1:fd619a01bf3489b1df017aca20362757b087ec11</id>
<content type='text'>
Let pyro channels block waiting for flight state changes. This
allows for pyro channels to be synchronized with the main iginiter
channels.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Enable pyro channel control in telepyro</title>
<updated>2012-07-16T22:32:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-16T22:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5860f75677ee20fcf35ab89a6b62f3e14a1c32f5'/>
<id>urn:sha1:5860f75677ee20fcf35ab89a6b62f3e14a1c32f5</id>
<content type='text'>
This should make the board actually work now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add manual firing command for extra pyro channels</title>
<updated>2012-07-16T22:30:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-16T22:30:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3ce645a79b54e22d7835c6e390a22a5ad501a339'/>
<id>urn:sha1:3ce645a79b54e22d7835c6e390a22a5ad501a339</id>
<content type='text'>
In parallel with the existing igniter commands, this tests the
programmable pyro channels

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Use 'HAS_ORIENT' to enable orientation selection in pyro code</title>
<updated>2012-07-16T22:27:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-16T22:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6581eefbdbd8d3e94f615bdf11652a000d131c8e'/>
<id>urn:sha1:6581eefbdbd8d3e94f615bdf11652a000d131c8e</id>
<content type='text'>
Don't expose orientation options when no orientation data is available

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