<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/core/ao_config.c, branch altosdroid_v1.2-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=altosdroid_v1.2-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=altosdroid_v1.2-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-03-29T19:13:59+00:00</updated>
<entry>
<title>altos: Add temporary RF power settings</title>
<updated>2013-03-29T19:13:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-29T19:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9aeed244879f90b5b6dab1c7ca095cc001b03fe5'/>
<id>urn:sha1:9aeed244879f90b5b6dab1c7ca095cc001b03fe5</id>
<content type='text'>
These expose the raw cc115l and rfpa0133 register settings so that we
can calibrate them against measured power outputs.

I've tested them to verify that they change how much power the board
consumes, so they're clearly doing something...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fix config to not abort radio recv when no recv is available</title>
<updated>2013-03-26T21:28:37+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-26T21:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=747114786512339211d4981a7828c8c6f1f46c20'/>
<id>urn:sha1:747114786512339211d4981a7828c8c6f1f46c20</id>
<content type='text'>
Use the new radio recv define to skip disabling the receiver when
there isn't a receiver.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make APRS interval configurable</title>
<updated>2012-12-08T01:18:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-08T01:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b28323ce91d23db5e1c3cbd1309c72aafcfbe235'/>
<id>urn:sha1:b28323ce91d23db5e1c3cbd1309c72aafcfbe235</id>
<content type='text'>
This provides a separate configuration value for APRS, allowing the
interval between APRS reports to vary.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into aprs</title>
<updated>2012-12-07T18:14:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-07T18:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=748e42ebf1dfb1efd5dec6ddd93f5c7aeedeb01d'/>
<id>urn:sha1:748e42ebf1dfb1efd5dec6ddd93f5c7aeedeb01d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos: Change 'flight-number' to 'current-flight'</title>
<updated>2012-12-07T01:06:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-07T01:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b4e86af6de52ea0bacf80e3936b6cd17c1cbf898'/>
<id>urn:sha1:b4e86af6de52ea0bacf80e3936b6cd17c1cbf898</id>
<content type='text'>
Avoids ambiguity with stored flight info, which starts lines with 'flight'.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Allow telemetry, rdf and APRS to be individually controlled</title>
<updated>2012-12-06T18:28:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-06T18:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1f84c0adbfa494ddc7dbe276796d999560be9438'/>
<id>urn:sha1:1f84c0adbfa494ddc7dbe276796d999560be9438</id>
<content type='text'>
But, only when APRS is available so that TeleMetrum and TeleMini don't
change behaviour

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make Tm recovery mode set RF cal and callsign too</title>
<updated>2012-11-18T17:50:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-11-18T17:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=70c9fc74a68fdb92569eb73295cfa154cf3768f4'/>
<id>urn:sha1:70c9fc74a68fdb92569eb73295cfa154cf3768f4</id>
<content type='text'>
This lets us connect to Tm even if someone messes up the RF
calibration or callsign info

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Compute desired frequency when upgrading from pre-1.1</title>
<updated>2012-10-09T04:59:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-09T04:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=422799d9be36ef71b63c1c0fd80d5e76da802949'/>
<id>urn:sha1:422799d9be36ef71b63c1c0fd80d5e76da802949</id>
<content type='text'>
Instead of just smashing the frequency to 434.550, compute the
frequency from the old radio channel value

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Note changes to configured AES key for SPI radio convenience</title>
<updated>2012-08-29T18:19:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-08-29T18:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7f64e62356bcfcd6ba8a88b09251793481bcd56c'/>
<id>urn:sha1:7f64e62356bcfcd6ba8a88b09251793481bcd56c</id>
<content type='text'>
Keep a sequence number to mark when the AES key is changed so that the
radio code can avoid sending the key before every CMAC radio operation.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add telefire-v0.1</title>
<updated>2012-07-30T02:47:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-30T02:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=843fcab46d633e5bb6959286adeb68e41a4c30a3'/>
<id>urn:sha1:843fcab46d633e5bb6959286adeb68e41a4c30a3</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
