<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/drivers, branch debian/1.8.7-2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.7-2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.8.7-2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-10-02T20:57:58+00:00</updated>
<entry>
<title>altos: sdcc doesn't have 'false' and 'true'.</title>
<updated>2018-10-02T20:57:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-02T20:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d5b9fd5b3dd8c8b3bfb478d366ba07501085c1b3'/>
<id>urn:sha1:d5b9fd5b3dd8c8b3bfb478d366ba07501085c1b3</id>
<content type='text'>
Use FALSE and TRUE in ms5607.c driver instead.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/drivers: Shrink ao_ms5607.c code to fit on micropeak still</title>
<updated>2018-10-02T20:00:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-22T07:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=56dcfd4acf830fcb69c8b994e4b989c9aa7ddef3'/>
<id>urn:sha1:56dcfd4acf830fcb69c8b994e4b989c9aa7ddef3</id>
<content type='text'>
Use some code constructs that make the little AVR processor happier
and save about 16 bytes of memory.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove spurious ao_mma655x_spi_index variable</title>
<updated>2018-08-15T22:40:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-05T04:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=171d12cb7bb0ea185e9b8b6d90e1c0fb94b19008'/>
<id>urn:sha1:171d12cb7bb0ea185e9b8b6d90e1c0fb94b19008</id>
<content type='text'>
This isn't used; was probably included for debugging at some point.

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>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>
</feed>
