<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch 0.1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=0.1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2009-04-26T23:04:07+00:00</updated>
<entry>
<title>Was missing v_batt in adc dump command</title>
<updated>2009-04-26T23:04:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T23:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5df80c346d65a9d56a8699b056dc44924acb31fe'/>
<id>urn:sha1:5df80c346d65a9d56a8699b056dc44924acb31fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add manual ignition and igniter test commands</title>
<updated>2009-04-26T22:38:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T22:38:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c3fec2c4c65db71e88ef0c05c69463438a7cfc6c'/>
<id>urn:sha1:c3fec2c4c65db71e88ef0c05c69463438a7cfc6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up commands a bit</title>
<updated>2009-04-26T22:38:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T22:38:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=819f1de8dd6010fae050bcef930943c7923929f9'/>
<id>urn:sha1:819f1de8dd6010fae050bcef930943c7923929f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clear more files on make clean</title>
<updated>2009-04-26T22:08:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T22:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=178abb5c8439509926a5507911d7148b84f051b8'/>
<id>urn:sha1:178abb5c8439509926a5507911d7148b84f051b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Label binaries with product and serial info</title>
<updated>2009-04-26T22:05:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T22:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=70a69f3acdca27b80cdb2069de59bbc6dba83dbd'/>
<id>urn:sha1:70a69f3acdca27b80cdb2069de59bbc6dba83dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure full log is written and flushed on landing.</title>
<updated>2009-04-26T08:37:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T08:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5ed3b1cb52b573db1fee9655a29a0e6dd72f53fe'/>
<id>urn:sha1:5ed3b1cb52b573db1fee9655a29a0e6dd72f53fe</id>
<content type='text'>
The final state change to landing is recorded in the logging thread, so have
that turn off logging once it has recorded that state. Then make it go to
sleep.
</content>
</entry>
<entry>
<title>Clean up monitor output a bit</title>
<updated>2009-04-26T08:36:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T08:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2e737ad00cad5d893b252d8aa9dbff3d9b800731'/>
<id>urn:sha1:2e737ad00cad5d893b252d8aa9dbff3d9b800731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add configuration support</title>
<updated>2009-04-26T07:11:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-26T07:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=38a0b61b0a0b3c00f064c8d562950a17a6ddff4a'/>
<id>urn:sha1:38a0b61b0a0b3c00f064c8d562950a17a6ddff4a</id>
<content type='text'>
Current config variables:
Main deploy altitude above launch (in meters)
Acceleration zero g calibration (manual or automatic)
Radio channel (freq = 435.550MHz + channel * 100kHz)
Callsign (max 8 characters)

Supporting this involved shuffling code around so that the
non-telemetrum builds could include only the stuff they needed.
</content>
</entry>
<entry>
<title>Allow for slower ADC operation. Add power saving code.</title>
<updated>2009-04-25T21:44:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-25T21:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c65f1a1acd2ca00758833cec5d3f8056d303d3e2'/>
<id>urn:sha1:c65f1a1acd2ca00758833cec5d3f8056d303d3e2</id>
<content type='text'>
This tries to make the flight computer use less power by disabling USB in
flight mode, lowering the telemetry rate after ascent. It also disables the
RDF beacon during ascent and re-enables it once descent has started.
</content>
</entry>
<entry>
<title>Allow ADC to be disabled</title>
<updated>2009-04-25T21:44:04+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-25T21:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8e7b48b5f090be81980ab00fbce814ae1cc253e4'/>
<id>urn:sha1:8e7b48b5f090be81980ab00fbce814ae1cc253e4</id>
<content type='text'>
</content>
</entry>
</feed>
