<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/telemini-v2.0/Makefile, branch time-series</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=time-series</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=time-series'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-07-09T07:26:03+00:00</updated>
<entry>
<title>altos/telemini-v2.0: Enable beep config and radio rate config</title>
<updated>2014-07-09T07:26:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-09T06:47:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1684291ba9a4f3bc2828e7b079ac27efcba6a163'/>
<id>urn:sha1:1684291ba9a4f3bc2828e7b079ac27efcba6a163</id>
<content type='text'>
use the smaller pa to altitude table to make room for the new code

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telemini-v2.0: Remove old baro-&gt;alt conversion table</title>
<updated>2014-05-15T15:29:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-15T15:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=36002fc724702d34302f3cc0df593019ca8db4e0'/>
<id>urn:sha1:36002fc724702d34302f3cc0df593019ca8db4e0</id>
<content type='text'>
TeleMini doesn't have two baro sensors...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Report battery voltage instead of S at startup</title>
<updated>2014-04-05T07:22:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T07:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0d367fc24bfd0377db6f3b00a888a18245616767'/>
<id>urn:sha1:0d367fc24bfd0377db6f3b00a888a18245616767</id>
<content type='text'>
This works on everything with a beeper except TeleMetrum v1.0 which
just doesn't have enough flash space for the code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Rename 'core' to 'kernel'</title>
<updated>2014-04-05T07:22:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T06:34:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=24167015705ae831692b95735968b04a876f935e'/>
<id>urn:sha1:24167015705ae831692b95735968b04a876f935e</id>
<content type='text'>
core remains a bad name to use -- dirvish skips files (and
directories, it seems) with that name.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Set TeleMini v2.0 USB ID correctly</title>
<updated>2013-09-19T05:29:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-19T05:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8bd218854e968d2b9407489359be0c4a1aefd2c8'/>
<id>urn:sha1:8bd218854e968d2b9407489359be0c4a1aefd2c8</id>
<content type='text'>
Uses 0x0027

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Stop copying cc1111 binaries to the altos/src dir</title>
<updated>2013-09-15T21:26:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-09-15T21:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857'/>
<id>urn:sha1:0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857</id>
<content type='text'>
Just clutters up that directory.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Don't use ao_data on cc1111 projects</title>
<updated>2013-08-27T01:47:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T01:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a73b02518fcbc9fc0807ed8e141d3a06e8ad8214'/>
<id>urn:sha1:a73b02518fcbc9fc0807ed8e141d3a06e8ad8214</id>
<content type='text'>
cc1111 ao_adc.c supplies the needed globals at this point, and linking
both into the program leads to two different versions of each at
different addresses (yay SDCC linker!)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telemini-v2.0: Add ao_exti.h depend. Init beeper and usb.</title>
<updated>2013-08-27T00:18:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T00:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b9acb88aa97e8565cdf9342fc59a5aee08e3d34'/>
<id>urn:sha1:9b9acb88aa97e8565cdf9342fc59a5aee08e3d34</id>
<content type='text'>
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>
</feed>
