<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/lib, branch stm-flash</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=stm-flash</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=stm-flash'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-04-27T07:26:11+00:00</updated>
<entry>
<title>ao-tools/ao-stmload: Add --verbose flag</title>
<updated>2013-04-27T07:26:11+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=38429deb962b11ce64bc7639febaacc18312fa56'/>
<id>urn:sha1:38429deb962b11ce64bc7639febaacc18312fa56</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>Merge branch 'master' into stm-flash</title>
<updated>2013-04-22T22:20:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-22T22:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=33c3b2c57d0d4285b75d4dcf7ca67ad19da08c86'/>
<id>urn:sha1:33c3b2c57d0d4285b75d4dcf7ca67ad19da08c86</id>
<content type='text'>
Conflicts:
	ao-tools/ao-stmload/ao-stmload.c
</content>
</entry>
<entry>
<title>ao-tools/lib: Add loading support for 32-bit ihx files</title>
<updated>2013-03-24T22:32:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-24T22:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0d8d882d9aab09b7346e3ea748f270154556cf33'/>
<id>urn:sha1:0d8d882d9aab09b7346e3ea748f270154556cf33</id>
<content type='text'>
These place the upper 16 bits of the address in a special record. That
requires handling records in file order, so don't sort them in address
order anymore, instead find the bounds of the loaded data by scanning
them all.

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-03-24T22:29:32+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=dab354fe3060c4630f7843065295357f17e94aab'/>
<id>urn:sha1:dab354fe3060c4630f7843065295357f17e94aab</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/lib: Add cc_telemetry_unparse</title>
<updated>2013-03-10T04:39:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-10T04:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b460d38bc2685bca7f530b7749c0e0381f6264c'/>
<id>urn:sha1:9b460d38bc2685bca7f530b7749c0e0381f6264c</id>
<content type='text'>
This takes a telemetry structure and generates a string version

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-tools. Oops, let 'ao-mega' slip into build.</title>
<updated>2012-12-04T09:34:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-04T09:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1f52e8afce514a6b943c92aaa6d7189d11d9fe76'/>
<id>urn:sha1:1f52e8afce514a6b943c92aaa6d7189d11d9fe76</id>
<content type='text'>
This is a tool to parse ao-mega eeprom files; not sure it'll be that
useful, and it's certainly not usable *yet*.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make skytraq reflashing code try both 9600 and 4800 baud</title>
<updated>2012-12-01T04:51:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-01T04:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5f6b3790667d9b92370b4fe0dad5626929fea2ba'/>
<id>urn:sha1:5f6b3790667d9b92370b4fe0dad5626929fea2ba</id>
<content type='text'>
This lets it communicate with the ROM code which boots at 4800 baud
instead of 9600 baud.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Support MM telemetry packets in ao-telem</title>
<updated>2012-06-21T16:51:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-21T16:51:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0b5548d6ced67201311e1072d37fbedd3d9929c9'/>
<id>urn:sha1:0b5548d6ced67201311e1072d37fbedd3d9929c9</id>
<content type='text'>
Parse the new packet formats

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