<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools/ao-chaosread, 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-08T01:15:03+00:00</updated>
<entry>
<title>Remove ao-chaosread</title>
<updated>2019-01-08T01:15:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2019-01-08T01:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=38630c65460b5e873a0df0fef937d498a37ea329'/>
<id>urn:sha1:38630c65460b5e873a0df0fef937d498a37ea329</id>
<content type='text'>
This program is now provided by the independent chaosread program.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<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-chaosread: Add support for the new flash endpoint in chaoskey</title>
<updated>2018-05-07T16:21:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-05-07T04:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ab65e9f257493da5282d8933d8f0dcb716c1f41f'/>
<id>urn:sha1:ab65e9f257493da5282d8933d8f0dcb716c1f41f</id>
<content type='text'>
This adds support for endpoint 0x87, which streams the contents of the
onboard flash to the host for firmware verification.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-chaosread: add --raw and --cooked flags</title>
<updated>2018-01-08T05:43:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-01-08T05:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=db7f7c6c7f956058250b8057c6c27284f6f22e53'/>
<id>urn:sha1:db7f7c6c7f956058250b8057c6c27284f6f22e53</id>
<content type='text'>
Allow reading from the cooked endpoint as well as the raw one.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-chaosread: Add -Wall -Wextra, clean up results</title>
<updated>2017-09-12T20:31:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-09-06T14:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f607a882a50aa6cd9e8e3e74cbaa5bcc1b5fa4a4'/>
<id>urn:sha1:f607a882a50aa6cd9e8e3e74cbaa5bcc1b5fa4a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ao-chaosread: Parse -i and -b options</title>
<updated>2016-08-14T22:55:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-08-14T22:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c62816a00b9aa40879a2ea98da2d10667e09b704'/>
<id>urn:sha1:c62816a00b9aa40879a2ea98da2d10667e09b704</id>
<content type='text'>
Need to pass the single-byte verisons to getopt_long

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-chaosread: Eliminate double-free when serial match fails</title>
<updated>2016-08-02T23:55:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-08-02T23:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d52cb9dac725206ba7b2d26818c84f134d5bf183'/>
<id>urn:sha1:d52cb9dac725206ba7b2d26818c84f134d5bf183</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-chaosread: Add --infinite and --bytes options</title>
<updated>2016-08-02T23:55:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-08-02T23:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3bdc9028502c766d1c8ddb4f0dedba4bbc22384e'/>
<id>urn:sha1:3bdc9028502c766d1c8ddb4f0dedba4bbc22384e</id>
<content type='text'>
The --infinite option keeps writing data.
The --bytes options pulls out bits 1-8 which should provide 8 true
bits of entropy.

This combination allows ao-chaosread to be fed directly into dieharder
to validate the hardware.

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