<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/ao-usbload, branch master</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=master</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2019-01-03T20:09:58+00:00</updated>
<entry>
<title>ao-tools: Fix warnings in ao-tools</title>
<updated>2019-01-03T20:09:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-01-03T19:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6f729ff46b2f4531db68f0af85e7e9fe0f6d1969'/>
<id>urn:sha1:6f729ff46b2f4531db68f0af85e7e9fe0f6d1969</id>
<content type='text'>
None of these appear likely to have caused actual problems.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add lots of compiler warning flags to ao-tools build</title>
<updated>2019-01-03T19:40:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-01-03T19:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f14c799ae7ff3be56c28f5694f04c03daff7708e'/>
<id>urn:sha1:f14c799ae7ff3be56c28f5694f04c03daff7708e</id>
<content type='text'>
This catches some uninitialized variable errors which cause
ao-cal-accel to crash (fixes coming next)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-usbload: Flip product names in loader error message</title>
<updated>2018-03-16T21:52:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-03-16T21:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1ea6188a9c78ab0642001110cac6c3b35e8ccc88'/>
<id>urn:sha1:1ea6188a9c78ab0642001110cac6c3b35e8ccc88</id>
<content type='text'>
I was reversing the 'target' vs 'image' names in the error message,
leading to a bit of confusion.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-usbload: Fix -f flag, remove debug hacks</title>
<updated>2016-09-03T04:34:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-09-03T04:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3ea30c1909b3ae23918ea6d0a53d2c4065b08763'/>
<id>urn:sha1:3ea30c1909b3ae23918ea6d0a53d2c4065b08763</id>
<content type='text'>
The code to validate the usb id and product name had some debug hacks
left enabled, which caused it to fail. The short -f version of the
force flag was also not getting parsed correctly.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-usbload: Check target device name to avoid mis-flashing</title>
<updated>2016-08-14T22:57:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-08-14T22:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=462039c769f2db9328b04759807c30691f2b96c2'/>
<id>urn:sha1:462039c769f2db9328b04759807c30691f2b96c2</id>
<content type='text'>
Instead of blindly loading firmware, go get the old device's name and
make sure it matches the new firmware.

Add --force option to allow this to be overridden.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch from GPLv2 to GPLv2+</title>
<updated>2016-07-12T22:41:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-07-05T16:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a'/>
<id>urn:sha1:1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add --wait option to ao-usbload</title>
<updated>2015-01-26T03:58:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-01-26T03:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=32c68670af9f8aa690c64d64502e559c0df0c1db'/>
<id>urn:sha1:32c68670af9f8aa690c64d64502e559c0df0c1db</id>
<content type='text'>
This waits forever for USB writes to complete, instead of timing out
after five seconds. Useful when debugging the device.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-usbload: Check image flash usage against device flash availability</title>
<updated>2014-05-13T06:20:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-13T06:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6dd7eae5e4752d2098797e96953db8923e26835b'/>
<id>urn:sha1:6dd7eae5e4752d2098797e96953db8923e26835b</id>
<content type='text'>
For devices which report the range of valid flash addresses from their
boot loader, check the loaded image to make sure it fits within that range.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Clean up ao-stmload and ao-usbload options. Add --raw</title>
<updated>2013-12-08T19:10:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-08T19:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=25aaf6122cbddcbc6a80460dac8ccb9f45743ae0'/>
<id>urn:sha1:25aaf6122cbddcbc6a80460dac8ccb9f45743ae0</id>
<content type='text'>
ao-stmload only uses stlink, ao-usbload only uses self-flashing, so
clear up the options in the two programs. The new --raw option skips
the serial and radio cal rewriting when flashing the boot loader.

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