<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/telefire-v0.2, branch v1.6.3.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=v1.6.3.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=v1.6.3.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-08-15T02:08:19+00:00</updated>
<entry>
<title>altos: Document which TeleFire alarm pins are which</title>
<updated>2014-08-15T02:08:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-22T21:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c4dd29fcbbb93e991993a0aa444748dba4ee7dde'/>
<id>urn:sha1:c4dd29fcbbb93e991993a0aa444748dba4ee7dde</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telefire,telelco: Add HAS_RADIO_RATE to launch system software</title>
<updated>2014-07-13T06:52:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-13T06:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a60ba449ec237ad3b8dade9dcea603b349dbccb1'/>
<id>urn:sha1:a60ba449ec237ad3b8dade9dcea603b349dbccb1</id>
<content type='text'>
This lets us set the rate to a lower value to improve range. 9600 baud
works great; 2400 baud makes the initial search take a long time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Use 32-bits for flight state data (alt/speed/accel)</title>
<updated>2014-07-11T00:35:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-11T00:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=013e9ccfbe76dc46e8c69ea314950bed83d9a39f'/>
<id>urn:sha1:013e9ccfbe76dc46e8c69ea314950bed83d9a39f</id>
<content type='text'>
Stores 32-bits for all of the flight parameters. Uses 64-bit
intermediates for kalman computation.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Call ao_telemetry_reset_interval when telemetry rate changes</title>
<updated>2014-07-05T07:38:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-05T07:09:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ea5887027e7a39da2b7d84a142d74950b7a24703'/>
<id>urn:sha1:ea5887027e7a39da2b7d84a142d74950b7a24703</id>
<content type='text'>
This lets the radio code adjust the telemetry packet sending pattern
when the data rate changes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Rename 'core' to 'kernel'</title>
<updated>2014-04-05T07:22:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T06:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=24167015705ae831692b95735968b04a876f935e'/>
<id>urn:sha1:24167015705ae831692b95735968b04a876f935e</id>
<content type='text'>
core remains a bad name to use -- dirvish skips files (and
directories, it seems) with that name.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Clean up .gitignore and add a few random files</title>
<updated>2013-11-12T05:54:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-12T05:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=40d3575a9365d77ca507ebee226d51d081e1ecc6'/>
<id>urn:sha1:40d3575a9365d77ca507ebee226d51d081e1ecc6</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Stop copying cc1111 binaries to the altos/src dir</title>
<updated>2013-09-15T21:26:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-15T21:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857'/>
<id>urn:sha1:0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857</id>
<content type='text'>
Just clutters up that directory.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telefire: Radio status (no data, weak data, good data) on LEDs</title>
<updated>2013-06-20T05:45:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-20T05:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e9e713bc8ab2080d5c1c38570b112f13c886bd11'/>
<id>urn:sha1:e9e713bc8ab2080d5c1c38570b112f13c886bd11</id>
<content type='text'>
Instead of blinking RX/TX, report the radio status on the telefire
nodes, just like telelco does. This makes the LEDs on telefire
*exactly the same* as the LEDs on telelco, which seems like a good idea.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add telefire v0.2 support</title>
<updated>2013-06-09T17:00:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-09T17:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=187f661c2512e4260d0ca64134de8fad199f5944'/>
<id>urn:sha1:187f661c2512e4260d0ca64134de8fad199f5944</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
