<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch telemetrum-v2.0</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-06-24T21:30:23+00:00</updated>
<entry>
<title>altosui: Add EasyMini USB ids</title>
<updated>2013-06-24T21:30:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-24T21:26:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=261ec8fc7043e9314469e919aa96acc461f7e5f2'/>
<id>urn:sha1:261ec8fc7043e9314469e919aa96acc461f7e5f2</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add raw pressure to the AltosUI graph</title>
<updated>2013-06-17T21:00:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-17T21:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=10f3d0084ff1c0b3dbf28c5d44727b514caeee20'/>
<id>urn:sha1:10f3d0084ff1c0b3dbf28c5d44727b514caeee20</id>
<content type='text'>
A nice addition, and useful when diagnosing baro sensor issues

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Use preferred units for main deployment height configuration</title>
<updated>2013-06-11T23:39:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-11T23:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6827d0a7c59d606ea05387465f1ad4d914babd49'/>
<id>urn:sha1:6827d0a7c59d606ea05387465f1ad4d914babd49</id>
<content type='text'>
Show and accept values in the preferred units; create a separate list
of preferred values for each set of units

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos,altosui: Add pyro state logging for TeleMega</title>
<updated>2013-05-27T01:03:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-27T01:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=62547a042d042fadec652c5081f96816a8e66970'/>
<id>urn:sha1:62547a042d042fadec652c5081f96816a8e66970</id>
<content type='text'>
Only in the log file (no obvious space in the telem packets), but at
least we should be able to check for pyro failures.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add Mini logging format. Use in EasyMini</title>
<updated>2013-05-20T06:07:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T06:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=57b4d82dee10b142b820aa306028a288a85214f6'/>
<id>urn:sha1:57b4d82dee10b142b820aa306028a288a85214f6</id>
<content type='text'>
This is a 16-byte record that includes all of the sensor data in each
sensor record, along with records for flight state changes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telemega: The last two igniters are apogee and main</title>
<updated>2013-05-20T03:39:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d9cbef8cd364aae54855cc5bc64fb8c2b22057b0'/>
<id>urn:sha1:d9cbef8cd364aae54855cc5bc64fb8c2b22057b0</id>
<content type='text'>
Not the first two. TeleMega v0.3 has these marked on the silk

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Use sequence numbers to track GPS updates to AltosRecord</title>
<updated>2013-05-14T07:24:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-14T07:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=43f94e923a6a87520edcbb8fb4829e6ddf708908'/>
<id>urn:sha1:43f94e923a6a87520edcbb8fb4829e6ddf708908</id>
<content type='text'>
State objects now record what GPS sequence ID they have to know when
the GPS data has been updated. Record objects bump the GPS sequence
each time new GPS data is recorded. This way, record objects aren't
modified as they're iterated over to generate the list of state
objects which makes it possible to iterate multiple times and get the
same resulting set of states.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Correct hexfile address ranges</title>
<updated>2013-05-14T05:27:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-14T05:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=80a6b0ea5c36c307a8edc79ad10ef7a8ff3d480e'/>
<id>urn:sha1:80a6b0ea5c36c307a8edc79ad10ef7a8ff3d480e</id>
<content type='text'>
Stop trying to use sentinal values for addresses and just keep a
boolean tracking whether they've been initialized. Avoids precision
errors in the variables.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master-fixes' into stm-flash-fixes</title>
<updated>2013-05-10T04:06:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-10T04:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=106d212ff5920c39d95751ef6249dc141970412c'/>
<id>urn:sha1:106d212ff5920c39d95751ef6249dc141970412c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altoslib: Add non-persistent 'last logdir' preference</title>
<updated>2013-05-10T04:04:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-10T04:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=17eada6e586731defa9fd75316670c2b2b1601ee'/>
<id>urn:sha1:17eada6e586731defa9fd75316670c2b2b1601ee</id>
<content type='text'>
This is used to record the last directory for reading or writing log
files so that the UI can pop back to the same place next time.

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