<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/core/ao_config.c, branch branch-1.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=branch-1.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=branch-1.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-08-29T18:19:17+00:00</updated>
<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>
<entry>
<title>altos: Remove unused 'func' from ao_config_set</title>
<updated>2012-07-16T21:39:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-16T21:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=366217e86a4c353012b5102322ee6927f7b27a21'/>
<id>urn:sha1:366217e86a4c353012b5102322ee6927f7b27a21</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add arbitrary pyro channel support</title>
<updated>2012-07-14T08:26:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-14T08:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d90587535676f9492f0fde6b974353158104ef88'/>
<id>urn:sha1:d90587535676f9492f0fde6b974353158104ef88</id>
<content type='text'>
Programmed by specifying a conjunction of flight conditions that
trigger the igniter to fire.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Force 434.550Mhz by connecting  debug gnd and clk (trac #41)</title>
<updated>2012-07-11T05:41:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-11T05:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=46407f7f3e4d2b6e74b3a2e90b38736a792cfc54'/>
<id>urn:sha1:46407f7f3e4d2b6e74b3a2e90b38736a792cfc54</id>
<content type='text'>
Check for pin P2_2 low at startup and set the frequency to
434.550MHz. This value won't get written to flash, so rebooting again
will restore the configured frequency.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Save some memory.</title>
<updated>2012-07-11T03:32:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-07-11T03:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=aafa8859ecb27383f697b98f6991643b44f4721a'/>
<id>urn:sha1:aafa8859ecb27383f697b98f6991643b44f4721a</id>
<content type='text'>
A few minor space savings in ao_cmd.c and ao_config.c.  Don't build
unused conversion functions ao_altitude_to_pres and ao_temp_to_dC

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make sure ao_storage_config is set before reading config block</title>
<updated>2012-06-18T02:11:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-18T02:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=611f37607fadcdc9908d67456f844a452ad4a87a'/>
<id>urn:sha1:611f37607fadcdc9908d67456f844a452ad4a87a</id>
<content type='text'>
ao_storage_read does in fact call ao_storage_setup, but we need the
value of ao_storage_config *before* calling ao_storage_read, so call
ao_storage_setup first.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: ao_storage_read already calls ao_storage_setup</title>
<updated>2012-06-17T23:11:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-06-17T23:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4e6d96816e6604ee8d9bb49345a1c1211699a655'/>
<id>urn:sha1:4e6d96816e6604ee8d9bb49345a1c1211699a655</id>
<content type='text'>
No need to call twice.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove debug printf from accel auto-cal</title>
<updated>2012-05-28T17:46:51+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-28T17:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8164cd95db62e4564b3a9ba5c06a74c870c03841'/>
<id>urn:sha1:8164cd95db62e4564b3a9ba5c06a74c870c03841</id>
<content type='text'>
Otherwise, this goes way too slow

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Get megametrum ready to at least log flight data</title>
<updated>2012-05-26T05:18:06+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-05-26T05:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=78423f3fc5164ea9fd428606419784c1700ad5c5'/>
<id>urn:sha1:78423f3fc5164ea9fd428606419784c1700ad5c5</id>
<content type='text'>
Doesn't track flight state changes correctly.

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