<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch telegps-hacks</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telegps-hacks</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telegps-hacks'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-05-31T00:33:08+00:00</updated>
<entry>
<title>altos/telegps: Create .ihx file for java flash loader</title>
<updated>2014-05-31T00:33:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-29T03:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a8976f0ff805a1b84df9166b01e0074a2754c91c'/>
<id>urn:sha1:a8976f0ff805a1b84df9166b01e0074a2754c91c</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add AO_LOG_FLIGHT packet to TeleGPS logs</title>
<updated>2014-05-31T00:33:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f0ad3af6e05076f4555b338576c984a9baaf18e4'/>
<id>urn:sha1:f0ad3af6e05076f4555b338576c984a9baaf18e4</id>
<content type='text'>
This encodes the flight number for tracking of data files.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove spurious #if HAS_FLIGHT in ao_log_mega.c</title>
<updated>2014-05-31T00:33:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c73e7824503cf0195556c4eba8adc9496663ed31'/>
<id>urn:sha1:c73e7824503cf0195556c4eba8adc9496663ed31</id>
<content type='text'>
These were inside another #if HAS_FLIGHT define...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Hacks to get telegps v1.0 running</title>
<updated>2014-05-31T00:32:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-21T21:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a339a91d64d011add2dfeccd5402af57d932b41a'/>
<id>urn:sha1:a339a91d64d011add2dfeccd5402af57d932b41a</id>
<content type='text'>
Mine is busted, and there are a lot of cc115l kludges in here

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Allow sparse GPS data logging for TeleGPS</title>
<updated>2014-05-31T00:32:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=177d3c0333fd4218f01e05c78cbc5f186c8e32c0'/>
<id>urn:sha1:177d3c0333fd4218f01e05c78cbc5f186c8e32c0</id>
<content type='text'>
When the device hasn't moved for a while, stop logging data. Start as
soon as it moves again.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Test APRS altitude encoding</title>
<updated>2014-05-31T00:32:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=12c408c5aa1d234fe9c946078d8a343b4fda7ebb'/>
<id>urn:sha1:12c408c5aa1d234fe9c946078d8a343b4fda7ebb</id>
<content type='text'>
Verify fixed point version against naïve implementation

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch APRS altitude encoding computation to fixed point</title>
<updated>2014-05-31T00:32:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a7b0a5613c8e59b4c672b21f8d0890fd5cffd4dc'/>
<id>urn:sha1:a7b0a5613c8e59b4c672b21f8d0890fd5cffd4dc</id>
<content type='text'>
APRS altitude is logarithmically encoded, so this implementation
includes a fixed point log-base-2 function along with a bit of other
fixed point stuff. This eliminates all floating point from TeleGPS,
saving around 4kB of code space.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Add config for tracker starting distances</title>
<updated>2014-05-31T00:32:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-31T00:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2d9842ee011139f5783a102ceb2b7f4c88b1a10f'/>
<id>urn:sha1:2d9842ee011139f5783a102ceb2b7f4c88b1a10f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telegps: Fixup windows fat build harder</title>
<updated>2014-05-30T05:03:48+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-30T05:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=29d325f418b401f61580288b5947b0df8ac5b717'/>
<id>urn:sha1:29d325f418b401f61580288b5947b0df8ac5b717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TeleGPS firmware isn't quite ready, don't include in windows fat build yet</title>
<updated>2014-05-30T04:48:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-30T04:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b74dfc9c2cbe14593738eb994e9163d466155326'/>
<id>urn:sha1:b74dfc9c2cbe14593738eb994e9163d466155326</id>
<content type='text'>
</content>
</entry>
</feed>
