<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/core, branch split-library</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=split-library</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=split-library'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-01-04T04:46:25+00:00</updated>
<entry>
<title>altos: flush stdout when fifo from arduino serial port is empty</title>
<updated>2012-01-04T04:46:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-01-04T04:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c6821ae734a7efaf2e069f6c5edf9605a9dbe125'/>
<id>urn:sha1:c6821ae734a7efaf2e069f6c5edf9605a9dbe125</id>
<content type='text'>
This avoids leaving bytes pending inside altos

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: 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: 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: Fix pad orientation for pre-1.1 boards</title>
<updated>2011-11-14T07:03:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-11-14T07:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=dbf7c0c59854e040b65f068069d80716f02fc1bc'/>
<id>urn:sha1:dbf7c0c59854e040b65f068069d80716f02fc1bc</id>
<content type='text'>
They use a different code path for accel as they don't have the
VCC compensation code in place.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Allow TT/TBT reports to escape landed state</title>
<updated>2011-11-13T02:52:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-11-13T02:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d3dcb9451f40506abced72783966104645a73bc7'/>
<id>urn:sha1:d3dcb9451f40506abced72783966104645a73bc7</id>
<content type='text'>
The TM altitude reporting code kept beeping out state and altitude
forever, which isn't very useful on TBT or TT.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Add ao_lcd_cursor_on/off</title>
<updated>2011-11-13T02:51:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-11-13T02:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=430b439b9a5cc98b32273a233505de2c2f975c59'/>
<id>urn:sha1:430b439b9a5cc98b32273a233505de2c2f975c59</id>
<content type='text'>
This shows or hides a blinking cursor on the LCD.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add configurable set of channels for TT</title>
<updated>2011-11-13T02:49:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-11-13T02:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=75a8490a7bee2a2c7afd559b13f1d9c40c2aa08f'/>
<id>urn:sha1:75a8490a7bee2a2c7afd559b13f1d9c40c2aa08f</id>
<content type='text'>
This adds the channel list for TT, which will be configured by
AltosUI.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Export 'ao_cmd_is_white' for use by other code</title>
<updated>2011-11-13T02:48:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-11-13T02:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2ba946fea29ff134ffaeaea9d7932f4bd4e953aa'/>
<id>urn:sha1:2ba946fea29ff134ffaeaea9d7932f4bd4e953aa</id>
<content type='text'>
This function tests the current input character.

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>
</feed>
