<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch debian/1.8.6-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.6-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.6-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-08-05T03:13:42+00:00</updated>
<entry>
<title>altos: Add separate 'ao_launch_tick'. Use in pyro and lockout.</title>
<updated>2018-08-05T03:13:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-05T03:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0d57c78dde3c6e61576a4769b0e0fae7e88c107d'/>
<id>urn:sha1:0d57c78dde3c6e61576a4769b0e0fae7e88c107d</id>
<content type='text'>
Prior to this, there was only ao_boost_tick, which got reset at each
motor burn start. That meant there wasn't any way to measure total
flight time for pyro channels and 'apogee lockout' was based on time
since most recent motor start instead of total flight time.

Now pyro channels and apogee lockout both use total flight time, while
motor burn length still uses time since most recent motor burn start
(as it should).

Docs and UI updated to use 'launch' instead of 'boost' to try and make
the change clear.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/plottest: Make linewidth bigger</title>
<updated>2018-08-05T01:04:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-05T01:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9dfbf0103a649816e98d5511b1d6bbbfc93f6632'/>
<id>urn:sha1:9dfbf0103a649816e98d5511b1d6bbbfc93f6632</id>
<content type='text'>
1-pixel lines are harsh in 2018

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/stm-demo: Set up for dumping eeprom</title>
<updated>2018-08-05T01:04:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-05T00:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=50c6d796e0dbb69289f95c826e6b542e538fc5de'/>
<id>urn:sha1:50c6d796e0dbb69289f95c826e6b542e538fc5de</id>
<content type='text'>
This is used to dump an eeprom wired to the stm demo board.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Change 'after motor' pyro check to be &gt;= instead of ==</title>
<updated>2018-08-05T01:04:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-05T00:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=327b765962d397efd4c45b6209c9225a4d23ba1d'/>
<id>urn:sha1:327b765962d397efd4c45b6209c9225a4d23ba1d</id>
<content type='text'>
This makes after motor stay valid even if further motors burn.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fetch current quadrature status at startup time</title>
<updated>2018-07-04T23:08:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-07-04T23:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=323a79e6ed3dfdd2afadfc2a464bb0610380b03b'/>
<id>urn:sha1:323a79e6ed3dfdd2afadfc2a464bb0610380b03b</id>
<content type='text'>
This avoids having the state appear to change the first time we look
at the device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make fewer LCO variables public</title>
<updated>2018-07-04T19:34:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-07-04T19:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ad9d6677231ccbfa09a528387f306f5364f9d608'/>
<id>urn:sha1:ad9d6677231ccbfa09a528387f306f5364f9d608</id>
<content type='text'>
The lco common code doesn't need to share its internal values with the
world; make most of them static.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make LCO search directly drive pad/box displays</title>
<updated>2018-07-04T18:58:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-07-04T18:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=38fb80e5e6af87f8c734448e4aa69b2c39854903'/>
<id>urn:sha1:38fb80e5e6af87f8c734448e4aa69b2c39854903</id>
<content type='text'>
Don't use ao_lco_show as that has other logic too.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fix LCO display while searching</title>
<updated>2018-07-04T18:34:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-07-04T18:27:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2214ad7c0f268be76c0b027eef9d1dc406f23b28'/>
<id>urn:sha1:2214ad7c0f268be76c0b027eef9d1dc406f23b28</id>
<content type='text'>
Use lower level functions to control the display more directly

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fix telelcotwo build for new ao_lco_bits.c file</title>
<updated>2018-07-04T18:18:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-07-04T18:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3b53a69e47816ee987a409b05a6b0b47891ca816'/>
<id>urn:sha1:3b53a69e47816ee987a409b05a6b0b47891ca816</id>
<content type='text'>
Lots of code motion; shouldn't have any functional changes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>add telefireeight-v1.0 to products built by default in src/Makefile</title>
<updated>2018-07-04T18:13:38+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2018-07-04T18:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=71a51b4857f5bd49c0cba2578fb54b1d5b2c738b'/>
<id>urn:sha1:71a51b4857f5bd49c0cba2578fb54b1d5b2c738b</id>
<content type='text'>
</content>
</entry>
</feed>
