<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/test, branch lpc</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=lpc</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=lpc'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-05-16T05:11:41+00:00</updated>
<entry>
<title>altos: gps serial routines are called ao_gps_*, not ao_ublox_*</title>
<updated>2013-05-16T05:11:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-14T16:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a4e4eec827d61a05fda52ddb68b55f17b6028d5e'/>
<id>urn:sha1:a4e4eec827d61a05fda52ddb68b55f17b6028d5e</id>
<content type='text'>
This caused the u-blox driver to use serial port 1 instead of the
project-specified serial port.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add 'g' command to ublox GPS code.</title>
<updated>2013-05-16T05:11:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-14T16:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5e9193f6375be27e5f7a0321fd34b6acfe81247f'/>
<id>urn:sha1:5e9193f6375be27e5f7a0321fd34b6acfe81247f</id>
<content type='text'>
Take the gps_dump function from ao_gps_skytraq.c and move it to a new
file so it can be shared with the u-blox driver. That affects every
skytraq and u-blox user as they need to include the new file.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: ao_gps_test_ublox uses ao_gps_blox.h</title>
<updated>2013-05-14T05:59:26+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-14T05:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c88aa32b979f379e3cf316dcb651e264c32a5283'/>
<id>urn:sha1:c88aa32b979f379e3cf316dcb651e264c32a5283</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add U-Blox GPS driver</title>
<updated>2013-05-14T05:31:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-14T05:31:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=50457f9983ec0a432f1050464382749436e3da94'/>
<id>urn:sha1:50457f9983ec0a432f1050464382749436e3da94</id>
<content type='text'>
Uses binary mode.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Fix warning in ao_aprs_test</title>
<updated>2013-05-08T03:08:01+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-03T08:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4458b5a3cd3f88188c820cd0763f4e1d99fff311'/>
<id>urn:sha1:4458b5a3cd3f88188c820cd0763f4e1d99fff311</id>
<content type='text'>
Was not forward-declaring ao_radio_send_aprs, causing a warning

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Ignore ao_aes_test binary</title>
<updated>2013-05-08T03:07:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-29T06:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=24a03d0c64fc0b56ad5ccfd6588aa47690ea2a65'/>
<id>urn:sha1:24a03d0c64fc0b56ad5ccfd6588aa47690ea2a65</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/test: Add telemega plot helper script</title>
<updated>2013-05-08T03:07:53+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-29T06:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e2c697af790d53c68154facc19e4096aed5de798'/>
<id>urn:sha1:e2c697af790d53c68154facc19e4096aed5de798</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Build test framework for AES code</title>
<updated>2013-05-08T03:07:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-29T05:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0488cd9cffc837e99490a0761216bbc5847ff400'/>
<id>urn:sha1:0488cd9cffc837e99490a0761216bbc5847ff400</id>
<content type='text'>
Simple CBC-CMAC test with a constant 0 key and constant 0 data for now.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>name change from MegaMetrum to TeleMega</title>
<updated>2013-04-22T19:00:26+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2013-04-22T19:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=aa7eac32adf4c2cdf441991d02411758f2682d1e'/>
<id>urn:sha1:aa7eac32adf4c2cdf441991d02411758f2682d1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos: update .gitignore files</title>
<updated>2013-04-22T01:50:13+00:00</updated>
<author>
<name>Mike Beattie</name>
<email>mike@ethernal.org</email>
</author>
<published>2013-04-22T01:50:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=759376cd0aac61c5afce31aed27ef98aba791173'/>
<id>urn:sha1:759376cd0aac61c5afce31aed27ef98aba791173</id>
<content type='text'>
Signed-off-by: Mike Beattie &lt;mike@ethernal.org&gt;
</content>
</entry>
</feed>
