<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch debian/1.1-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.1-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.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/stm: Fix basic time interval to 10ms -- was 10.1ms</title>
<updated>2012-09-09T20:57:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f2933103be122414a9b1795b37003b7a2aa9f3d7'/>
<id>urn:sha1:f2933103be122414a9b1795b37003b7a2aa9f3d7</id>
<content type='text'>
Counting from 0 to 100 takes 10.1ms, so count to 99 instead.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/spiradio: Label LEDs so that the radio code can use them</title>
<updated>2012-09-09T20:56:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0339583996fc57a666f8d3007a0f4b1034039a73'/>
<id>urn:sha1:0339583996fc57a666f8d3007a0f4b1034039a73</id>
<content type='text'>
Mark which should be on for TX and which for RX

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: Clean up flight data definitions</title>
<updated>2012-09-09T20:46:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=27ab744c6eec9243b7aa14161eec2fbf7003531e'/>
<id>urn:sha1:27ab744c6eec9243b7aa14161eec2fbf7003531e</id>
<content type='text'>
These just shuffle the various definitions of data macros around to
make the include files more sensible looking.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: include ao_arch_funcs.h at the very end of ao.h</title>
<updated>2012-09-09T20:43:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:43:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ced6a020d6d94b1c63837a7ab5b0091b7b8ea3c9'/>
<id>urn:sha1:ced6a020d6d94b1c63837a7ab5b0091b7b8ea3c9</id>
<content type='text'>
Move it below the definition of the ms5607 init function

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Allow products without MS5607</title>
<updated>2012-09-09T20:11:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e053da3e7cb5a4c9ebbffd245cb5d83932183b22'/>
<id>urn:sha1:e053da3e7cb5a4c9ebbffd245cb5d83932183b22</id>
<content type='text'>
The define for a missing MS5607 was wrong, so anything using the fancy
multi-sensor data code would break without an MS5607 in place.

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>Revert "first work on PWM input to TeleScience, 'p' command displays timer 1"</title>
<updated>2012-09-01T05:15:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-01T05:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=01820c3e95fe85d2bee648d41809f1a753f81020'/>
<id>urn:sha1:01820c3e95fe85d2bee648d41809f1a753f81020</id>
<content type='text'>
PWM bits not suitable for master

This reverts commit e93c6bcc799d76d4ff425815e2601a25e6796229.
</content>
</entry>
</feed>
