<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch branch-1.0</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=branch-1.0</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=branch-1.0'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2011-12-25T02:52:37+00:00</updated>
<entry>
<title>altos: Create TeleMetrum v1.2 directory</title>
<updated>2011-12-25T02:52:37+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=7d37595e08a4a78d44dd48f9247a0b1eb76a8c2d'/>
<id>urn:sha1:7d37595e08a4a78d44dd48f9247a0b1eb76a8c2d</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;
(cherry picked from commit eff8611e3eb19853b06acfcd7e978c9046cd5f78)

(this is quite different from the master version which is multi-arch)
</content>
</entry>
<entry>
<title>doc: Add 1.0.2 release notes</title>
<updated>2011-09-28T07:44:29+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-09-28T07:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ca8709f9b14a6c312be54e296904c5eb3267fcf8'/>
<id>urn:sha1:ca8709f9b14a6c312be54e296904c5eb3267fcf8</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: TM: Don't turn on packet slave mode until idle/invalid state</title>
<updated>2011-09-28T04:30:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-09-28T04:06:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=bbc46241a5c5f15b74d37b1d032e6cde28b501a9'/>
<id>urn:sha1:bbc46241a5c5f15b74d37b1d032e6cde28b501a9</id>
<content type='text'>
Leave the packet link disabled until we've checked the
accelerometer. That way, we cannot accidentally get to idle mode when
the rocket is on the rail.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' into branch-1.0</title>
<updated>2011-09-27T07:00:14+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2011-09-27T07:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ac7633630c1b04fdd761c16af7bd9377e76926c5'/>
<id>urn:sha1:ac7633630c1b04fdd761c16af7bd9377e76926c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add run-time dependency on libjfreechart-java</title>
<updated>2011-09-27T06:59:08+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2011-09-27T06:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fc4173ff882dd9718f34ed043276ef612783dfe0'/>
<id>urn:sha1:fc4173ff882dd9718f34ed043276ef612783dfe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump to version 1.0.2</title>
<updated>2011-09-26T18:58:05+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-09-26T18:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6e7fa216939f804135da4468fcf51d88cf6ee6c6'/>
<id>urn:sha1:6e7fa216939f804135da4468fcf51d88cf6ee6c6</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Delay reboot by a second to avoid re-entering idle mode</title>
<updated>2011-09-26T18:50:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2011-09-26T18:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f82921baf869b76521892c65f3c7b09467b2b69d'/>
<id>urn:sha1:f82921baf869b76521892c65f3c7b09467b2b69d</id>
<content type='text'>
TM and Tm go into idle mode if they receive a packet after boot
time. When tebooting the device over the packet link, the packet
master would be (rapidly) polling the device for additional data and
so the device would invariably receive a packet during bootup and go
into idle mode again.

Delay the reboot by a second to give the controller time to disable
the master end of the packet link.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos</title>
<updated>2011-09-24T21:34:59+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2011-09-24T21:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=989aae5b18856e3420ea5b7a26ddd8dccae9d6d3'/>
<id>urn:sha1:989aae5b18856e3420ea5b7a26ddd8dccae9d6d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include 1.0.1 release notes in docs, closes: #642705</title>
<updated>2011-09-24T21:34:16+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2011-08-30T22:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0552fbed34c9698dac30c239df2a823a8502b3f3'/>
<id>urn:sha1:0552fbed34c9698dac30c239df2a823a8502b3f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include 1.0.1 release notes in docs</title>
<updated>2011-08-30T22:59:53+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2011-08-30T22:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e44f1ffb7104d70f5c9b9a90529ddbe1b75da074'/>
<id>urn:sha1:e44f1ffb7104d70f5c9b9a90529ddbe1b75da074</id>
<content type='text'>
</content>
</entry>
</feed>
