<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/lib/cc-usb.c, branch droid-prefs</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=droid-prefs</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=droid-prefs'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-05-08T04:30:26+00:00</updated>
<entry>
<title>ao-tools/ao-stmload: Add --verbose flag</title>
<updated>2013-05-08T04:30:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-27T07:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1695f6af46ea647119d651fc09c97d604d08c736'/>
<id>urn:sha1:1695f6af46ea647119d651fc09c97d604d08c736</id>
<content type='text'>
This dumps out the serial communication so you can see where things go wrong.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/lib: Deal with binary USB data in debugging output</title>
<updated>2013-05-08T03:07:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-24T22:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0b6128d634c49e1790675ae8111e970b1af1f141'/>
<id>urn:sha1:0b6128d634c49e1790675ae8111e970b1af1f141</id>
<content type='text'>
Dump non-ascii characters in hex format.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Make library support µPusb</title>
<updated>2013-03-21T06:22:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-21T06:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=15bc83a0eaaa9a43d67fdc3e9f412d5b2c1f06dd'/>
<id>urn:sha1:15bc83a0eaaa9a43d67fdc3e9f412d5b2c1f06dd</id>
<content type='text'>
Set baud rate to 9600, look for FTDI-style names

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-dumpflash program</title>
<updated>2013-03-04T00:53:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-04T00:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3605e97ee918b3f87e4c471906f708c3ea027eef'/>
<id>urn:sha1:3605e97ee918b3f87e4c471906f708c3ea027eef</id>
<content type='text'>
This program dumps the entire flash contents of an AltOS device to
allow for external analysis.

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>Flush pending input when switching to remote packet mode</title>
<updated>2009-11-05T05:59:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-05T05:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=843ee489aac34ad6d81f55f1c85fb9eecc42d86b'/>
<id>urn:sha1:843ee489aac34ad6d81f55f1c85fb9eecc42d86b</id>
<content type='text'>
Any pending input would just confuse the application, so pull it off
the link and dump it.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add ability to dump eeprom data over radio link.</title>
<updated>2009-11-03T09:27:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-11-03T09:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=27ebaf8e13aed06bb1ea6e770f767495a02be6c5'/>
<id>urn:sha1:27ebaf8e13aed06bb1ea6e770f767495a02be6c5</id>
<content type='text'>
This adds a '-R' option to ao-dumplog to redirect the connection
through a USB attached TeleDongle over the radio link to a remote
TeleMetrum device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add ao-dumplog to capture flight log from command line</title>
<updated>2009-09-05T07:29:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-09-05T07:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=26f56b51bd11aa91f1d77b81827b49c28cb6ec5f'/>
<id>urn:sha1:26f56b51bd11aa91f1d77b81827b49c28cb6ec5f</id>
<content type='text'>
This duplicates the functionality of the flight log stuf in ao-view,
except from the command line where it belongs.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>'fix' ao-eeprom to read two blocks at once. Work around kernel bugs.</title>
<updated>2009-09-04T22:01:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-09-04T22:01:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=332b056459b1352e233a8bf5f08498df12d32160'/>
<id>urn:sha1:332b056459b1352e233a8bf5f08498df12d32160</id>
<content type='text'>
The kernel appears to leave serial data undelivered at times. Reading
two blocks at once appears to make it relinquish the queued data.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Rename tools to ao-&lt;foo&gt;</title>
<updated>2009-08-18T19:40:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-08-18T19:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9789ca5e8caa9a013e804f307b9da380e147bd75'/>
<id>urn:sha1:9789ca5e8caa9a013e804f307b9da380e147bd75</id>
<content type='text'>
Use a consistent prefix to make it easier to remember which programs
belong to this package

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