<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos, branch telescience-v0.2</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telescience-v0.2</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telescience-v0.2'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-01-16T17:46:04+00:00</updated>
<entry>
<title>document what the 'Age' value in the AltosUI display means</title>
<updated>2013-01-16T17:46:04+00:00</updated>
<author>
<name>Bdale Garbee</name>
<email>bdale@gag.com</email>
</author>
<published>2013-01-16T17:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f2b59cf3d30425bc4b12f37e86832e40b7702d3d'/>
<id>urn:sha1:f2b59cf3d30425bc4b12f37e86832e40b7702d3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>altos: Crank fast SPI on STM to 8MHz</title>
<updated>2013-01-14T04:54:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-14T04:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a866431e9a063830b407f749ff97a730831e5e4e'/>
<id>urn:sha1:a866431e9a063830b407f749ff97a730831e5e4e</id>
<content type='text'>
With the GPIO pins set to 10MHz now, we can run SPI at the maximum
possible speed (8MHz).

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Set STM GPIO output speed for SPI pins correctly</title>
<updated>2013-01-14T04:54:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-14T04:48:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8d885616e2e522b8aea5e7d5398f16d330a0cffa'/>
<id>urn:sha1:8d885616e2e522b8aea5e7d5398f16d330a0cffa</id>
<content type='text'>
The GPIO pin settings affect the output impedence, and hence the
maximum speed for SPI. Cranking these to suitable values allows SPI to
run at full speed.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Build telescience-v0.2</title>
<updated>2013-01-14T04:48:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-14T04:48:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f2810aa33fc6fe254761a0044c62c7b23e59e6bc'/>
<id>urn:sha1:f2810aa33fc6fe254761a0044c62c7b23e59e6bc</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Update avr ao_spi_slave code to match API changes</title>
<updated>2013-01-13T18:32:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-13T18:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3645cb6578ec2a11ab7b0f6d435c6de22ca02a9f'/>
<id>urn:sha1:3645cb6578ec2a11ab7b0f6d435c6de22ca02a9f</id>
<content type='text'>
Made the interface use void * for pointers and uint16_t for lengths

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Initial telescience bits</title>
<updated>2013-01-13T04:11:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-13T04:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7883744526156879ad63256ab12d959df56d5252'/>
<id>urn:sha1:7883744526156879ad63256ab12d959df56d5252</id>
<content type='text'>
These might do something, and should at least bring up USB

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Record samples before boost detect</title>
<updated>2013-01-12T17:45:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-12T17:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d374d6be7eb040457f4df6c38b5d057f26ee741c'/>
<id>urn:sha1:d374d6be7eb040457f4df6c38b5d057f26ee741c</id>
<content type='text'>
This saves a ring of 16 samples while waiting for boost, and then goes
back through those looking for the first sample higher than the ground
and writes the remaining ones to the log so that we get a more
complete log of the flight

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui: Reference altosuilib.jar and altoslib.jar from original dirs</title>
<updated>2013-01-11T07:42:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-11T07:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=85baf657e7ea6debbed9effc6f8daff7ef09a5d8'/>
<id>urn:sha1:85baf657e7ea6debbed9effc6f8daff7ef09a5d8</id>
<content type='text'>
The symlinks may not be created when the build is getting run as the
dependencies aren't in place (thanks, automake).

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altosui,micropeak: Link altoslib.jar and altosuilib.jar before compiling</title>
<updated>2013-01-11T06:11:36+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-11T06:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=962e3bd0461f187cd599ba54e7129c84f97d4c4d'/>
<id>urn:sha1:962e3bd0461f187cd599ba54e7129c84f97d4c4d</id>
<content type='text'>
The symlinks for the libraries have to be present before compiling stuff.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>micropeak: Note when libaltos fails</title>
<updated>2013-01-11T05:48:31+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-01-11T05:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9f6b1570277c326c00d5da274f608fbdeb91c911'/>
<id>urn:sha1:9f6b1570277c326c00d5da274f608fbdeb91c911</id>
<content type='text'>
Not getting any device list back from MicroUSB means the library
wasn't found, so pop up a dialog box explaining the situation.

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