<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch 0.5</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=0.5</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=0.5'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2009-08-19T06:49:24+00:00</updated>
<entry>
<title>Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos</title>
<updated>2009-08-19T06:49:24+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2009-08-19T06:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4486d9156e19e4280b42bcd422d81d04f2d04a92'/>
<id>urn:sha1:4486d9156e19e4280b42bcd422d81d04f2d04a92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ao-view to add GPS satellite tracking data</title>
<updated>2009-08-19T06:38:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-08-19T06:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=33edd62992a32b0ec8ca66d879fa300871db5937'/>
<id>urn:sha1:33edd62992a32b0ec8ca66d879fa300871db5937</id>
<content type='text'>
This adds another column to the display to hold per-satellite GPS
tracking data and a count of the visible and locked sats.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Handle GPS satellite tracking data</title>
<updated>2009-08-19T05:35:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-08-19T05:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=29687cbd462a332d9a36ed87500c5b737dcae3f4'/>
<id>urn:sha1:29687cbd462a332d9a36ed87500c5b737dcae3f4</id>
<content type='text'>
SiRF message #4 includes signal strength and GPS engine state for each
of the satellites being tracked. This data is now parsed and sent to
eeprom and the radio.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>add support for building Debian package</title>
<updated>2009-08-19T03:49:39+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2009-08-19T03:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cd5ce661e2a8f9694933358ccb5b916fbed089c2'/>
<id>urn:sha1:cd5ce661e2a8f9694933358ccb5b916fbed089c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add B command to set serial baud rate</title>
<updated>2009-07-18T08:05:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-07-18T08:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fbcb7b20fa701a6e534d38e307839466545668e3'/>
<id>urn:sha1:fbcb7b20fa701a6e534d38e307839466545668e3</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Get rid of spaces after minus sign in climb value</title>
<updated>2009-07-18T08:05:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-07-18T08:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=91b023e7e4eeed838e0320d2ddac0f6aac39e565'/>
<id>urn:sha1:91b023e7e4eeed838e0320d2ddac0f6aac39e565</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to 57600 baud for GPS data</title>
<updated>2009-07-18T08:04:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-07-18T08:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=28be20cf914fb34dc3c776519708d0f02091764e'/>
<id>urn:sha1:28be20cf914fb34dc3c776519708d0f02091764e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drain serial port before changing speed</title>
<updated>2009-07-18T08:04:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-07-18T08:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d3f76ce58b9c0ed2e5a9fe3bbc7fb9cb38247714'/>
<id>urn:sha1:d3f76ce58b9c0ed2e5a9fe3bbc7fb9cb38247714</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Reset GPS at boot time</title>
<updated>2009-07-18T05:11:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-07-18T05:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=08f37056deec25d77062bc411a04033401b033a5'/>
<id>urn:sha1:08f37056deec25d77062bc411a04033401b033a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up serial debug output</title>
<updated>2009-07-18T05:10:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-07-18T05:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1150aa850f5a025b849556e32c4dddb27937d9af'/>
<id>urn:sha1:1150aa850f5a025b849556e32c4dddb27937d9af</id>
<content type='text'>
</content>
</entry>
</feed>
