<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/Makefile, branch 0.8</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=0.8</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=0.8'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2010-09-05T01:21:41+00:00</updated>
<entry>
<title>Add version numbers to released files. Set version to 0.7.1</title>
<updated>2010-09-05T01:21:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-09-05T00:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=aed59e1c057c13e28fd368dc2592aa4628211097'/>
<id>urn:sha1:aed59e1c057c13e28fd368dc2592aa4628211097</id>
<content type='text'>
Instead of using git revision counts for version numbers, use explicit
versions numbers configured in the configure.ac file. Expose published
files with version numbers.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch TeleMetrum from v0.2 to v1.0</title>
<updated>2010-04-05T03:55:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-04-05T03:55:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c28646d72005daeadb70b95fd3b0050bd752cc55'/>
<id>urn:sha1:c28646d72005daeadb70b95fd3b0050bd752cc55</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Change altos build process to support per-product compile-time changes</title>
<updated>2010-02-21T04:30:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-02-21T04:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=84c93bb2fc4558a5e4654794ba90e730a84eaf67'/>
<id>urn:sha1:84c93bb2fc4558a5e4654794ba90e730a84eaf67</id>
<content type='text'>
This creates per-product subdirectories and recompiles everything for
each product, allowing per-product compile-time changes for things
like peripheral pin assignments and attached serial devices.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add AT45DBxx1D driver</title>
<updated>2010-01-09T09:22:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-01-09T09:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dc8d18736239b14c2ec48a40a01515912c5c25e6'/>
<id>urn:sha1:dc8d18736239b14c2ec48a40a01515912c5c25e6</id>
<content type='text'>
This driver supports the AT45DB011D through AT45DB321D DataFlash
parts as found in TeleMetrum v0.2

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Remove dbg driver code from telemetrum/teledongle</title>
<updated>2009-12-20T04:32:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-12-20T04:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3bab7e66d25988f5d63ec139c8814a85b983f8f3'/>
<id>urn:sha1:3bab7e66d25988f5d63ec139c8814a85b983f8f3</id>
<content type='text'>
The only board with debug outputs is the TI dongle at this point, so
the debug modules were disabled in TM and TD some time
ago. Unfortunately, the code was not removed then.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add --cal to man page</title>
<updated>2009-12-16T07:58:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-12-16T07:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7ac8efea5d60b81adccdc1e38ac4c13facfae7c9'/>
<id>urn:sha1:7ac8efea5d60b81adccdc1e38ac4c13facfae7c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide a dummy 'uninstall' target in the src directory.</title>
<updated>2009-11-15T06:24:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-15T06:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0e0db8ca3af4c07bae909938486766c646bf580b'/>
<id>urn:sha1:0e0db8ca3af4c07bae909938486766c646bf580b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<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>
</feed>
