<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch altosdroid_v1.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=altosdroid_v1.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=altosdroid_v1.2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-04-12T10:09:16+00:00</updated>
<entry>
<title>altos: Make sure the packet format is set reasonably for radio test</title>
<updated>2013-04-12T10:09:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-12T10:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=679401fff981b675dd5a188c64e8940254588800'/>
<id>urn:sha1:679401fff981b675dd5a188c64e8940254588800</id>
<content type='text'>
Dunno if this matters, but it might as well be set reasonably

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Don't include bufio debug commands by default</title>
<updated>2013-04-12T09:42:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-12T09:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cdbf8053658c71a657005af68202023d0b4af1fe'/>
<id>urn:sha1:cdbf8053658c71a657005af68202023d0b4af1fe</id>
<content type='text'>
We shouldn't need these

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Stick a mutex around FAT operations</title>
<updated>2013-04-12T09:37:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-12T09:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c54bd59780275ece87eafb8143cf0637b35e794c'/>
<id>urn:sha1:c54bd59780275ece87eafb8143cf0637b35e794c</id>
<content type='text'>
This allows the command line and logging operations to occur safely in parallel

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Delay while waking up SD card a bit</title>
<updated>2013-04-12T08:55:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-12T08:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7e6e2ca60c65a4fe2bee0bd8b9b89d45a7dbcfb3'/>
<id>urn:sha1:7e6e2ca60c65a4fe2bee0bd8b9b89d45a7dbcfb3</id>
<content type='text'>
This seems to make bringing the card from idle to ready mode more
reliable. If you spam the card with requests, it will eventually
whinge and shut down communications.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosui: Carry receiver status around in AltosListenerState</title>
<updated>2013-04-09T07:30:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-09T07:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=398c02b945a58634c8932f07df2c2be8438da7d1'/>
<id>urn:sha1:398c02b945a58634c8932f07df2c2be8438da7d1</id>
<content type='text'>
This moves the crc_errors into the new structure and adds a receiver
battery voltage value there as well. Now the receiver status can be
monitored separately from the flight status. That also means that code
receiving state updates should be prepared to accept missing listener
or flight state values.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Monitor battery voltage on telebt</title>
<updated>2013-04-09T07:30:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-09T00:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=08eb1e3e1abb1aa4f5ea92b781a2ff8f480006c5'/>
<id>urn:sha1:08eb1e3e1abb1aa4f5ea92b781a2ff8f480006c5</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Create telebt-v1.0 product. Remove old telebt products</title>
<updated>2013-04-08T23:53:18+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-08T23:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=28adf5541354715b185dbb45b28c97c7d9cf8bcd'/>
<id>urn:sha1:28adf5541354715b185dbb45b28c97c7d9cf8bcd</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Try RDF mode for TX calibration</title>
<updated>2013-04-07T06:48:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-07T06:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0c0dc761095a5a77c87c3b4dcd1d42a4e79f6604'/>
<id>urn:sha1:0c0dc761095a5a77c87c3b4dcd1d42a4e79f6604</id>
<content type='text'>
Trying to get the radio to stop modulating the carrier when
calibrating the radio, we'll try RDF mode which says no preamble or
sync data. This might shift the frequency though?

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Set telegps USB id to 0025</title>
<updated>2013-04-02T23:43:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-02T23:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0cd203e418e73a1f11460425985b7575c2f0a76c'/>
<id>urn:sha1:0cd203e418e73a1f11460425985b7575c2f0a76c</id>
<content type='text'>
It was accidentally using the same ID as megadongle...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Shorten SD initialization timeouts.</title>
<updated>2013-04-02T23:41:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-02T23:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=96c32125a780ad6b39c015f4abbae07fead68582'/>
<id>urn:sha1:96c32125a780ad6b39c015f4abbae07fead68582</id>
<content type='text'>
This makes failure when no card is present much quicker.

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