<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/cc1111, branch 1.0.9.4</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.0.9.4</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-03-27T02:20:14+00:00</updated>
<entry>
<title>altos: Require callsign match in packet code</title>
<updated>2012-03-27T02:20:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-09-28T06:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77639dae0fb9975219c2e211ea6dd6c7965eeea2'/>
<id>urn:sha1:77639dae0fb9975219c2e211ea6dd6c7965eeea2</id>
<content type='text'>
Ignore packets with mismatching callsigns to avoid accidental
connections between devices controlled by different stations.

As a special case, if the device is configured with the default
callsign (N0CALL), then let anyone connect. This allows configuration
of new devices without needing to change the ground station callsign.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Set correct registers for serial0 baud</title>
<updated>2012-01-04T06:27:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-04T06:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f450f8bc70f857053b26c4379f54a318062e89a1'/>
<id>urn:sha1:f450f8bc70f857053b26c4379f54a318062e89a1</id>
<content type='text'>
oops. not going to work very well setting serial 1.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add support for UART0 in async mode</title>
<updated>2012-01-04T04:41:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-04T04:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7a42f2e0f145d2d520aed8e241fa39f7cb62b19f'/>
<id>urn:sha1:7a42f2e0f145d2d520aed8e241fa39f7cb62b19f</id>
<content type='text'>
And copy bytes from it to stdout.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: More _asm -&gt; __asm changes</title>
<updated>2011-12-30T23:42:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-12-30T23:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=085625ff3992454b59583d95a3c415597c51f754'/>
<id>urn:sha1:085625ff3992454b59583d95a3c415597c51f754</id>
<content type='text'>
Missed a few last time

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Clean up for SDCC 3.1 - more keywords</title>
<updated>2011-12-30T23:38:32+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-12-30T23:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=614ab6a991258a5caad0ca12ae35d0288a5b7503'/>
<id>urn:sha1:614ab6a991258a5caad0ca12ae35d0288a5b7503</id>
<content type='text'>
_asm -&gt; __asm
sbit -&gt; __sbit
remove variables named 'data'

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: SDCC 3.1 wants __at instead of at</title>
<updated>2011-12-30T20:27:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-12-30T20:27:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bbb94a6a25a106316414a9a281e924f6c56e9f38'/>
<id>urn:sha1:bbb94a6a25a106316414a9a281e924f6c56e9f38</id>
<content type='text'>
Older SDCC would accept __at, so just replace all occurances unconditionally.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Create TeleMetrum v1.2 directory</title>
<updated>2011-12-18T01:09:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-12-18T01:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=eff8611e3eb19853b06acfcd7e978c9046cd5f78'/>
<id>urn:sha1:eff8611e3eb19853b06acfcd7e978c9046cd5f78</id>
<content type='text'>
The hardware is software-compatible with v1.1, but it's nice to have
the right version number in all of the files.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Set default flight log max to 127k on TM v0.1</title>
<updated>2011-11-13T02:47:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-11-13T02:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=20282ef00afe70e3f3193f6f0200254cb2c33e93'/>
<id>urn:sha1:20282ef00afe70e3f3193f6f0200254cb2c33e93</id>
<content type='text'>
The flash part on v0.1 boards is only 128kB.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Handle internal and external telem monitoring requests</title>
<updated>2011-11-13T02:44:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-11-13T02:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5972c642f0de0789e90268bfa19ef8b51c06eebc'/>
<id>urn:sha1:5972c642f0de0789e90268bfa19ef8b51c06eebc</id>
<content type='text'>
Record separate internal vs external monitoring state, allowing
both to happen at the same time, and when either is turned off, the
other keeps working.

This also adds disable/enable so that other radio users can
temporarily take over the radio; monitoring will resume when the other
radio user is finished.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Set SPI fill value each time it is used.</title>
<updated>2011-11-13T02:36:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-11-13T02:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2bce71eba9f44b6fcf64e307c8174824c3a0fb57'/>
<id>urn:sha1:2bce71eba9f44b6fcf64e307c8174824c3a0fb57</id>
<content type='text'>
This ensures that the final MOSI pin value will be high after a
receive is finished.

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