<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch with-pdclib</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=with-pdclib</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=with-pdclib'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-12-18T10:03:15+00:00</updated>
<entry>
<title>altosui: Hide non-applicable altimeter config values</title>
<updated>2013-12-18T10:03:15+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T10:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=77b04d662a6704f5db10522a2f9b169d31df5bea'/>
<id>urn:sha1:77b04d662a6704f5db10522a2f9b169d31df5bea</id>
<content type='text'>
This makes configuring EasyMini a lot easier...

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Pass InterruptedException up the stack instead of hiding it</title>
<updated>2013-12-18T09:14:11+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-18T09:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e26306c9350ef1d107d4257ef1c09d15165c9154'/>
<id>urn:sha1:e26306c9350ef1d107d4257ef1c09d15165c9154</id>
<content type='text'>
When interrupting a thread that is talking to a serial device, it's
important not to have that thread discard the InterruptedException so
that it will actually terminate. This patch removes a bunch of places
that were discarding InterruptedExceptions and lets higher level code
see them so that they can exit cleanly.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>java: Add -target 1.6 to all java compiles</title>
<updated>2013-12-10T08:51:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-10T08:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8959c059ec67f5334e31abbe3f831dd571a0b464'/>
<id>urn:sha1:8959c059ec67f5334e31abbe3f831dd571a0b464</id>
<content type='text'>
This makes sure the results can run with the old JVM

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Don't require radio_cal or usb_descriptors in AltosRomconfig</title>
<updated>2013-12-09T04:33:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T04:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=fd92bb8ff3be257925bf6e969d93a7f9dd941fb8'/>
<id>urn:sha1:fd92bb8ff3be257925bf6e969d93a7f9dd941fb8</id>
<content type='text'>
Not all products will have these values, so allow them to be missing

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add self-flashing code</title>
<updated>2013-12-09T04:09:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T04:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2cdb90d9214f8e66b3574cbd9c5ed073a7861681'/>
<id>urn:sha1:2cdb90d9214f8e66b3574cbd9c5ed073a7861681</id>
<content type='text'>
This adds the ability to use the AltOS flash-loader on both STM and
NXP processors.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add AltosNoSymbol exception</title>
<updated>2013-12-09T04:07:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T04:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=70d0841b4017e7580c893c7033c04fb2964adab6'/>
<id>urn:sha1:70d0841b4017e7580c893c7033c04fb2964adab6</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Use symbols in AltosRomconfig instead of fixed offsets</title>
<updated>2013-12-09T04:04:43+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T04:04:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4e1b134e29313a1bdac18de57fe547299e5ded2a'/>
<id>urn:sha1:4e1b134e29313a1bdac18de57fe547299e5ded2a</id>
<content type='text'>
The new Hexfile symbol code automatically adds the needed romconfig
symbols for cc1111 products, and ARM-based products have symbols in
the .ihx files. This means that we can rely on using symbols when
finding config values in memory.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Publish mapping from product name back to USB id</title>
<updated>2013-12-09T03:48:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T03:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e0af4569446b12c026aa0ffd52c55839d69af0e1'/>
<id>urn:sha1:e0af4569446b12c026aa0ffd52c55839d69af0e1</id>
<content type='text'>
This lets us choose which device to flash based on the filename

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Create AltosProgrammer class</title>
<updated>2013-12-09T03:47:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T03:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=88fa5fa6acbdd66d1338ca73cbbac219d62b5136'/>
<id>urn:sha1:88fa5fa6acbdd66d1338ca73cbbac219d62b5136</id>
<content type='text'>
This provides an abstract interface to flashing boards, for
dongle-based and self-programming boards.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add symbols to .ihx files</title>
<updated>2013-12-09T03:46:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T03:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7b0c1fbccb4ef1ae2ed356292cc8762360532b7f'/>
<id>urn:sha1:7b0c1fbccb4ef1ae2ed356292cc8762360532b7f</id>
<content type='text'>
Create a new 0xfe record type to hold the symbols, and append them
after the EOF record so that other tools might continue to work.

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