<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/core/ao_pyro.c, branch altosdroid_v1.1.9.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=altosdroid_v1.1.9.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=altosdroid_v1.1.9.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-10-23T04:38:18+00:00</updated>
<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>
<entry>
<title>altos: No space for pyro help on TP v0.1</title>
<updated>2012-07-16T21:40:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-16T21:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2a23030031c31267fc4f14accd9220f285c03b61'/>
<id>urn:sha1:2a23030031c31267fc4f14accd9220f285c03b61</id>
<content type='text'>
AVR doesn't have enough ram to hold the help messages, and we can't
use them in flash.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>src: Add explicit 'pin' argument to ao_enable_output</title>
<updated>2012-07-14T09:44:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-14T09:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0cfd22baa6af44e053428c30c1a95cf5551b68af'/>
<id>urn:sha1:0cfd22baa6af44e053428c30c1a95cf5551b68af</id>
<content type='text'>
This lets the cc1111 use the atomic bit operation instead of a mask,
which is immune to interrupt issues as well as being a shorter code sequence.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add arbitrary pyro channel support</title>
<updated>2012-07-14T08:26:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-14T08:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d90587535676f9492f0fde6b974353158104ef88'/>
<id>urn:sha1:d90587535676f9492f0fde6b974353158104ef88</id>
<content type='text'>
Programmed by specifying a conjunction of flight conditions that
trigger the igniter to fire.

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