<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/ao_pins.h, branch 1.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-08-26T03:49:11+00:00</updated>
<entry>
<title>altos: Restructure altos build to prepare for multi-arch support</title>
<updated>2011-08-26T03:49:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-26T03:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9513be7f9d3d0b0ec29f6487fa9dc8f1ac24d0de'/>
<id>urn:sha1:9513be7f9d3d0b0ec29f6487fa9dc8f1ac24d0de</id>
<content type='text'>
Split out sources into separate directories:

	core:		architecture and product independent bits
	cc1111:		cc1111-specific code
	drivers:	architecture independent drivers
	product:	product-specific sources and Makefile fragments
	util:		scripts for building stuff

This should have no effect on the built products, but testing is encouraged

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add SPI-based companion board support</title>
<updated>2011-08-14T01:46:12+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-07-09T23:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=30abbdc7ffcfc809b4a3fc31486fe968161ea225'/>
<id>urn:sha1:30abbdc7ffcfc809b4a3fc31486fe968161ea225</id>
<content type='text'>
This sends current flight state information and retrieves companion
data to include in telemetry.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: remove monitor disable stubs from altimeter code</title>
<updated>2011-08-11T23:11:34+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-11T23:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=640422c028a2be898aa3a9048a0f6fad2e43dd8d'/>
<id>urn:sha1:640422c028a2be898aa3a9048a0f6fad2e43dd8d</id>
<content type='text'>
Monitor mode in the ground-station boards must be disabled when the
radio is going to be used for another purpose, or the radio parameters
changed. That places monitor-mode disable calls in other parts of the
system which are shared with the altimeter code.

Elide the ao_set_monitor calls for builds which do not include any
monitoring code.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Switch telemini from v0.1 to v1.0</title>
<updated>2011-08-09T21:26:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-08-09T21:26:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=81ad44d4b6d9ad2f6b91d0906e8543da82da424f'/>
<id>urn:sha1:81ad44d4b6d9ad2f6b91d0906e8543da82da424f</id>
<content type='text'>
TeleMini production boards are firmware compatible with the v0.1
design, so instead of creating another product, just rename the
existing one.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add beeper to TBT v0.1</title>
<updated>2011-05-07T05:42:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-05-07T05:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=22e3ac0eb014b8255029763ae8180ad3527ba306'/>
<id>urn:sha1:22e3ac0eb014b8255029763ae8180ad3527ba306</id>
<content type='text'>
It's available, let's use it.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fix BT link status pin for real TBT hardware</title>
<updated>2011-05-07T04:13:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-05-07T04:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3336d0f726afd1d43cf62280940e5fb91dab2e91'/>
<id>urn:sha1:3336d0f726afd1d43cf62280940e5fb91dab2e91</id>
<content type='text'>
The prototype used P2_1, while the real hardware uses P1_7. Lots of
defines to make this work...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Use USART configuration 1 with flow control for TBT</title>
<updated>2011-05-07T03:35:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-05-07T03:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=19bfa3882a2d95fcade256c2d63ad24f794281e5'/>
<id>urn:sha1:19bfa3882a2d95fcade256c2d63ad24f794281e5</id>
<content type='text'>
It's just wired that way.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add preliminary telebt v0.1 defines</title>
<updated>2011-05-06T22:44:56+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-05-06T22:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c1760cebd47d0f03808f3204c0fcb1183f754e50'/>
<id>urn:sha1:c1760cebd47d0f03808f3204c0fcb1183f754e50</id>
<content type='text'>
This should make the telebt v0.1 binary that works on the real hardware.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'telemini' into telebt</title>
<updated>2011-04-19T21:06:39+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-19T21:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=44fb71ca3e5bccd5f601fc5a2d5da7292050b1d6'/>
<id>urn:sha1:44fb71ca3e5bccd5f601fc5a2d5da7292050b1d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altosui: Eliminate ao_cmd_filter hook</title>
<updated>2011-04-19T21:01:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-04-19T21:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2ebdb888f6792de70b3132950a988d49752d264e'/>
<id>urn:sha1:2ebdb888f6792de70b3132950a988d49752d264e</id>
<content type='text'>
Disabling status messages means we don't need to filter them out of
the input stream.

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