<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/lib, branch 1.0</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.0</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.0'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-08-24T06:20:00+00:00</updated>
<entry>
<title>Remove stale tools (ao-dumplog, ao-postflight, ao-view)</title>
<updated>2011-08-24T06:20:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-24T06:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=63808e0392f43633f92fee137d968e969dd364c9'/>
<id>urn:sha1:63808e0392f43633f92fee137d968e969dd364c9</id>
<content type='text'>
These tools have all been supplanted by altosui at this point, and
keeping them around increases the build dependencies by quite a lot.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: ao-list was crashing with more than 3 devices connected</title>
<updated>2011-08-14T01:44:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-13T22:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3b87dd6f46922cf5f98deb2dffa2148c4244e48e'/>
<id>urn:sha1:3b87dd6f46922cf5f98deb2dffa2148c4244e48e</id>
<content type='text'>
the list of devices was getting realloced for each new device, but
that realloc was too small.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-dumplog: add --channel option (for use with -R option)</title>
<updated>2010-08-08T02:30:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-08-08T02:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=294d9c7db21eaf1e71504dbcca5040371abcce55'/>
<id>urn:sha1:294d9c7db21eaf1e71504dbcca5040371abcce55</id>
<content type='text'>
Sets the channel when downloading data with the -R option.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Telemetry code was mis-computing RSSI</title>
<updated>2010-07-15T02:10:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-07-03T21:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a9ec6be0e92dee01f7aac006ef6f7779c1da1b36'/>
<id>urn:sha1:a9ec6be0e92dee01f7aac006ef6f7779c1da1b36</id>
<content type='text'>
The RSSI data from the hardware reports in 1/2 dBm increments, and so
must be divided to report plain RSSI numbers.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Allow product names to have suffixes (like board revisions)</title>
<updated>2010-02-26T00:34:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-02-26T00:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1e60deca147c85a064719dfad14ccabd1049bbbd'/>
<id>urn:sha1:1e60deca147c85a064719dfad14ccabd1049bbbd</id>
<content type='text'>
When looking for a board by product name, just look at the prefix of
the name instead of requiring an exact match. This will allow products
to have board version suffixes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Pull in a bit more data for filtering the start of the boost</title>
<updated>2010-02-12T05:23:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-02-07T08:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c83615567b4567f3dc45a7f7b894943b45fbb65c'/>
<id>urn:sha1:c83615567b4567f3dc45a7f7b894943b45fbb65c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to using internal cc1111 temperature sensor</title>
<updated>2010-01-11T00:35:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2010-01-11T00:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9856b7c4397afcecc8f541af9a83824e817b3612'/>
<id>urn:sha1:9856b7c4397afcecc8f541af9a83824e817b3612</id>
<content type='text'>
v0.2 has no temperature sensor, and several of the v0.1 boards didn't
get a temperature sensor loaded. Use the internal temperature sensor
on the cc1111 in all cases instead.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Automatically extract flight number for eeprom and telem filenames.</title>
<updated>2009-11-22T09:10:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-22T09:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d'/>
<id>urn:sha1:d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d</id>
<content type='text'>
Extract flight number from either telemetry or eeprom files and use
that in the resulting filenames. To ensure that files remain unique,
add a new field, -seq-%03d. This is appended only when the sequence
number is non-zero as it shouldn't occur in normal usage.

This also eliminates some duplicate filename creation code in the
library and aoview sources.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Convert telemetry file GPS satellite information in cc_log_read</title>
<updated>2009-11-22T05:10:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-22T05:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2d77c18b15834046b7b79d49d87211828f2409e9'/>
<id>urn:sha1:2d77c18b15834046b7b79d49d87211828f2409e9</id>
<content type='text'>
The satellite info wasn't being correctly converted from telemetry
files to the data log structure, so ao-postflight was not seeing it.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Eliminate SiRF state values from ao-view.</title>
<updated>2009-11-20T20:16:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-20T20:16:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=87e6f3e5c1688503ab8595912d8d6eb7139830b7'/>
<id>urn:sha1:87e6f3e5c1688503ab8595912d8d6eb7139830b7</id>
<content type='text'>
With Skytraq not having any visible GPS state information, just
remove this from the display.

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