<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/ao-tools, branch plot-gps-height</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=plot-gps-height</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=plot-gps-height'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-12-04T09:34:03+00:00</updated>
<entry>
<title>ao-tools. Oops, let 'ao-mega' slip into build.</title>
<updated>2012-12-04T09:34:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-04T09:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1f52e8afce514a6b943c92aaa6d7189d11d9fe76'/>
<id>urn:sha1:1f52e8afce514a6b943c92aaa6d7189d11d9fe76</id>
<content type='text'>
This is a tool to parse ao-mega eeprom files; not sure it'll be that
useful, and it's certainly not usable *yet*.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-sky-flash: Clean up debug printfs a bit</title>
<updated>2012-12-04T09:30:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-04T09:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d4d5d411679d074295d4722f4887fd1cf4f0906c'/>
<id>urn:sha1:d4d5d411679d074295d4722f4887fd1cf4f0906c</id>
<content type='text'>
This makes debugging output a bit cleaner

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make skytraq reflashing code try both 9600 and 4800 baud</title>
<updated>2012-12-01T04:51:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-01T04:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5f6b3790667d9b92370b4fe0dad5626929fea2ba'/>
<id>urn:sha1:5f6b3790667d9b92370b4fe0dad5626929fea2ba</id>
<content type='text'>
This lets it communicate with the ROM code which boots at 4800 baud
instead of 9600 baud.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-tools: Add ao-sky-flash to update GPS firmware</title>
<updated>2012-12-01T01:36:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-01T01:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dd8b2eadab12965d232640449b1d1c9f2484238c'/>
<id>urn:sha1:dd8b2eadab12965d232640449b1d1c9f2484238c</id>
<content type='text'>
This uses a new feature of AltOS to directly connect the GPS chip to
the USB link to reprogram the former.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao_tools/ao-send-telem: Only start real-time on valid states</title>
<updated>2012-09-09T20:10:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bb5ab29b6744b382bb2f09486a7a6db7d12a3608'/>
<id>urn:sha1:bb5ab29b6744b382bb2f09486a7a6db7d12a3608</id>
<content type='text'>
Check state to make sure it is &lt; ao_flight_landed to keep invalid
states from switching to real-time playback mode.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-send-telem: fix frequency set command</title>
<updated>2012-08-31T04:39:10+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-08-31T04:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b6a21856c68ca8cca93eb755285be1927acb91e7'/>
<id>urn:sha1:b6a21856c68ca8cca93eb755285be1927acb91e7</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>altos: Add a bunch of .gitignore entries</title>
<updated>2012-08-30T21:22:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-08-30T21:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=354c1fed7f06c2c45c661e7265c2ac4bc47e2750'/>
<id>urn:sha1:354c1fed7f06c2c45c661e7265c2ac4bc47e2750</id>
<content type='text'>
Clean up the git status output

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-stmload: Always round up load amount to 4 byte boundary</title>
<updated>2012-08-29T06:00:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-08-29T01:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ac5d053e6d766d243b7a425ae19779810c350125'/>
<id>urn:sha1:ac5d053e6d766d243b7a425ae19779810c350125</id>
<content type='text'>
The flashing code doesn't deal with partial writes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>ao-send-telem: make --realtime work</title>
<updated>2012-08-07T19:07:49+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-08-07T19:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=00abbbb79de67dc95176fe48b23ce3e8614e8d3a'/>
<id>urn:sha1:00abbbb79de67dc95176fe48b23ce3e8614e8d3a</id>
<content type='text'>
(add "break;" to the case statement for options)

Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
<entry>
<title>Don't build ao-stmload if stlink is not available.</title>
<updated>2012-07-31T08:04:34+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2012-07-31T08:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fb79f8fb358f8df25674336cd558fc3998cb7d9e'/>
<id>urn:sha1:fb79f8fb358f8df25674336cd558fc3998cb7d9e</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
</feed>
