<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/product, branch 1.0.9.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.0.9.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.0.9.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-10-07T15:54:32+00:00</updated>
<entry>
<title>altos: Write xdata versions of memory functions</title>
<updated>2011-10-07T15:54:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-07T15:53:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=258b75498916183ed250d3abb3282fe3d843e7a1'/>
<id>urn:sha1:258b75498916183ed250d3abb3282fe3d843e7a1</id>
<content type='text'>
These are significantly smaller than the general pointer versions from
libc on the cc1111.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;

Conflicts:

	src/Makefile.proto
	src/cc1111/ao_adc.c
	src/cc1111/ao_packet_master.c
	src/core/ao.h

Fix up the new makefiles
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'uniarch/master' into multiarch</title>
<updated>2011-10-07T14:40:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-10-07T14:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f6f54d70b768dca1715ddddea64a4df00d82b09e'/>
<id>urn:sha1:f6f54d70b768dca1715ddddea64a4df00d82b09e</id>
<content type='text'>
Conflicts:
	src/core/ao_cmd.c

Use ao_arch_reboot after waiting for a second
</content>
</entry>
<entry>
<title>altos: Add TelePyro v0.1 support</title>
<updated>2011-09-21T18:45:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-09-21T18:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7a02d4bace05cc829522933b9df6b82a9e17336f'/>
<id>urn:sha1:7a02d4bace05cc829522933b9df6b82a9e17336f</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Report continuity in telebt</title>
<updated>2011-08-28T23:55:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-28T23:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=122c4101164d598e655fa9ad8473053d30ff4212'/>
<id>urn:sha1:122c4101164d598e655fa9ad8473053d30ff4212</id>
<content type='text'>
Report continuity values from remote altimeter

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: add 'report' to telebt</title>
<updated>2011-08-28T23:39:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-28T23:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b9568a637ffdbc67225271005f2b996ee08a0df'/>
<id>urn:sha1:9b9568a637ffdbc67225271005f2b996ee08a0df</id>
<content type='text'>
This beeps out flight state changes and max altitude at landing, just
like the altimeter.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Remove RSSI reporting from telebt</title>
<updated>2011-08-28T22:40:40+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-28T22:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=cff737c290347b61ba16584880c2f4c436b95042'/>
<id>urn:sha1:cff737c290347b61ba16584880c2f4c436b95042</id>
<content type='text'>
Telebt uses one LED for bluetooth connection and the other for telem
packet reception leaving none for RSSI.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Share log code between telescience and telebt. Add telebt log</title>
<updated>2011-08-27T22:19:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-27T22:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b33a92e372327158ab21c1bb2d091c58761efe10'/>
<id>urn:sha1:b33a92e372327158ab21c1bb2d091c58761efe10</id>
<content type='text'>
Telescience and telebt both log data in 32-byte chunks, so share some
code which manages that between the two products. Add simple telemetry
logging to telebt.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fix up telelaunch Makefile</title>
<updated>2011-08-27T20:28:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-27T20:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bc827699be4ed9ac60a7e862e6532791968bf685'/>
<id>urn:sha1:bc827699be4ed9ac60a7e862e6532791968bf685</id>
<content type='text'>
Adding all of the mising sources

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: add ao_aes/radio_cmac to tidongle, teledongle and telebt</title>
<updated>2011-08-27T20:25:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-27T20:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9adf2c9c40ea1da2637ed809dc0d004e47844440'/>
<id>urn:sha1:9adf2c9c40ea1da2637ed809dc0d004e47844440</id>
<content type='text'>
All of these can do the telelco stuff at this point.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add makefile for telelaunch</title>
<updated>2011-08-27T19:45:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-27T19:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6b2db651a1dbc7ea97fce802b5f10b88be1ab42b'/>
<id>urn:sha1:6b2db651a1dbc7ea97fce802b5f10b88be1ab42b</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
