<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/drivers, branch debian/1.8.6-2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.6-2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.6-2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-07-04T23:08:31+00:00</updated>
<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>altos: A bit more LCO code sharing</title>
<updated>2018-07-03T08:06:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-07-03T08:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=81355cd08a22502d47637f2505b6089d226d0889'/>
<id>urn:sha1:81355cd08a22502d47637f2505b6089d226d0889</id>
<content type='text'>
Missed drag race pad toggling in ao_lco_v2.c

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Share common LCO functions in ao_lco_bits.c</title>
<updated>2018-07-03T08:00:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-07-03T08:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c48d4b60da8b23bf358e6c14d7332d3a360c2d2f'/>
<id>urn:sha1:c48d4b60da8b23bf358e6c14d7332d3a360c2d2f</id>
<content type='text'>
Move common code out of ao_lco.c and ao_lco_v2.c into a shared file,
ao_lco_bits.c. Update ao_lco.h to include shared functions.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/ao_pad: Move LED test to the monitor task</title>
<updated>2018-06-17T19:35:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-06-17T19:35:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9ece56e3ad76af6ae623ad7a6782c0c933839be8'/>
<id>urn:sha1:9ece56e3ad76af6ae623ad7a6782c0c933839be8</id>
<content type='text'>
It sets the LEDs, so it's best to not start doing that until we've
tested them.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/ao_pad: Turn on all LEDs for a moment at power up</title>
<updated>2018-06-17T19:30:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-06-17T19:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cef5a5725e3bf2c17965599bd76eb93cb05a0f80'/>
<id>urn:sha1:cef5a5725e3bf2c17965599bd76eb93cb05a0f80</id>
<content type='text'>
Allow validation of all LED connections.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/ao_pad: Use AO_LED_TYPE for computing active LEDs.</title>
<updated>2018-06-17T19:29:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-06-17T19:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=731ba39a22719a8c431eb63895cd8ba553975114'/>
<id>urn:sha1:731ba39a22719a8c431eb63895cd8ba553975114</id>
<content type='text'>
instead of uint8_t

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