<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/cc1111, branch multiarch</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=multiarch</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=multiarch'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-10-27T05:49:11+00:00</updated>
<entry>
<title>altos: Bring up basic TeleTerra v0.2 UI</title>
<updated>2011-10-27T05:49:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-27T05:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=da330c5975b9f565d059ef8084dfdacc20f34246'/>
<id>urn:sha1:da330c5975b9f565d059ef8084dfdacc20f34246</id>
<content type='text'>
Lots of fun stuff here -- multiple panes of information.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Flip button IRQ initialization around</title>
<updated>2011-10-23T22:24:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-23T22:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8e4cceedb5b758faae684978299e667c4bb06f4d'/>
<id>urn:sha1:8e4cceedb5b758faae684978299e667c4bb06f4d</id>
<content type='text'>
This matches what the docs suggest

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fix battery voltage computation.</title>
<updated>2011-10-23T22:20:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-23T22:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=90e738a3379d258a48a7c92f6708040fc39c373a'/>
<id>urn:sha1:90e738a3379d258a48a7c92f6708040fc39c373a</id>
<content type='text'>
Full scale is 4.95V, not 3.333V.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add battery voltage sampling driver</title>
<updated>2011-10-23T21:51:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-23T21:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f70553106707e3496d07eecb83f0c0a1acad7f77'/>
<id>urn:sha1:f70553106707e3496d07eecb83f0c0a1acad7f77</id>
<content type='text'>
For devices without a full ADC compliment, this just samples the
battery pin and converts to mV.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add button driver and sample user</title>
<updated>2011-10-23T21:08:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-23T21:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7e7a10c06a0486e9f869e361e46f2c98db9897b0'/>
<id>urn:sha1:7e7a10c06a0486e9f869e361e46f2c98db9897b0</id>
<content type='text'>
Hook up the teleterra buttons and have them beep

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add LEGACY_MONITOR defines to more programs</title>
<updated>2011-10-16T05:54:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-16T05:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a10aa835a06b71e2cefeb6b10daaf8cc394603b6'/>
<id>urn:sha1:a10aa835a06b71e2cefeb6b10daaf8cc394603b6</id>
<content type='text'>
Make all monitoring programs define whether they want all of the old
telemetry formats too.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: oops -- forgot to add the cc1111 string code</title>
<updated>2011-10-12T05:29:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-12T05:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=65873a3ad1d8e8b5ec002be2576c6f496543306a'/>
<id>urn:sha1:65873a3ad1d8e8b5ec002be2576c6f496543306a</id>
<content type='text'>
This is required for all cc1111 builds now; it provides xdata string
functions.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Split out arch-specific bits of LCD driver</title>
<updated>2011-10-12T05:28:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-12T05:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=badda0d910c56135401dce9adc9e6abebdba2ad7'/>
<id>urn:sha1:badda0d910c56135401dce9adc9e6abebdba2ad7</id>
<content type='text'>
The arch-specific section just puts a single nibble to the device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Improve TM v1.0 apogee estimate</title>
<updated>2011-10-09T04:23:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-09T04:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ca036c5616c3e745c0b878ed90618d4ff710c0e5'/>
<id>urn:sha1:ca036c5616c3e745c0b878ed90618d4ff710c0e5</id>
<content type='text'>
v1.0 boards have noisy accelerometer data caused by interactions
between RF transmission and the accelerometer measurements; this noise
generates a negative bias in the accelerometer readings. The net
effect is that the estimated speed is lower than the actual speed,
causing early an apogee estimate.

By increasing the sigma value for accelerometer data, the kalman
filter 'trusts' the acceleration data less, putting more weight on the
barometer data. This causes the estimated time of apogee to be closer
to the correct value.

This reduces the response to changes in acceleration.

This new value is applied solely to TeleMetrum v1.0 boards. v1.1
boards correct for this error, and hence can use the correct sigma
value for the accelerometer.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Write xdata versions of memory functions</title>
<updated>2011-10-07T15:54:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-07T15:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=258b75498916183ed250d3abb3282fe3d843e7a1'/>
<id>urn:sha1:258b75498916183ed250d3abb3282fe3d843e7a1</id>
<content type='text'>
These are significantly smaller than the general pointer versions from
libc on the cc1111.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;

Conflicts:

	src/Makefile.proto
	src/cc1111/ao_adc.c
	src/cc1111/ao_packet_master.c
	src/core/ao.h

Fix up the new makefiles
</content>
</entry>
</feed>
