<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/test/ao_flight_test.c, branch telemetrum-v2.0</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telemetrum-v2.0'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-05-27T01:39:13+00:00</updated>
<entry>
<title>altos: Light pyro charges simultaneously if so configured</title>
<updated>2013-05-27T01:39:13+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-27T01:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=956f4dff1cc521059434743624b1271fb92b96ae'/>
<id>urn:sha1:956f4dff1cc521059434743624b1271fb92b96ae</id>
<content type='text'>
Don't try to be nice to the battery, just let the pyro circuit deal
with it and try to get all of the specified circuits going at the same
time if they're configured to do so.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add pyro code testing to ao_flight_test for TeleMega</title>
<updated>2013-05-27T01:01:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-27T01:01:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=277577fecc71e3c52b823938f396cf42be403ebe'/>
<id>urn:sha1:277577fecc71e3c52b823938f396cf42be403ebe</id>
<content type='text'>
This parses the pyro settings and signals when the pyro channels are
fired in the output.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>name change from MegaMetrum to TeleMega</title>
<updated>2013-04-22T19:00:26+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2013-04-22T19:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=aa7eac32adf4c2cdf441991d02411758f2682d1e'/>
<id>urn:sha1:aa7eac32adf4c2cdf441991d02411758f2682d1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos: Average MPU6000 values on ground for later use</title>
<updated>2012-12-18T01:03:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-18T01:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b1d37be4c024e9690107c693d9819229025966fa'/>
<id>urn:sha1:b1d37be4c024e9690107c693d9819229025966fa</id>
<content type='text'>
Having long-term ground averages recorded to the eeprom file will make
post-flight analysis of the data better.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make skytraq reflashing code try both 9600 and 4800 baud</title>
<updated>2012-12-01T04:51:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-12-01T04:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5f6b3790667d9b92370b4fe0dad5626929fea2ba'/>
<id>urn:sha1:5f6b3790667d9b92370b4fe0dad5626929fea2ba</id>
<content type='text'>
This lets it communicate with the ROM code which boots at 4800 baud
instead of 9600 baud.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Use MMA655X in ao_flight_test_mm. Add run-mm to plot mm data</title>
<updated>2012-10-22T00:26:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-22T00:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e16c33545640f745cec8dc595b2343359efced57'/>
<id>urn:sha1:e16c33545640f745cec8dc595b2343359efced57</id>
<content type='text'>
Pull MMA655X data out of eeprom file when available. Switch build to
using MMA655x by default.

Clone run-one to plot a single mm flight

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Display MPU6000 values in ao_flight_test_mm output</title>
<updated>2012-10-13T22:04:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-13T22:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=91b8c8b20cead2836ec835f44b4ca0cf06cbf518'/>
<id>urn:sha1:91b8c8b20cead2836ec835f44b4ca0cf06cbf518</id>
<content type='text'>
No computation yet, just making the values visible in the output

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Add ao_flight_test_mm</title>
<updated>2012-10-13T20:39:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-13T20:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=321d0f68c04a5a9c6ea7874081e6245d44c48bb4'/>
<id>urn:sha1:321d0f68c04a5a9c6ea7874081e6245d44c48bb4</id>
<content type='text'>
This reads mega metrum eeprom files and runs the flight code over it

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Eliminate implicit 1 byte offset in uint16/int16 functions</title>
<updated>2012-10-13T20:37:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-13T20:37:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0ec77f5c90e0b930488ae2ab75efcbba8a3bd1d8'/>
<id>urn:sha1:0ec77f5c90e0b930488ae2ab75efcbba8a3bd1d8</id>
<content type='text'>
Make callers explicitly compute the full offset

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Clean up flight data definitions</title>
<updated>2012-09-09T20:46:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-09T20:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=27ab744c6eec9243b7aa14161eec2fbf7003531e'/>
<id>urn:sha1:27ab744c6eec9243b7aa14161eec2fbf7003531e</id>
<content type='text'>
These just shuffle the various definitions of data macros around to
make the include files more sensible looking.

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