<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/kernel, 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:07+00:00</updated>
<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: 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: 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>
<entry>
<title>altos: Add config values for tracker start motion limits</title>
<updated>2014-05-21T21:02:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-21T21:02:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2625a464417c8475c66101757ca2c30cd6c74e0c'/>
<id>urn:sha1:2625a464417c8475c66101757ca2c30cd6c74e0c</id>
<content type='text'>
TeleGPS switches from 'pad' to 'drogue' states after the device moves
a specified distance from the initial starting point. These values can
be configured, and this is the configuration for them.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Don't define ao_ignite_decivolt without igniters</title>
<updated>2014-05-21T08:43:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-21T08:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2a3846df381a5eeac8ec3327c770af502aaf4e76'/>
<id>urn:sha1:2a3846df381a5eeac8ec3327c770af502aaf4e76</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Expose ao_gps_set_rate from u-blox driver</title>
<updated>2014-05-21T08:43:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-21T08:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=af782e92c6a0c0a6b0fc2fa52519749a88ca8fb8'/>
<id>urn:sha1:af782e92c6a0c0a6b0fc2fa52519749a88ca8fb8</id>
<content type='text'>
This lets applications set the desired GPS update rate to reduce power usage

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: stm and lpc ao_boot.h were identical. move to kernel.</title>
<updated>2014-05-16T05:46:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-16T05:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6833e466d7d77765199bf4d21437c34a4eceb044'/>
<id>urn:sha1:6833e466d7d77765199bf4d21437c34a4eceb044</id>
<content type='text'>
These two files were absolutely identical, so share them by moving
under kernel instead.x

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Report amount of program space available in the version command</title>
<updated>2014-05-13T05:51:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-13T05:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d1908101241b1002fbc582b0a2c27045065a6615'/>
<id>urn:sha1:d1908101241b1002fbc582b0a2c27045065a6615</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
