<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/lib, branch debian/1.6-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-01-26T03:58:38+00:00</updated>
<entry>
<title>ao-tools: Add --wait option to ao-usbload</title>
<updated>2015-01-26T03:58:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-01-26T03:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=32c68670af9f8aa690c64d64502e559c0df0c1db'/>
<id>urn:sha1:32c68670af9f8aa690c64d64502e559c0df0c1db</id>
<content type='text'>
This waits forever for USB writes to complete, instead of timing out
after five seconds. Useful when debugging the device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-send-telem: Support sending TM v2 and Tm v2 telemetry</title>
<updated>2014-08-18T03:55:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-08-18T03:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=830f31fd6dc280e7a63ba689b7a48beff5c49072'/>
<id>urn:sha1:830f31fd6dc280e7a63ba689b7a48beff5c49072</id>
<content type='text'>
Add state tracking so the telemetry sending code works.

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>Revert "ao-tools: Parse TeleGPS state value from gps location packet"</title>
<updated>2014-06-10T16:44:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-10T16:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f6d633d73a8f826cf2a3128e3e234bd11af49718'/>
<id>urn:sha1:f6d633d73a8f826cf2a3128e3e234bd11af49718</id>
<content type='text'>
This reverts commit 428d09294ba0395fedd71346ad00fd90a4cdde97.
</content>
</entry>
<entry>
<title>ao-tools: Parse TeleGPS state value from gps location packet</title>
<updated>2014-06-08T04:12:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-08T04:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=428d09294ba0395fedd71346ad00fd90a4cdde97'/>
<id>urn:sha1:428d09294ba0395fedd71346ad00fd90a4cdde97</id>
<content type='text'>
TeleGPS encodes state in a spare gps location packet byte, masking in
0x80 to signify that the state value is valid

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add cc_usb_write function</title>
<updated>2014-05-26T03:58:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T03:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d63319f6f29ef714bb1d5c359c2448f63e7a4534'/>
<id>urn:sha1:d63319f6f29ef714bb1d5c359c2448f63e7a4534</id>
<content type='text'>
This writes raw bytes to the USB port; useful for sending binary data
for flashing or the upcoming flight test stuff.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Clean up ao-sym structure an initializers</title>
<updated>2014-05-01T05:13:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-01T05:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0223fced2c6d2b9f63ede6258afae46c3f55c200'/>
<id>urn:sha1:0223fced2c6d2b9f63ede6258afae46c3f55c200</id>
<content type='text'>
Remove unused 'default_addr' field. Use named initializers when
setting up the struct.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-telem: Dump orientation field from TeleMega sensor telemetry packet</title>
<updated>2014-05-01T05:11:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-01T05:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fd406000659a11862e05c22dbb20cdb738f56b01'/>
<id>urn:sha1:fd406000659a11862e05c22dbb20cdb738f56b01</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
