<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch aprs</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=aprs</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=aprs'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-12-17T00:06:41+00:00</updated>
<entry>
<title>Merge branch 'master' into hacking-cc1120</title>
<updated>2012-12-17T00:06:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-17T00:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8bcf3a88a78cd9d69da413d0d18233e8a532a10c'/>
<id>urn:sha1:8bcf3a88a78cd9d69da413d0d18233e8a532a10c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos: Wire up another CC1120 GPIO to get MARC status changes</title>
<updated>2012-12-17T00:04:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-17T00:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=22a58b0f9b82ea8c7abeda79ca7a4cd21c3dc93c'/>
<id>urn:sha1:22a58b0f9b82ea8c7abeda79ca7a4cd21c3dc93c</id>
<content type='text'>
When the radio drops out of RX or TX mode due to an error, it changes
the MARC status, and sends pulse down a configured GPIO. Use this to
tell when something 'bad' happened during TX or RX so that we can
recover from losing the SPI bus in the middle of transmission or
reception.

Without this, the radio would change state and we'd never know,
leaving the radio code waiting for an interrupt that would never arrive.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Test APRS rounding by using coordinates near the boundary</title>
<updated>2012-12-16T21:31:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-16T21:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4e3ac3f2038cc3a43252fc8f820a1373a637ab83'/>
<id>urn:sha1:4e3ac3f2038cc3a43252fc8f820a1373a637ab83</id>
<content type='text'>
This selects lat/lon and altitude near the rounding boundary to check
that the resulting APRS data is correctly computed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Document what HAS_BOOT_RADIO does in the m25 driver</title>
<updated>2012-12-16T21:30:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-16T21:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9bc701ce1132f04ec90ef22e6a7a90c67918737b'/>
<id>urn:sha1:9bc701ce1132f04ec90ef22e6a7a90c67918737b</id>
<content type='text'>
HAS_BOOT_RADIO causes the m25 driver to abort any ongoing receive in
case that is holding the SPI bus.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Round APRS data correctly</title>
<updated>2012-12-16T21:29:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-16T21:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6b4cfd8719e3fd4a2904369e176182c870a3b43c'/>
<id>urn:sha1:6b4cfd8719e3fd4a2904369e176182c870a3b43c</id>
<content type='text'>
Apply rounding once at the start of the computation, then truncate
after that.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'micropeak-1.1'</title>
<updated>2012-12-12T19:10:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-12T19:10:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=816c6b5d087694a9db9c34cc5ec7671a1487d9b9'/>
<id>urn:sha1:816c6b5d087694a9db9c34cc5ec7671a1487d9b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos: Log in-flight data for MicroPeak</title>
<updated>2012-12-12T19:03:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-12T19:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a4678cd848da994dc893b75790e4c9a86e54d895'/>
<id>urn:sha1:a4678cd848da994dc893b75790e4c9a86e54d895</id>
<content type='text'>
This logs the low 16 bits of the pressure value to the remaining
on-chip eeprom. It can be read out with a standard AVR programming
dongle.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add load-slow target for MicroPeak</title>
<updated>2012-12-12T18:57:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-12T18:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=07a45c50429389ae7b51e12bc847d34fb1577bc6'/>
<id>urn:sha1:07a45c50429389ae7b51e12bc847d34fb1577bc6</id>
<content type='text'>
This sets the programming clock to 1/4 of the 250kHz clock used by the
MicroPeak firmware, allowing the device to be reprogrammed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Tim Van Milligan suggestion for µP -- delay before showing last flight</title>
<updated>2012-12-12T07:43:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-12T07:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=69447d8ad3f5a1e1f59939477afc7720a437fadc'/>
<id>urn:sha1:69447d8ad3f5a1e1f59939477afc7720a437fadc</id>
<content type='text'>
This gives the user time to move their finger out of the way of the LED.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'micropeak-1.1'</title>
<updated>2012-12-11T22:42:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-11T22:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a4a841828924ee37f5201d4ff0aec38459f2d802'/>
<id>urn:sha1:a4a841828924ee37f5201d4ff0aec38459f2d802</id>
<content type='text'>
</content>
</entry>
</feed>
