<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/lib/Makefile.am, branch 1.8.6</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.8.6</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.8.6'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2016-03-18T18:15:57+00:00</updated>
<entry>
<title>ao-tools: Add ao-makebin</title>
<updated>2016-03-18T18:15:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-03-18T18:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f393482ec47e857db654fa071d4df95e98dab381'/>
<id>urn:sha1:f393482ec47e857db654fa071d4df95e98dab381</id>
<content type='text'>
This constructs a raw binary or DFU format file for use with dfu-util,
which can be used with a bare STM processor to load code before the
boot loader is available.

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: 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>
<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: Create general elf and hex library routines</title>
<updated>2013-11-27T21:59:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-11-27T21:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=95a8180f3d7929dbad65c80421f99c925f245af0'/>
<id>urn:sha1:95a8180f3d7929dbad65c80421f99c925f245af0</id>
<content type='text'>
Pulls the elf stuff out of ao-stmload, change the hex stuff into ao_
routines.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-mega tool to parse TeleMega eeprom files</title>
<updated>2013-05-27T00:57:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-27T00:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8083aa731c99d09bdd4a8c216bb11f846734d7df'/>
<id>urn:sha1:8083aa731c99d09bdd4a8c216bb11f846734d7df</id>
<content type='text'>
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-telem: Add new program to convert telem data to ascii</title>
<updated>2011-10-08T17:50:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-08T17:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=82604193ed0c522c1fba0072b504fe88b027f1ee'/>
<id>urn:sha1:82604193ed0c522c1fba0072b504fe88b027f1ee</id>
<content type='text'>
This reads telem files and displays them in ascii form. It's not done,
and it's not documented, but it's a start.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Remove stale tools (ao-dumplog, ao-postflight, ao-view)</title>
<updated>2011-08-24T06:20:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-24T06:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=63808e0392f43633f92fee137d968e969dd364c9'/>
<id>urn:sha1:63808e0392f43633f92fee137d968e969dd364c9</id>
<content type='text'>
These tools have all been supplanted by altosui at this point, and
keeping them around increases the build dependencies by quite a lot.

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