<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/Makefile, branch sn1-flight1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=sn1-flight1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=sn1-flight1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2009-04-18T06:38:14+00:00</updated>
<entry>
<title>Add gps, debug dongle support and pressure alt tables</title>
<updated>2009-04-18T06:38:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-18T06:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=022f83ca6fd589005d8eb3e25e633950fef69fa7'/>
<id>urn:sha1:022f83ca6fd589005d8eb3e25e633950fef69fa7</id>
<content type='text'>
GPS also pulled in serial support. The altitude tables take raw 11-bit
pressure sample numbers and convert them to standard pressure altitude
values.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add in existing flight pieces: flight/report/log</title>
<updated>2009-04-15T02:08:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-15T02:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=acc4fc635edb70ec1ba2dff9f7ac0c8542c72c47'/>
<id>urn:sha1:acc4fc635edb70ec1ba2dff9f7ac0c8542c72c47</id>
<content type='text'>
These pieces come from the old telemetrum firmware.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add eeprom driver and command loop</title>
<updated>2009-04-14T21:21:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-14T21:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ac99982b10fd5772218660137ee21db9b90cd885'/>
<id>urn:sha1:ac99982b10fd5772218660137ee21db9b90cd885</id>
<content type='text'>
This involved adding dma control and a mutex implementation.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch from --model-large to --model-small</title>
<updated>2009-04-14T18:04:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-14T18:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fbd8f4aff5058f4d371596b04715b7cb6d38e729'/>
<id>urn:sha1:fbd8f4aff5058f4d371596b04715b7cb6d38e729</id>
<content type='text'>
This shrinks the application quite a bit, and should make it faster as well.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add USB support.</title>
<updated>2009-04-13T20:51:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-13T20:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c5c1e3fb1c253d387be02c127253ac2a55d577b4'/>
<id>urn:sha1:c5c1e3fb1c253d387be02c127253ac2a55d577b4</id>
<content type='text'>
This offers a single CDC ACM device over USB.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add beep/led support.</title>
<updated>2009-04-13T06:53:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-13T06:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f3f25a1cec7d2a034aa544569cfd23bea1a996c5'/>
<id>urn:sha1:f3f25a1cec7d2a034aa544569cfd23bea1a996c5</id>
<content type='text'>
Support our P2_0 connected buzzer, and formalize LED output support.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add A/D sampler</title>
<updated>2009-04-13T06:17:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-13T06:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e14f07bfdb8824fc7ed6df1129c66ee39ffd6d54'/>
<id>urn:sha1:e14f07bfdb8824fc7ed6df1129c66ee39ffd6d54</id>
<content type='text'>
Sample A/D at the timer tick, placing data in a ring
of samples.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Add 100Hz timer</title>
<updated>2009-04-13T05:52:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-13T05:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=823f4f92de0c1f8dd7a644a8e56ffe9822bee6e2'/>
<id>urn:sha1:823f4f92de0c1f8dd7a644a8e56ffe9822bee6e2</id>
<content type='text'>
Use Timer 1 to generate a 100Hz timer interrupt
</content>
</entry>
<entry>
<title>Initial AltOS import</title>
<updated>2009-04-13T03:25:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2009-04-13T03:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1903a86bf2cc6b685ccc475e62eabe49a4ec5b43'/>
<id>urn:sha1:1903a86bf2cc6b685ccc475e62eabe49a4ec5b43</id>
<content type='text'>
</content>
</entry>
</feed>
