<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/lib, branch 1.4.9.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.4.9.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.4.9.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-06-10T16:44:57+00:00</updated>
<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>
<entry>
<title>ao-tools: Wait for device to become ready instead of failing</title>
<updated>2014-04-05T07:22:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T06:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ca4b20f9781b1dc6974d26952973dfe0d607478c'/>
<id>urn:sha1:ca4b20f9781b1dc6974d26952973dfe0d607478c</id>
<content type='text'>
For some reason, USB devices take 'a while' to become usable; instead
of bailing immediately, sit around waiting to see if the device
becomes usable if we get an EBUSY or EACCES error.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Split out altos symbol editing from ao-stmload</title>
<updated>2013-11-28T18:31:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-28T18:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f27dff090c8f3a63bd932715643980703160bde6'/>
<id>urn:sha1:f27dff090c8f3a63bd932715643980703160bde6</id>
<content type='text'>
to be shared with ao-usbload

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Missing ao-selfload.h</title>
<updated>2013-11-28T17:52:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-28T17:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5ef287723f8d8bfbfb3582d22bfb5c2a3129414a'/>
<id>urn:sha1:5ef287723f8d8bfbfb3582d22bfb5c2a3129414a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ao-tools: move 16/32-bit readers from ao-stmload to lib</title>
<updated>2013-11-28T17:52:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-28T17:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e6c9ca218d944443c86555e513534d82713af936'/>
<id>urn:sha1:e6c9ca218d944443c86555e513534d82713af936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ao-tools: Move ao-selfload into library</title>
<updated>2013-11-28T17:46:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-28T17:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d93a65a90f19e4816231e03b1f399af6e3742aee'/>
<id>urn:sha1:d93a65a90f19e4816231e03b1f399af6e3742aee</id>
<content type='text'>
This needs to be shared between ao-stmload and ao-usbload

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