<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, 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:42:10+00:00</updated>
<entry>
<title>altos: Add telegps-v1.0 code and loader</title>
<updated>2014-06-06T04:42:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T04:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6a79fe8144dcab10294caa4b0eac967eeb0d8e7e'/>
<id>urn:sha1:6a79fe8144dcab10294caa4b0eac967eeb0d8e7e</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telegps-v0.3: Remove ao_flight_number from main program</title>
<updated>2014-06-06T04:40:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T04:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0e867c67c8e2c40058ae36723e06b2ce00bd0419'/>
<id>urn:sha1:0e867c67c8e2c40058ae36723e06b2ce00bd0419</id>
<content type='text'>
We've got logging enabled now

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telegps-v0.3: Disable APRS by default. Set log max to 1M</title>
<updated>2014-06-06T04:39:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T04:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f830d4e9202d2a138fc9aaacb2388f94390399db'/>
<id>urn:sha1:f830d4e9202d2a138fc9aaacb2388f94390399db</id>
<content type='text'>
And adjust default radio cal to be a bit closer

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Force telemetry on by default for v0.3 TeleGPS boards</title>
<updated>2014-06-06T04:37:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T04:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cab6d80f11e07dd26b865727eb7ce4fd45be5c7c'/>
<id>urn:sha1:cab6d80f11e07dd26b865727eb7ce4fd45be5c7c</id>
<content type='text'>
These don't have a USB connect indicator, so just turn on telemetry by
default

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: HAS_USB_CONNECT has been changed to mean a custom pin</title>
<updated>2014-06-06T04:36:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T04:36:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=102b1977c138b30c2d2592ab310f7be072130a3b'/>
<id>urn:sha1:102b1977c138b30c2d2592ab310f7be072130a3b</id>
<content type='text'>
The LPC stuff isn't actually very useful and TeleGPS uses a custom pin
instead, and was using HAS_USB_CONNECT to mean the same thing. That
wasn't good.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<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: Add AO_LOG_FLIGHT packet to TeleGPS logs</title>
<updated>2014-06-06T01:55:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T01:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d8f84ba82bab653c041eb85f93b9dcb1083bd849'/>
<id>urn:sha1:d8f84ba82bab653c041eb85f93b9dcb1083bd849</id>
<content type='text'>
This encodes the flight number for tracking of data files.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telegps-v0.3: Add tracker task</title>
<updated>2014-06-06T01:49:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T01:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fe0aaf4413035f9de2c805c612c71188ec8c6f4d'/>
<id>urn:sha1:fe0aaf4413035f9de2c805c612c71188ec8c6f4d</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add debug to tracker to force launch</title>
<updated>2014-06-06T01:49:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T01:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6160ddadeae324b4a68db800c98c339156b63076'/>
<id>urn:sha1:6160ddadeae324b4a68db800c98c339156b63076</id>
<content type='text'>
This lets us test the move from pad to drogue state

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: tracker distance computation flipped arguments around</title>
<updated>2014-06-06T01:47:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T01:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4a29df3f9f6c4969eb01598f6917ce78c9ce37a6'/>
<id>urn:sha1:4a29df3f9f6c4969eb01598f6917ce78c9ce37a6</id>
<content type='text'>
ao_distance takes (lat, lon, lat, lon) not (lat, lat, lon, lon)

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