<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/micropeak, branch 1.3.2.3</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=1.3.2.3</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=1.3.2.3'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2014-05-26T04:08:44+00:00</updated>
<entry>
<title>micropeak: Add -Xlint:unchecked to javac line</title>
<updated>2014-05-26T04:08:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4df84dd5d007120f54cbda380789306608f2fc46'/>
<id>urn:sha1:4df84dd5d007120f54cbda380789306608f2fc46</id>
<content type='text'>
This shows missing parametric type errors

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib/altosuilib: Change versions to altoslib:4, altosuilib:2</title>
<updated>2014-05-26T04:08:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-05-26T04:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f0216d721ed13f4d3dc608bb6ad8f83732b27c0a'/>
<id>urn:sha1:f0216d721ed13f4d3dc608bb6ad8f83732b27c0a</id>
<content type='text'>
API has changed for these libraries, time to bump the file versions

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Install .desktopfile as _SCRIPTS so they are left executable</title>
<updated>2014-03-01T07:04:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-03-01T07:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8f2a85027b496451c5934eb36fcdffbd5e5da177'/>
<id>urn:sha1:8f2a85027b496451c5934eb36fcdffbd5e5da177</id>
<content type='text'>
.desktop files should be marked executable so that the desktop
environment knows they are correct.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Mark .desktop files as executable</title>
<updated>2014-02-17T02:01:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-02-17T02:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a3ddb5906167e445f937b16fafb7f5c537852f0a'/>
<id>urn:sha1:a3ddb5906167e445f937b16fafb7f5c537852f0a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Construct linux install script</title>
<updated>2014-02-16T23:53:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-02-16T23:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c860d837a0c97a091c5f47fce91bdb8beb4602d3'/>
<id>urn:sha1:c860d837a0c97a091c5f47fce91bdb8beb4602d3</id>
<content type='text'>
Uses the same script as altosui, just edits the final path name

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Missing a couple of new exceptions when loading files</title>
<updated>2014-02-08T06:45:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-02-08T06:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=28d5239bff234cc1158a270a29c0e39067f613c3'/>
<id>urn:sha1:28d5239bff234cc1158a270a29c0e39067f613c3</id>
<content type='text'>
The change to keep reading on invalid chars from the serial port
exposed a couple of new exceptions from the MicroData code which the
file loading code needs to cope with.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Keep reading until we get valid data</title>
<updated>2014-02-08T06:32:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-02-08T06:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8d0d59c51138dc1b1bbf6933354fe9faf4d67986'/>
<id>urn:sha1:8d0d59c51138dc1b1bbf6933354fe9faf4d67986</id>
<content type='text'>
Don't stop just because we saw something invalid on the serial line;
let the user try again, or cancel when they get bored.

However, if the serial line disappears or some other fatal error
occurs, then do stop and put up an error dialog.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Watch serial data during download</title>
<updated>2014-02-03T08:32:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-02-03T08:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9e0bda088c097ac6bcc677d7b6d00683e73a68fb'/>
<id>urn:sha1:9e0bda088c097ac6bcc677d7b6d00683e73a68fb</id>
<content type='text'>
This adds a text area to monitor the incoming serial data in case some
problem occurs.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Bump library version</title>
<updated>2013-12-21T03:44:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T03:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b89fb51a963635e2effe3a31f803bfc29c2c46b7'/>
<id>urn:sha1:b89fb51a963635e2effe3a31f803bfc29c2c46b7</id>
<content type='text'>
Prepare for next release by making sure we notice that the API/ABI for
this library has changed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Add micropeak man page</title>
<updated>2013-12-19T05:08:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-19T05:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=408b0dea338147382e94717dab85b4a204e7bdf5'/>
<id>urn:sha1:408b0dea338147382e94717dab85b4a204e7bdf5</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
