<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch pwmin</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=pwmin</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=pwmin'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-07-18T07:01:51+00:00</updated>
<entry>
<title>altosui: Make scan UI handle incremental telem data</title>
<updated>2012-07-18T07:01:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-18T07:01:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f164e48cbeff521d45737794e2046a08322951d6'/>
<id>urn:sha1:f164e48cbeff521d45737794e2046a08322951d6</id>
<content type='text'>
The new telem format doesn't send everything in each telem packet, so
we need to handle updating information incrementally in the scan
results. This involved clearing old scan data when switching
frequencies and then updating existing entries with new data as it arrives.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Move idle monitor managing code to altoslib</title>
<updated>2012-07-18T04:04:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-18T04:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f6921c9040b1f1fc4408d163532b0695a3611195'/>
<id>urn:sha1:f6921c9040b1f1fc4408d163532b0695a3611195</id>
<content type='text'>
More stuff to be shared (potentially)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Don't use MISSING values in max computations</title>
<updated>2012-07-18T03:43:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-18T03:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=97c1cfee929a35dd1596dc02ce519b80132f3c5c'/>
<id>urn:sha1:97c1cfee929a35dd1596dc02ce519b80132f3c5c</id>
<content type='text'>
Early telemetry state may be missing critical data, don't use MISSING
values in computing max ranges.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Fix MM conversion functions</title>
<updated>2012-07-18T03:42:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-18T03:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=99b7eaf8d1b312443b842d078fb8464032b3a39b'/>
<id>urn:sha1:99b7eaf8d1b312443b842d078fb8464032b3a39b</id>
<content type='text'>
Pressure is already reported in Pa, no need to convert that.
Voltage divider computations were backwards.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Move serial datastream parser to altoslib</title>
<updated>2012-07-16T22:35:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-16T22:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=52196975c447851f14619213c1de5101d334eebc'/>
<id>urn:sha1:52196975c447851f14619213c1de5101d334eebc</id>
<content type='text'>
instead of having it in altosui

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Abstract remote connection timeout stuff</title>
<updated>2012-07-12T02:15:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-12T02:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b5f6d4e5251a825395c93916afa3af659c678498'/>
<id>urn:sha1:b5f6d4e5251a825395c93916afa3af659c678498</id>
<content type='text'>
This moves some of the logic for managing when to present the 'cancel'
dialog for remote operations to altoslib.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Remove a bunch of debugging printfs</title>
<updated>2012-07-11T21:28:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-11T21:28:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f078a591cf2fafe89bb1bb883f49d80750129d44'/>
<id>urn:sha1:f078a591cf2fafe89bb1bb883f49d80750129d44</id>
<content type='text'>
These aren't useful at this point.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: AltosSerial and AltosLink both tried to provide frequency setting</title>
<updated>2012-06-27T05:19:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-27T05:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9dcb4e2ab60ecf0cc7371c1b1a620be952fa8776'/>
<id>urn:sha1:9dcb4e2ab60ecf0cc7371c1b1a620be952fa8776</id>
<content type='text'>
AltosLink owns all of the device configuration, so remove that from
AltosSerial and make sure that AltosLink provides the right function
signatures (wasn't using the new direct frequency setting command).

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Support MM telemetry packets</title>
<updated>2012-06-21T16:50:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-21T16:50:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6f421818fd7062f03bfaf9e606d6a4cfdcb13b49'/>
<id>urn:sha1:6f421818fd7062f03bfaf9e606d6a4cfdcb13b49</id>
<content type='text'>
Required restructuring the whole telemetry system to provide abstract
interfaces to flight data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add rudimentary MM support to altosui</title>
<updated>2012-06-18T02:01:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-18T02:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4cb46b8a84a0dd5b8fcb479d7aa5157480e1bc67'/>
<id>urn:sha1:4cb46b8a84a0dd5b8fcb479d7aa5157480e1bc67</id>
<content type='text'>
Decoded the MM sensor packets as if they were TM packets.
Add the USB ids.
Add class of 'altimeter' devices and match those instead of just
telemetrum as appropriate.

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