<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/telegps-v1.0, branch 1.4.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.4.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.4.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-06-13T04:53:07+00:00</updated>
<entry>
<title>altos/telegps: Set default log to 496kB for 4 logs</title>
<updated>2014-06-13T04:53:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-13T04:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=740d964ab82da8695c04650926afee4a0905011c'/>
<id>urn:sha1:740d964ab82da8695c04650926afee4a0905011c</id>
<content type='text'>
This leaves space for four flight logs.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telegps: Build .ihx versions for TeleGPS</title>
<updated>2014-06-12T06:26:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-12T06:26:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0495f1b5282d8f7449cbbc1dbf99d63818d7c03c'/>
<id>urn:sha1:0495f1b5282d8f7449cbbc1dbf99d63818d7c03c</id>
<content type='text'>
Needed to load with java

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Set TeleGPS default log size to half of avaiable memory</title>
<updated>2014-06-10T16:55:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-10T16:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=44ca50a2c9404c92cc887a23dfa25b335ebe6198'/>
<id>urn:sha1:44ca50a2c9404c92cc887a23dfa25b335ebe6198</id>
<content type='text'>
LPC11U14 doesn't have on-chip config space, so we're consuming a block
of external flash. As a result, only 1984kB are available for
logging. Set the default log size to half of that to store two flights.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Simplify tracker logic, removing boost detect</title>
<updated>2014-06-10T16:54:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-10T16:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9d7f4fb6af0fee843191766858e39a481aeda347'/>
<id>urn:sha1:9d7f4fb6af0fee843191766858e39a481aeda347</id>
<content type='text'>
This removes the ao_flight_state value from the tracker code and makes
it simply log position information when the device has moved within
the last 10 log intervals. This also changes the configuration
parameters to define what 'motionless' means, and what interval to
configure the GPS receiver for, log data and send telemetry.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Enable ADC for TeleGPS v1.0 battery voltage measuring</title>
<updated>2014-06-08T05:30:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-08T05:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ee2216af17f23781ea912caba29fbd7e4d9ff480'/>
<id>urn:sha1:ee2216af17f23781ea912caba29fbd7e4d9ff480</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make telegps builds depend on ao_tracker.h</title>
<updated>2014-06-08T04:12:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-08T04:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=23d9d37fd2a8f4b867f34e71a2b0f7cb090717c1'/>
<id>urn:sha1:23d9d37fd2a8f4b867f34e71a2b0f7cb090717c1</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch TeleGPS to GPS logging format</title>
<updated>2014-06-07T19:34:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-07T18:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d562a5d3a6dfea334a66ee74893b400bdca09315'/>
<id>urn:sha1:d562a5d3a6dfea334a66ee74893b400bdca09315</id>
<content type='text'>
It's customized for TeleGPS uses

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add telegps-v1.0 code and loader</title>
<updated>2014-06-06T04:42:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-06-06T04:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6a79fe8144dcab10294caa4b0eac967eeb0d8e7e'/>
<id>urn:sha1:6a79fe8144dcab10294caa4b0eac967eeb0d8e7e</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
