<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch 1.2.9.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.2.9.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.2.9.2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-08-26T05:24:01+00:00</updated>
<entry>
<title>altos/teletiny-v2.0: Support multiple SPI busses on CC1111</title>
<updated>2013-08-26T05:24:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-12T07:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=312f6194a4bc75473cb0d61a6d58b66fb1f7c068'/>
<id>urn:sha1:312f6194a4bc75473cb0d61a6d58b66fb1f7c068</id>
<content type='text'>
Needed for TeleMini v2.0

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add exti and spi to telemini-v2.0</title>
<updated>2013-08-26T05:24:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-23T22:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2c2bbfd9a1a4b9de42cf566f21f179ff5ede0419'/>
<id>urn:sha1:2c2bbfd9a1a4b9de42cf566f21f179ff5ede0419</id>
<content type='text'>
No longer builds like this

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make TeleMini v2.0 fit</title>
<updated>2013-08-26T05:24:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-23T08:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=56911f27376b0fe91a464e369bb8aa1531b3c7dc'/>
<id>urn:sha1:56911f27376b0fe91a464e369bb8aa1531b3c7dc</id>
<content type='text'>
Mash lots of storage locations and code around to shrink stuff down to size

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add 64-bit subtraction</title>
<updated>2013-08-26T05:24:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-23T01:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cb844328322fd7d9f4dafb58b322257a70b347e6'/>
<id>urn:sha1:cb844328322fd7d9f4dafb58b322257a70b347e6</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add 64x64 multiply. Test 64 ops for dest same as either source</title>
<updated>2013-08-26T05:24:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-23T00:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5ccd902d0fd2adc40c72982babb60fac4da6a087'/>
<id>urn:sha1:5ccd902d0fd2adc40c72982babb60fac4da6a087</id>
<content type='text'>
The test change is to ensure that the destination may be one of the 64
bit sources.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make 64x16 mul a bit faster</title>
<updated>2013-08-26T05:24:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-22T21:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f7602ae566a5cbf2d2cbb1d68bad7e2d1177a33a'/>
<id>urn:sha1:f7602ae566a5cbf2d2cbb1d68bad7e2d1177a33a</id>
<content type='text'>
the unsigned 32x32 multiply really does work, just use it

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add 64-bit add/mul/shift for SDCC</title>
<updated>2013-08-26T05:24:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-22T21:32:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3114baef45803250a2e5cdd2ee4a9171f2045b0c'/>
<id>urn:sha1:3114baef45803250a2e5cdd2ee4a9171f2045b0c</id>
<content type='text'>
SDCC doeesn't provide a native 64-bit type (sigh), so
implement the minimal operations necessary for the MS5607 conversion
routine.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Initial TeleMini bits</title>
<updated>2013-08-26T05:24:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-22T20:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d0b4e926ecececa7499a301b6135189be119512e'/>
<id>urn:sha1:d0b4e926ecececa7499a301b6135189be119512e</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Explicitly list the linker script needed for AVR targets.</title>
<updated>2013-08-26T05:22:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-26T05:22:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3ded57394f6dfd7beb9526c031a5c6c6c9926917'/>
<id>urn:sha1:3ded57394f6dfd7beb9526c031a5c6c6c9926917</id>
<content type='text'>
Something changed in the binutils-avr package which makes the linker
fail to find the script in the default location.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into telegps-v0.3</title>
<updated>2013-08-26T05:00:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-26T05:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=203951f6e049ec7e95489849a2bfaa01aa19c0c9'/>
<id>urn:sha1:203951f6e049ec7e95489849a2bfaa01aa19c0c9</id>
<content type='text'>
</content>
</entry>
</feed>
