<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch 0.9.4.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=0.9.4.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=0.9.4.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-07-16T01:53:41+00:00</updated>
<entry>
<title>Set version to 0.9.4.3 for Bdale 2011-7-16 flights</title>
<updated>2011-07-16T01:53:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-16T01:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7bb11b716ccb6c80701bc3f34ecf9bef97cbbfc9'/>
<id>urn:sha1:7bb11b716ccb6c80701bc3f34ecf9bef97cbbfc9</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: new versions of sdcc require __ prefixes for custom keywords</title>
<updated>2011-07-09T20:09:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-09T20:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0d0cf6f9a1b14a1b66aee3845964cd33d1f035c2'/>
<id>urn:sha1:0d0cf6f9a1b14a1b66aee3845964cd33d1f035c2</id>
<content type='text'>
Fortunately, 2.9.1 appears to accept either, so we can switch now and
prepare for sdcc 3.0.0.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Don't show missing igniter and gps values</title>
<updated>2011-07-07T04:38:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-07T04:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8f80f5705d64469bcfb00ff11aee68364edb271b'/>
<id>urn:sha1:8f80f5705d64469bcfb00ff11aee68364edb271b</id>
<content type='text'>
The new telemetry stuff leaves state.gps always set (but empty), which
seems fine, we just need to look at state.gps.connected to see if
there's a GPS receiver on board.

For TeleNano, we also want to hide the igniter status fields as they
won't have any data present.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Build device constants into .java code</title>
<updated>2011-07-07T04:38:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-07T04:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=80ca066a825646f833ca609190c76c5252118d9a'/>
<id>urn:sha1:80ca066a825646f833ca609190c76c5252118d9a</id>
<content type='text'>
This eliminates a depedency on updates to the system helper library,
which means we don't have to provide a new library on all platforms
just to support a new USB id.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: product defines are always in ao_product.h</title>
<updated>2011-07-07T00:49:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-07T00:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=504ab7ab355652d5d01094c927089029596a0753'/>
<id>urn:sha1:504ab7ab355652d5d01094c927089029596a0753</id>
<content type='text'>
When all products were built in a single directory, each one had a
separate version of ao_product.h. Now that they all reside in
sub-directories, each directory has its own ao_product.h

This change is needed so that other modules in the system can use the
product defines; otherwise, ao_product.h was not built at the right time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Ensure low-rate telem packets interleave with sensor telem packets</title>
<updated>2011-07-06T23:43:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-06T23:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=81cf2e833bedbc1ace8fd310e9e94bfb7673d428'/>
<id>urn:sha1:81cf2e833bedbc1ace8fd310e9e94bfb7673d428</id>
<content type='text'>
To avoid over-committing the radio link, we want to send only
one low rate packet after each sensor packet. However, the
initializations for this were incorrect, causing the configuration and
location packets to be sent at the same time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove ao_telemetry_orig.c and ao_telemetry_tiny.c</title>
<updated>2011-07-06T23:19:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-06T23:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5ca6400fd8a360b64d8f96f50d5595a7fd17762d'/>
<id>urn:sha1:5ca6400fd8a360b64d8f96f50d5595a7fd17762d</id>
<content type='text'>
All products use the common ao_telemetry.c code now

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch Tm and Tn to common telemetry code</title>
<updated>2011-07-06T23:19:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-06T23:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0154d13756bcb09f009981ee5e4bd27fd04b8788'/>
<id>urn:sha1:0154d13756bcb09f009981ee5e4bd27fd04b8788</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch flash drivers __xdata to __pdata</title>
<updated>2011-07-06T22:52:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-06T22:52:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b65140a0139075adeddaccf0f4d5c7a75fac4757'/>
<id>urn:sha1:b65140a0139075adeddaccf0f4d5c7a75fac4757</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch ao_flight and ao_flight_nano __xdata to __pdata</title>
<updated>2011-07-06T22:51:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-06T22:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=038d7b25ba833da4be458409670d3f95e8aaf17b'/>
<id>urn:sha1:038d7b25ba833da4be458409670d3f95e8aaf17b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
