<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools, branch 1.4.9.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.4.9.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.4.9.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-06-23T06:52:53+00:00</updated>
<entry>
<title>ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flash</title>
<updated>2014-06-23T06:52:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-23T04:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7'/>
<id>urn:sha1:fc3364de2b6cdfff53f5c38b3ae52ae5601ff3b7</id>
<content type='text'>
C versions of the test programs used to validate hardware prior to ship

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Revert "ao-tools: Parse TeleGPS state value from gps location packet"</title>
<updated>2014-06-10T16:44:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-10T16:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f6d633d73a8f826cf2a3128e3e234bd11af49718'/>
<id>urn:sha1:f6d633d73a8f826cf2a3128e3e234bd11af49718</id>
<content type='text'>
This reverts commit 428d09294ba0395fedd71346ad00fd90a4cdde97.
</content>
</entry>
<entry>
<title>ao-tools: Parse TeleGPS state value from gps location packet</title>
<updated>2014-06-08T04:12:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-08T04:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=428d09294ba0395fedd71346ad00fd90a4cdde97'/>
<id>urn:sha1:428d09294ba0395fedd71346ad00fd90a4cdde97</id>
<content type='text'>
TeleGPS encodes state in a spare gps location packet byte, masking in
0x80 to signify that the state value is valid

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add cc_usb_write function</title>
<updated>2014-05-26T03:58:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T03:58:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d63319f6f29ef714bb1d5c359c2448f63e7a4534'/>
<id>urn:sha1:d63319f6f29ef714bb1d5c359c2448f63e7a4534</id>
<content type='text'>
This writes raw bytes to the USB port; useful for sending binary data
for flashing or the upcoming flight test stuff.

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-sym structure an initializers</title>
<updated>2014-05-01T05:13:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-01T05:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0223fced2c6d2b9f63ede6258afae46c3f55c200'/>
<id>urn:sha1:0223fced2c6d2b9f63ede6258afae46c3f55c200</id>
<content type='text'>
Remove unused 'default_addr' field. Use named initializers when
setting up the struct.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-load: Make ao_sym static to avoid collision with ao-editaltos</title>
<updated>2014-05-01T05:12:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-01T05:12:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=35efd4e51ece706234f80c076eb7f4f70c66098d'/>
<id>urn:sha1:35efd4e51ece706234f80c076eb7f4f70c66098d</id>
<content type='text'>
ao-load doesn't use ao-editaltos at this point, but does share the
same name for the symbol table. To make the linker happier, make the
ao-load version static.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-telem: Dump orientation field from TeleMega sensor telemetry packet</title>
<updated>2014-05-01T05:11:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-01T05:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fd406000659a11862e05c22dbb20cdb738f56b01'/>
<id>urn:sha1:fd406000659a11862e05c22dbb20cdb738f56b01</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Wait for device to become ready instead of failing</title>
<updated>2014-04-05T07:22:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T06:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ca4b20f9781b1dc6974d26952973dfe0d607478c'/>
<id>urn:sha1:ca4b20f9781b1dc6974d26952973dfe0d607478c</id>
<content type='text'>
For some reason, USB devices take 'a while' to become usable; instead
of bailing immediately, sit around waiting to see if the device
becomes usable if we get an EBUSY or EACCES error.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Use 'program' command in ao-flash-lpc instead of 'flash'</title>
<updated>2014-04-05T07:22:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-04-05T06:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2424c0e6fe53789dc83d1e96439dcdc13e847b07'/>
<id>urn:sha1:2424c0e6fe53789dc83d1e96439dcdc13e847b07</id>
<content type='text'>
The program meta-command is supposed to do the whole thing, and seems
more reliable in actually getting what we want flashed to the board.

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