<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch altosui-ms5611</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=altosui-ms5611</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=altosui-ms5611'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-11-18T01:34:01+00:00</updated>
<entry>
<title>altoslib: Force ms5611 mode</title>
<updated>2012-11-18T01:34:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-11-18T01:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1783207a559a0fdeb431a38c42f005e3841e9675'/>
<id>urn:sha1:1783207a559a0fdeb431a38c42f005e3841e9675</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>doc: Start updating AltOS documentation for multi-arch</title>
<updated>2012-11-17T06:19:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-11-17T06:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0606dc013d8b89fd5de0548af0de20fdab5c27d4'/>
<id>urn:sha1:0606dc013d8b89fd5de0548af0de20fdab5c27d4</id>
<content type='text'>
Now that AltOS supports many processors, start updating the
documentation to match.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Build megadongle when possible</title>
<updated>2012-11-02T00:52:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-11-02T00:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b3205a1d246e5ed229256aa787f26e6e122b7a2f'/>
<id>urn:sha1:b3205a1d246e5ed229256aa787f26e6e122b7a2f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/megadongle: Add megadongle product</title>
<updated>2012-11-01T17:51:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-11-01T17:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=793b950083d09ead4f6230e041ad43aa9f5f2179'/>
<id>urn:sha1:793b950083d09ead4f6230e041ad43aa9f5f2179</id>
<content type='text'>
Looks a lot like teledongle from a feature perspective.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove legacy telemetry from ao_monitor when not needed</title>
<updated>2012-11-01T17:50:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-11-01T17:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f74d724f92b335d6c0674d0f1fcc650b729401df'/>
<id>urn:sha1:f74d724f92b335d6c0674d0f1fcc650b729401df</id>
<content type='text'>
For products not supporting LEGACY_MONITOR, remove the (undefined)
structs from the ao_monitor union.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove 'volatile' from ao_rssi.c globals</title>
<updated>2012-11-01T17:49:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-11-01T17:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e4d931cd99a7c91803584b71670e30c0d00217df'/>
<id>urn:sha1:e4d931cd99a7c91803584b71670e30c0d00217df</id>
<content type='text'>
No need for this, the variables aren't changed at interrupt time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/stm: Support LEDs on multiple ports</title>
<updated>2012-11-01T17:48:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-11-01T17:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=86f8b92149d1027b1d6d6b1cae097cfe47b02090'/>
<id>urn:sha1:86f8b92149d1027b1d6d6b1cae097cfe47b02090</id>
<content type='text'>
Split out the bits in a fairly simplistic fashion so that we support
no more than 16 LEDs still.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/attiny: Remove debugging code which frobs PB1</title>
<updated>2012-10-31T04:31:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-31T02:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fcdaa0d748058a7f52a1bdc1a1627dc394762e5a'/>
<id>urn:sha1:fcdaa0d748058a7f52a1bdc1a1627dc394762e5a</id>
<content type='text'>
This was clearly stuck there to debug something; not a good idea...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/micropeak: Run MS5607 at max resolution for micropeak</title>
<updated>2012-10-31T04:31:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-31T02:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=af8cb40851a5cf5e3bd06ddd85e4e2df16bfbad2'/>
<id>urn:sha1:af8cb40851a5cf5e3bd06ddd85e4e2df16bfbad2</id>
<content type='text'>
We've got lots of time, so get the highest resolution baro data available.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/micropeak: Clock micropeak at 250kHz to save power</title>
<updated>2012-10-31T02:41:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-31T02:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=371da0c909098092db7b596496df9d58eed43703'/>
<id>urn:sha1:371da0c909098092db7b596496df9d58eed43703</id>
<content type='text'>
This reduces average current consumption from 2mA to .4mA. This
makes the battery last longer, but also gets the current under
something that the typical CR1025 battery can support. Would be nice
to reduce current even further; cheap CR1025 batteries still seem to
fade a bit at this current level.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
