<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/kernel, branch 1.3.2.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.3.2.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.3.2.2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-06-06T04:35:41+00:00</updated>
<entry>
<title>altos: Fix config to set default log size for all devices with log</title>
<updated>2014-06-06T04:35:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T04:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ec3de3ac461f2380d23c5c5d948333a9a210c400'/>
<id>urn:sha1:ec3de3ac461f2380d23c5c5d948333a9a210c400</id>
<content type='text'>
Not just devices with flight

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Stick flight state in GPS location packets</title>
<updated>2014-06-06T01:44:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T01:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=97dac0f66bc938940e6b49409d950a1736c92655'/>
<id>urn:sha1:97dac0f66bc938940e6b49409d950a1736c92655</id>
<content type='text'>
Useful for TeleGPS

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: ao_distance was overflowing when checking for longitude wrap</title>
<updated>2014-06-06T01:31:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T01:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d7df6e8c47df35c0d27f1a2559ecc305ef28d271'/>
<id>urn:sha1:d7df6e8c47df35c0d27f1a2559ecc305ef28d271</id>
<content type='text'>
Need to shift everyone right one bit to fit in 32 bits

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Include sensor logging task only on flight boards</title>
<updated>2014-06-06T00:14:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T00:14:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b8201bc9ba4a5f5f0522b68493cd5e7f013fd4bb'/>
<id>urn:sha1:b8201bc9ba4a5f5f0522b68493cd5e7f013fd4bb</id>
<content type='text'>
This lets TeleGPS use the logging infrastructure without wasting a
task to log sensor data

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add ao_distance.c to compute cartesian distances on the globe</title>
<updated>2014-06-06T00:10:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T00:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6e152dd5c0786a650aed8f0c09babdc93895bff1'/>
<id>urn:sha1:6e152dd5c0786a650aed8f0c09babdc93895bff1</id>
<content type='text'>
This is not a great circle distance, but should be good enough for
points reasonably close together

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fetch/store only 8 bits for pyro state values</title>
<updated>2014-06-03T05:05:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-03T05:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d20c608ce833fb8949dce527f92887775d216823'/>
<id>urn:sha1:d20c608ce833fb8949dce527f92887775d216823</id>
<content type='text'>
These fields are uint8_t, not int16_t. Fetching and storing 16 bits is
a bad idea.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Maximum pyro configuration parameter has 4 bytes in the name</title>
<updated>2014-06-03T05:04:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-03T05:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b7abc063fb27da29cd7a717bbea15f92882bd205'/>
<id>urn:sha1:b7abc063fb27da29cd7a717bbea15f92882bd205</id>
<content type='text'>
"f&gt;=" needs four bytes, not just three to store the whole string. If
we only store three, then we never manage to compare correctly as the
null terminating byte is missing.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Configuring pyro channels can use more than 48 characters</title>
<updated>2014-06-03T05:03:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-03T05:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7385c76af46ff400b9e79a8540199be289cb57c0'/>
<id>urn:sha1:7385c76af46ff400b9e79a8540199be289cb57c0</id>
<content type='text'>
Increase the command buffer from 48 to 128 bytes to hold the longest
pyro configuration commands

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Allow sparse GPS data logging for TeleGPS</title>
<updated>2014-05-31T00:32:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=177d3c0333fd4218f01e05c78cbc5f186c8e32c0'/>
<id>urn:sha1:177d3c0333fd4218f01e05c78cbc5f186c8e32c0</id>
<content type='text'>
When the device hasn't moved for a while, stop logging data. Start as
soon as it moves again.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fake flight code changes in kernel and stm</title>
<updated>2014-05-27T18:06:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-27T18:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c674a20432c2cb97e5bc2a3de891f78b9e172fe9'/>
<id>urn:sha1:c674a20432c2cb97e5bc2a3de891f78b9e172fe9</id>
<content type='text'>
Redirects data input from local sensors to USB sourced data, leaving
USB enabled when the computer goes into pad mode.

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