<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch 1.4.9.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.4.9.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.4.9.2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-07-14T08:05:28+00:00</updated>
<entry>
<title>Set version to 1.4.9.2</title>
<updated>2014-07-14T08:05:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T07:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=54b58e925e27e87bf2903678f87b7544ee2e8167'/>
<id>urn:sha1:54b58e925e27e87bf2903678f87b7544ee2e8167</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altoslib: Parse eeprom 'altitude-32' fields</title>
<updated>2014-07-14T07:45:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T07:45:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9e9151c3b4bb9ce329e1b44440a7aceb9f39b9a0'/>
<id>urn:sha1:9e9151c3b4bb9ce329e1b44440a7aceb9f39b9a0</id>
<content type='text'>
This lets us tell if the altimeter supports 32-bit GPS altitudes in
the eeprom log.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Build TeleMetrumV2 flight test variant</title>
<updated>2014-07-14T03:44:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0fd867f504dd7df62e95da98ded511bb7b9e4c66'/>
<id>urn:sha1:0fd867f504dd7df62e95da98ded511bb7b9e4c66</id>
<content type='text'>
Parses TeleMetrumV2 eeprom files and runs the TeleMetrumV2 flight code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make ao_gps_print deal with telem containing 32-bit altitude values</title>
<updated>2014-07-14T03:43:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=50aec54bdc35962145eff9b465f9cd7b3d9fea0b'/>
<id>urn:sha1:50aec54bdc35962145eff9b465f9cd7b3d9fea0b</id>
<content type='text'>
ao_gps_print is used with new telem packets from a few places; use
AO_TELEMETRY_LOCATION_ALTITUDE when necessary.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Interrupt radio receive when changing data rate</title>
<updated>2014-07-14T03:42:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6c3d09bf40f2af6e8722f33a70b41e5d94ceaf9f'/>
<id>urn:sha1:6c3d09bf40f2af6e8722f33a70b41e5d94ceaf9f</id>
<content type='text'>
This aborts any pending radio receive when changing the data rate so
that the radio can be reprogrammed to receive at the correct rate.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add a few GPS telem/eeprom constants</title>
<updated>2014-07-14T03:41:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5d1adc6775a66633661af747bc4176e06f97630f'/>
<id>urn:sha1:5d1adc6775a66633661af747bc4176e06f97630f</id>
<content type='text'>
These make it possible to encode/decode GPS data from telemetry and
eeprom files

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Provide altitude to temperature conversion function</title>
<updated>2014-07-14T03:40:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6c9daa4f471ac90ffce3bfe8876c9008f79a5b7f'/>
<id>urn:sha1:6c9daa4f471ac90ffce3bfe8876c9008f79a5b7f</id>
<content type='text'>
This takes altitude and computes the 'normal' temperature for
that.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add TMv2 and Tgps log formats to cc.h</title>
<updated>2014-07-13T18:06:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-13T18:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e447e1e5c90d3fc1be9c5a1c966c7c688a87ba18'/>
<id>urn:sha1:e447e1e5c90d3fc1be9c5a1c966c7c688a87ba18</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telefire,telelco: Add HAS_RADIO_RATE to launch system software</title>
<updated>2014-07-13T06:52:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-13T06:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a60ba449ec237ad3b8dade9dcea603b349dbccb1'/>
<id>urn:sha1:a60ba449ec237ad3b8dade9dcea603b349dbccb1</id>
<content type='text'>
This lets us set the rate to a lower value to improve range. 9600 baud
works great; 2400 baud makes the initial search take a long time.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Missing function in TeleGPSConfigUI</title>
<updated>2014-07-11T04:27:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-11T04:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fa155693282746861b227afd6cbccc83dfd1bbed'/>
<id>urn:sha1:fa155693282746861b227afd6cbccc83dfd1bbed</id>
<content type='text'>
set_altitude_32 was added to the abstract class but not here.

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