<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch droid-prefs</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=droid-prefs</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=droid-prefs'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-12-10T08:51:01+00:00</updated>
<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>
<entry>
<title>altoslib: Support binary reading/writing in AltosLink</title>
<updated>2013-12-09T03:44:49+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-09T03:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b1ffdaf1f5e9b6e8ff0d4e08d8c504f8dfacd3a4'/>
<id>urn:sha1:b1ffdaf1f5e9b6e8ff0d4e08d8c504f8dfacd3a4</id>
<content type='text'>
Binary reads require an explicit length, and do not work while
telemetry is running.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: AltosEepromMonitor had false import of altosuilib</title>
<updated>2013-12-08T19:41:09+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-08T19:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b1f3525afa801038f7087a3a2caf369f2460a5db'/>
<id>urn:sha1:b1f3525afa801038f7087a3a2caf369f2460a5db</id>
<content type='text'>
Not needed, and breaks the build

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