<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/Makefile.am, branch 1.4.9.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.4.9.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.4.9.2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-06-23T06:52:53+00:00</updated>
<entry>
<title>ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash</title>
<updated>2014-06-23T06:52:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-23T04:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7'/>
<id>urn:sha1:fc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7</id>
<content type='text'>
C versions of the test programs used to validate hardware prior to ship

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: build ao-usbload by default</title>
<updated>2013-12-09T03:04:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T03:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3e22a0dce4248cce862147c985078de44c427b12'/>
<id>urn:sha1:3e22a0dce4248cce862147c985078de44c427b12</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Allow building without stlink and readline</title>
<updated>2013-12-08T19:07:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-08T19:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ebb36d56c732ffe9cdb8d2ea53d00e1d4ece8f97'/>
<id>urn:sha1:ebb36d56c732ffe9cdb8d2ea53d00e1d4ece8f97</id>
<content type='text'>
This adds --without-stlink and --without-readline options to configure
to disable these features, and adjusts the build process and code to
handle that.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-flash-stm and ao-flash-lpc scripts</title>
<updated>2013-12-08T07:27:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-08T07:27:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5fd0dc6f69e7614ba71bbc215b32260a11595af3'/>
<id>urn:sha1:5fd0dc6f69e7614ba71bbc215b32260a11595af3</id>
<content type='text'>
These use openocd to download boot loaders to the arm-based products

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-elftohex and .ihx symbol support</title>
<updated>2013-11-28T17:31:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-28T17:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=14204e3d147ad99cc249ad8de254809180fe5c38'/>
<id>urn:sha1:14204e3d147ad99cc249ad8de254809180fe5c38</id>
<content type='text'>
ao-elftohex converts an elf file into a hex file so that we can load
it with java.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: add ao-dump-up</title>
<updated>2013-03-19T05:12:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-19T05:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=548cf57d5a5ea323bbfc3605b44c23fc48dec96b'/>
<id>urn:sha1:548cf57d5a5ea323bbfc3605b44c23fc48dec96b</id>
<content type='text'>
Dumps out a µP log. Useful for µPusb bring-up

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-edit-telem</title>
<updated>2013-03-10T04:40:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-10T04:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=72c5b1429bdfd6e9d2185bad7d0adb281fdf659a'/>
<id>urn:sha1:72c5b1429bdfd6e9d2185bad7d0adb281fdf659a</id>
<content type='text'>
This lets you edit a telemetry file. The only current editing
available is to change the pad location, allowing a flight to be
replayed anywhere in the world.

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>
</feed>
