<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/altoslib, branch debian/1.9-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.9-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.9-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-12-30T22:17:27+00:00</updated>
<entry>
<title>altoslib: Remove spurious debug printf in AltosCalData</title>
<updated>2018-12-30T22:17:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-12-30T22:15:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9791ebb256c2892663c072f7989e4b9bd34818a1'/>
<id>urn:sha1:9791ebb256c2892663c072f7989e4b9bd34818a1</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: When flashing hardware, pull USB data from device if needed</title>
<updated>2018-10-21T00:31:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-21T00:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=48e221cca00c9f925ff57588dd782842705f7a23'/>
<id>urn:sha1:48e221cca00c9f925ff57588dd782842705f7a23</id>
<content type='text'>
If we fail to extract USB vid/pid and product values from the device
ROM, use the data discovered over USB when the device was originally
discovered.

Also, use the USB product to select appropriate .ihx files instead of
only using the USB vid/pid. This will help people avoid using the
wrong file when reflashing devices.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add support for EasyMega-v2</title>
<updated>2018-10-21T00:31:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-21T00:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8c92656576aff3ceab5bead3c835d96c36098fe7'/>
<id>urn:sha1:8c92656576aff3ceab5bead3c835d96c36098fe7</id>
<content type='text'>
adxl375 instead of mma6555.
mpu9250 rotated 90° compared with other megas.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Add support for TeleGPS v2</title>
<updated>2018-10-21T00:31:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-21T00:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f13e294d4644096b0529383c1d60d5e4b7916d76'/>
<id>urn:sha1:f13e294d4644096b0529383c1d60d5e4b7916d76</id>
<content type='text'>
The battery voltage ADC values are different from TeleGPS v1 (max 4095
instead of 32767).

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>2018-10-20T07:18:12+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2018-10-20T07:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0686a7b8aec524d81bda4c572549a3a068ce0eed'/>
<id>urn:sha1:0686a7b8aec524d81bda4c572549a3a068ce0eed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altoslib: fix computation of TeleGPS battery voltage</title>
<updated>2018-10-20T07:17:39+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2018-10-20T07:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6aa451ce81bfdfe679e3f9902043a5f0d235c745'/>
<id>urn:sha1:6aa451ce81bfdfe679e3f9902043a5f0d235c745</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altoslib: Add ADXL375 support and EasyMega v2.0 support</title>
<updated>2018-10-19T20:19:03+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-19T20:19:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1e4b8674d874a190eca1a98a397aaf0a9d15bda1'/>
<id>urn:sha1:1e4b8674d874a190eca1a98a397aaf0a9d15bda1</id>
<content type='text'>
EasyMega v2.0 replaces the MMA655X with an ADXL375 part.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: Be less chatty about map loading</title>
<updated>2018-10-07T21:12:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T21:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=444fdd96515cc7163c49942ac2435ace8e7bb5bf'/>
<id>urn:sha1:444fdd96515cc7163c49942ac2435ace8e7bb5bf</id>
<content type='text'>
Only mention when a new tile is being fetched from the server.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altoslib: NumberFormat can't be shared between parsers</title>
<updated>2018-10-07T20:55:35+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T20:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=173e72429fb494ea3832e3e38ee90f165fbff4cf'/>
<id>urn:sha1:173e72429fb494ea3832e3e38ee90f165fbff4cf</id>
<content type='text'>
AltosJson uses NumberFormat to ensure locale-independent parsing of
values. However, NumberFormat appears to have some internal state
which means that each thread needs to have an independent NumberFormat
object. Create one for each parser as needed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui/altosdroid: Disable offline map type selections</title>
<updated>2018-10-07T17:01:30+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-10-07T17:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5c957107ee5917d865eb866319f86cf8c109f212'/>
<id>urn:sha1:5c957107ee5917d865eb866319f86cf8c109f212</id>
<content type='text'>
Our server only supports hybrid maps for now. If that changes, we can
re-add this support easily enough.

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