<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/Makefile, branch 0.6</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=0.6</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=0.6'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2009-11-02T04:57:03+00:00</updated>
<entry>
<title>Enable packet-based communcation to command processor</title>
<updated>2009-11-02T04:57:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-02T04:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ca5d323a3d206050d95f52a61e92c69e1f54e7b5'/>
<id>urn:sha1:ca5d323a3d206050d95f52a61e92c69e1f54e7b5</id>
<content type='text'>
This splits the packet code into master/slave halves and hooks the
slave side up to the getchar/putchar/flush logic in ao_stdio.c

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Initial packet bits. Just testing transmission</title>
<updated>2009-10-30T23:39:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-10-30T23:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7b14c3e609749f4fc00dbd660541375048535218'/>
<id>urn:sha1:7b14c3e609749f4fc00dbd660541375048535218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build two versions of TM, one for SiRF, one for SkyTraq</title>
<updated>2009-10-10T05:48:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-10-10T05:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2f7603490a169df8f18b565db4fa967832ffc9bd'/>
<id>urn:sha1:2f7603490a169df8f18b565db4fa967832ffc9bd</id>
<content type='text'>
This creates two separate images, depending on which GPS unit is
connected.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add support for the SkyTraq GPS unit</title>
<updated>2009-10-10T05:02:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-10-10T05:02:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=33b0b6f2f2e07de105619a7b463226d2813152ab'/>
<id>urn:sha1:33b0b6f2f2e07de105619a7b463226d2813152ab</id>
<content type='text'>
This is a build-time option selected by hacking the Makefile at present.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Remove bit-banging debug support from TM board builds</title>
<updated>2009-09-03T05:01:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-09-03T05:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e2e449d5c23356e913f312de1fb2611a9dd5a352'/>
<id>urn:sha1:e2e449d5c23356e913f312de1fb2611a9dd5a352</id>
<content type='text'>
Our current TM boards don't have the wires to do bit-banging to
another cc1111 board, so it doesn't make sense to fill up their flash
with useless code (and the 'help' text with useless commands). Leave
this to the TI board until we have boards that can serve as debug dongles.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<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>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>Use 57600 baud for GPS. Clean up gps init.</title>
<updated>2009-07-18T02:23:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-07-18T02:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=34f148500df427c148188c0ada20bf914a7c74ba'/>
<id>urn:sha1:34f148500df427c148188c0ada20bf914a7c74ba</id>
<content type='text'>
Assume GPS is either in 4800 NMEA or 57600 SiRF mode, send just the sequence
to get from 4800 NMEA to 5760 SiRF.

Also, eliminate threads from the gps test program.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add host-side gps protocol testing program</title>
<updated>2009-07-17T20:58:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-07-17T20:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0b35447d05a0c7eaf4fefcbcf0065fe3320bba82'/>
<id>urn:sha1:0b35447d05a0c7eaf4fefcbcf0065fe3320bba82</id>
<content type='text'>
</content>
</entry>
</feed>
