<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch tmarble-trng</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=tmarble-trng</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=tmarble-trng'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-03-22T00:09:09+00:00</updated>
<entry>
<title>Build usbtrng-v2.0 with DEBUG_FIPS</title>
<updated>2015-03-22T00:09:09+00:00</updated>
<author>
<name>Tom Marble</name>
<email>tmarble@info9.net</email>
</author>
<published>2015-03-22T00:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=efc915ea6ff9ba139f0250b403851729f57ee191'/>
<id>urn:sha1:efc915ea6ff9ba139f0250b403851729f57ee191</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added DEBUG_FIPS define to usbtrng-v2.0</title>
<updated>2015-03-21T23:21:30+00:00</updated>
<author>
<name>Tom Marble</name>
<email>tmarble@info9.net</email>
</author>
<published>2015-03-21T23:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=58e011a2b4b475e5125be46cd64549ec89ee890f'/>
<id>urn:sha1:58e011a2b4b475e5125be46cd64549ec89ee890f</id>
<content type='text'>
- undef =&gt; firmware will emulate chaoskey
- defined =&gt; firmware will show command menu (to allow debugging)

Added -X option in ao-usbtrng to transition to bootloader
</content>
</entry>
<entry>
<title>Update based on ADC ring change</title>
<updated>2015-03-20T23:12:19+00:00</updated>
<author>
<name>Tom Marble</name>
<email>tmarble@info9.net</email>
</author>
<published>2015-03-20T23:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cb1363d0cb2f3fd60f321d70004479683c9e7a97'/>
<id>urn:sha1:cb1363d0cb2f3fd60f321d70004479683c9e7a97</id>
<content type='text'>
Change usbtrng-v2.0 USB vendor and product ID's to match chaoskey-v0.1
</content>
</entry>
<entry>
<title>altos/stmf0: Have fast ADC ring buffer code use wrap-around</title>
<updated>2015-03-20T22:09:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-20T22:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b1b69c8b73cbffb56c688f6a968d144b642cdff2'/>
<id>urn:sha1:b1b69c8b73cbffb56c688f6a968d144b642cdff2</id>
<content type='text'>
Instead of requiring that the whole set of returned values fit
precisely in the ring, allow for wrap-around so that we can fetch an
odd number of ADC values. The previous version required that the fetch
amount always be a factor of the ADC buffer size.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/chaoskey: Set USB VID/PID to 0x1d50/0x60c6</title>
<updated>2015-03-19T08:12:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-19T08:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=43b4044dc71d44cb25be6397b4d66fd792580eed'/>
<id>urn:sha1:43b4044dc71d44cb25be6397b4d66fd792580eed</id>
<content type='text'>
These are allocated from the OpenMoko USB vendor ID page and offer a
more 'official' number than from using the 0xfffe space.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add the ability to configure a different USB vendor ID</title>
<updated>2015-03-19T08:11:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-19T08:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c3321bd9f73c89686fe983a8d99f4e54fa91550e'/>
<id>urn:sha1:c3321bd9f73c89686fe983a8d99f4e54fa91550e</id>
<content type='text'>
ChaosKey will use an OpenMoko vid/pid, so we need the ability to
configure a different USB vendor ID for each product.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Support old telemega eeprom file formats in ao_flight_test</title>
<updated>2015-03-10T15:34:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-10T15:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ce99807ef942de54a3f934d321baf3c3d26442bb'/>
<id>urn:sha1:ce99807ef942de54a3f934d321baf3c3d26442bb</id>
<content type='text'>
The old eeprom format used different stoarge for the accel calibration
data, which doesn't matter to this code, but the change in the format
value does.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Make aprs test code compile again</title>
<updated>2015-03-10T15:32:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-10T15:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f92be7e22150b2de4c899e687d3bbfc1eb842f9e'/>
<id>urn:sha1:f92be7e22150b2de4c899e687d3bbfc1eb842f9e</id>
<content type='text'>
Adding the compressed/uncompressed config option broke the APRS test harness.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/stmf0: Need ao_exti.h for pin configuration</title>
<updated>2015-03-08T00:53:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-08T00:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dec8de9c642fea1df924a667a4779a6c6c8c3453'/>
<id>urn:sha1:dec8de9c642fea1df924a667a4779a6c6c8c3453</id>
<content type='text'>
Flash loader uses pin configuration to set up GPIOs for boot selection

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add makefile for chaoskey flash loader</title>
<updated>2015-03-08T00:40:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-03-08T00:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4e53a5da5a8921829a3bb290e7c051950a66ab75'/>
<id>urn:sha1:4e53a5da5a8921829a3bb290e7c051950a66ab75</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
