<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/drivers, branch 1.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-09-09T21:01:21+00:00</updated>
<entry>
<title>altos/telelco: Search for available firing nodes at boot time</title>
<updated>2012-09-09T21:01:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T21:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e45c47c52f9cc9c43b81148e0e58fdedb3af1eb8'/>
<id>urn:sha1:e45c47c52f9cc9c43b81148e0e58fdedb3af1eb8</id>
<content type='text'>
Query for available firing nodes, limiting device selections to those found.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telefire: Add steady warble when the LCO arm switch is on</title>
<updated>2012-09-09T20:58:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77775711d414227b3ed97859d1b21ab1c689a724'/>
<id>urn:sha1:77775711d414227b3ed97859d1b21ab1c689a724</id>
<content type='text'>
And make debugging a run-time option too.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Try to get remote cmac time closer to reality</title>
<updated>2012-09-09T20:50:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3fa71c497a5bf576974e70af06762f75734e6699'/>
<id>urn:sha1:3fa71c497a5bf576974e70af06762f75734e6699</id>
<content type='text'>
Record the time after the packet was sent, but before the return
packet arrives to try and more closely approximate the time the packet
arrived at the other end.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fix radio slave to run lights in the normal way</title>
<updated>2012-09-07T01:07:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-07T01:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c5e98d2b226824f2012e5710ac4b1596b9f0bfb1'/>
<id>urn:sha1:c5e98d2b226824f2012e5710ac4b1596b9f0bfb1</id>
<content type='text'>
These were left in a debug mode, toggling instead of flashing.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Get mma655x driver limping along</title>
<updated>2012-09-01T03:19:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-01T03:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=503eabd0e351ecdffda1416b7d00f8ef1d6913c9'/>
<id>urn:sha1:503eabd0e351ecdffda1416b7d00f8ef1d6913c9</id>
<content type='text'>
This appears to drive the chip correctly to see values from the accelerometer.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add custom panic noise for self-test failures</title>
<updated>2012-09-01T02:01:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-01T02:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f9af7819de086d9179c3a4d1df7c88ab67a7d7c7'/>
<id>urn:sha1:f9af7819de086d9179c3a4d1df7c88ab67a7d7c7</id>
<content type='text'>
Make it easier to tell which component is failing self test

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Shuffle LCO functions around, add telelco first cut</title>
<updated>2012-08-30T21:16:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-08-30T21:16:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2c59954fdf204f443d9bb28c4a66a30f925ef348'/>
<id>urn:sha1:2c59954fdf204f443d9bb28c4a66a30f925ef348</id>
<content type='text'>
Pull LCO functions shared between LCO UI and command line into
ao_lco_funcs.c.

Import bits for telelco.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Disable debug printfs and fix pad ignite time for telefire</title>
<updated>2012-08-30T21:14:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-08-30T21:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=72d44d14aefcb754b871835aec8d265771357212'/>
<id>urn:sha1:72d44d14aefcb754b871835aec8d265771357212</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: SPI radio - use 1-&gt;0 for 'done' and 0-&gt;1 for 'ready'</title>
<updated>2012-08-29T18:23:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-08-29T18:23:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3e7e8e21f2bb823cb6e74c73d0feddbc3a891107'/>
<id>urn:sha1:3e7e8e21f2bb823cb6e74c73d0feddbc3a891107</id>
<content type='text'>
This changes how the SPI radio protocol uses the interrupt
line. Instead of a pulse indicating operation done, this now uses a 0
value for done and a 1 value for ready. The key distinction is that
the master can tell when the slave is waiting for the next command
instead of hoping that it got done 'soon enough'.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: fix ao_pad debug output for query command</title>
<updated>2012-08-29T18:22:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-08-29T18:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1b6ed262460ee75fb5bb684d13d19c26c7ea750b'/>
<id>urn:sha1:1b6ed262460ee75fb5bb684d13d19c26c7ea750b</id>
<content type='text'>
Igniter status is an array these days.

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