<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/drivers, branch pwmin-new</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=pwmin-new</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=pwmin-new'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2012-10-18T22:18:52+00:00</updated>
<entry>
<title>Merge branch 'master' into mm-ms5611</title>
<updated>2012-10-18T22:18:52+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-18T22:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5a55501660ebab3b858a48483c5df1cfb4e858e4'/>
<id>urn:sha1:5a55501660ebab3b858a48483c5df1cfb4e858e4</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telelco: 10ms is not enough time to get a packet back</title>
<updated>2012-10-15T07:24:28+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-15T07:24:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=5f31f6652f4b0898214d06d009af823a1ed3b96a'/>
<id>urn:sha1:5f31f6652f4b0898214d06d009af823a1ed3b96a</id>
<content type='text'>
Not reliable, so bump to 20ms

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telelco: Crank up SPI speed to cc1111</title>
<updated>2012-10-15T07:06:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-15T07:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c6069e38d6d2f9b37aa8671c41b4a470d92996a4'/>
<id>urn:sha1:c6069e38d6d2f9b37aa8671c41b4a470d92996a4</id>
<content type='text'>
The cc1111 can handle up to 3MHz, so use 2MHz. Also, crank down the
packet wait time to 10ms, which should be plenty long for the remote
box to receive and return a packet.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telefire: Report valid channels instead of valid pins</title>
<updated>2012-10-15T06:04:44+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-15T06:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=84c56b1e92fca181207c468ea6351db3c2f196fb'/>
<id>urn:sha1:84c56b1e92fca181207c468ea6351db3c2f196fb</id>
<content type='text'>
Now that pins don't match channels 1:1, make sure that the report back
to the LCO names the channels instead of the pin numbers.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Define full-scale gyro and accel values for MPU6000</title>
<updated>2012-10-13T22:04:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-13T22:04:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c6eec0bec06d2e246ea3c9552818ad3180c1e318'/>
<id>urn:sha1:c6eec0bec06d2e246ea3c9552818ad3180c1e318</id>
<content type='text'>
This lets other code convert MPU6000 readings into canonical units

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Split out ms5607 conversion code for use in ao_flight_test</title>
<updated>2012-10-13T20:35:42+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-13T20:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2733d1b71bbac2c5ef4a2c3a1992ba448e981267'/>
<id>urn:sha1:2733d1b71bbac2c5ef4a2c3a1992ba448e981267</id>
<content type='text'>
Makes the conversion code available even where the driver isn't needed

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Add (untested) driver for AT24C i2c flash parts</title>
<updated>2012-10-12T21:26:08+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-12T21:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=6cfb2d3b1c75916ee69d069519edc675e37e1aa1'/>
<id>urn:sha1:6cfb2d3b1c75916ee69d069519edc675e37e1aa1</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Prepare ms5607 driver for use in non-tasking products</title>
<updated>2012-10-12T20:40:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-12T20:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7795d8309b3e1147bc37d31a0adde42d7dee6cd1'/>
<id>urn:sha1:7795d8309b3e1147bc37d31a0adde42d7dee6cd1</id>
<content type='text'>
Micropeak doesn't have tasking, prepare the ms5607 driver for that

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telefire: Add siren/strobe support</title>
<updated>2012-10-10T21:28:07+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-10T21:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3f059f8878a79b3154a19b6803fbc367eda80dc9'/>
<id>urn:sha1:3f059f8878a79b3154a19b6803fbc367eda80dc9</id>
<content type='text'>
This also involved hacking up the code to allow for non-zero offsets
for the pad firing and continuity pins.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Fix up ms5607 and mma655x commands to work again</title>
<updated>2012-10-09T06:24:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-09T06:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0361235c9ef56738ba0e97be88a85afef0ce8268'/>
<id>urn:sha1:0361235c9ef56738ba0e97be88a85afef0ce8268</id>
<content type='text'>
These just display the most recently fetched values

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