<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, 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>altos: Fake flight code changes in kernel and stm</title>
<updated>2014-05-27T18:06:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-27T18:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c674a20432c2cb97e5bc2a3de891f78b9e172fe9'/>
<id>urn:sha1:c674a20432c2cb97e5bc2a3de891f78b9e172fe9</id>
<content type='text'>
Redirects data input from local sensors to USB sourced data, leaving
USB enabled when the computer goes into pad mode.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Fix ADC structure for mega, use ao_config.h</title>
<updated>2014-05-26T04:14:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=535271f7312f1a88af11d4f1dbf3d405b660f26c'/>
<id>urn:sha1:535271f7312f1a88af11d4f1dbf3d405b660f26c</id>
<content type='text'>
This switches from hand-coding the ao_config structure to using
ao_config.h and also updates the ADC structure for ao_flight_test_mega
to using the same one as telemega does natively

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Move ao_config declarations to ao_config.h</title>
<updated>2014-05-26T04:12:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1894b51daceaf9fb6b49a0625e09a366985d15b6'/>
<id>urn:sha1:1894b51daceaf9fb6b49a0625e09a366985d15b6</id>
<content type='text'>
No sense leaving these in ao.h, and it's nice to make that file smaller

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