<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools, branch debian/1.6-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.6-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2015-01-27T06:23:19+00:00</updated>
<entry>
<title>ao-tools: Add ao-usbtrng to dump RNG data for testing</title>
<updated>2015-01-27T06:23:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2015-01-27T06:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bf08397202860a73417cd1711012eb3e33f308c3'/>
<id>urn:sha1:bf08397202860a73417cd1711012eb3e33f308c3</id>
<content type='text'>
ao-usbtrng reads a specified number of kilobytes of random data from
a random number generator.

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-send-telem: Add verbose, fake and rate options</title>
<updated>2014-10-25T04:24:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-10-25T02:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c17dff05b70d98e3193e8e68cc9599f3a30270b5'/>
<id>urn:sha1:c17dff05b70d98e3193e8e68cc9599f3a30270b5</id>
<content type='text'>
Verbose dumps some data while sending packets.
Fake sends constructed packets, once every 500ms.
Rate sets the transmit bit rate.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-test-igniter: Remove bogus printf</title>
<updated>2014-09-13T03:57:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-13T03:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e0077866138a1e29ede7181e39f04860b866543a'/>
<id>urn:sha1:e0077866138a1e29ede7181e39f04860b866543a</id>
<content type='text'>
This must have been left over from testing; it prints "device (null)",
which isn't very useful.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-test-gps: Improve output formatting</title>
<updated>2014-09-13T03:56:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-13T03:56:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6681d31929266fec9711b3d89a4f074cd2afcc6e'/>
<id>urn:sha1:6681d31929266fec9711b3d89a4f074cd2afcc6e</id>
<content type='text'>
Add a newline before printing out the flags and sats at exit time

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-test-gps program</title>
<updated>2014-09-13T00:22:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-09-13T00:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d0e597789ac298b108ea04cc1a2c999bcf14bc9c'/>
<id>urn:sha1:d0e597789ac298b108ea04cc1a2c999bcf14bc9c</id>
<content type='text'>
This waits for GPS to report lock

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add ao-tools/ao-cal-accel</title>
<updated>2014-08-18T17:54:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-08-18T17:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fac03ae9762f2af95b1ce5d99894173f9d9146f0'/>
<id>urn:sha1:fac03ae9762f2af95b1ce5d99894173f9d9146f0</id>
<content type='text'>
This C version may be more reliable than the nickle version

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools/ao-send-telem: Support sending TM v2 and Tm v2 telemetry</title>
<updated>2014-08-18T03:55:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-08-18T03:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=830f31fd6dc280e7a63ba689b7a48beff5c49072'/>
<id>urn:sha1:830f31fd6dc280e7a63ba689b7a48beff5c49072</id>
<content type='text'>
Add state tracking so the telemetry sending code works.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add a few GPS telem/eeprom constants</title>
<updated>2014-07-14T03:41:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5d1adc6775a66633661af747bc4176e06f97630f'/>
<id>urn:sha1:5d1adc6775a66633661af747bc4176e06f97630f</id>
<content type='text'>
These make it possible to encode/decode GPS data from telemetry and
eeprom files

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Provide altitude to temperature conversion function</title>
<updated>2014-07-14T03:40:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-07-14T03:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6c9daa4f471ac90ffce3bfe8876c9008f79a5b7f'/>
<id>urn:sha1:6c9daa4f471ac90ffce3bfe8876c9008f79a5b7f</id>
<content type='text'>
This takes altitude and computes the 'normal' temperature for
that.

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