<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, 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-20T06:07:54+00:00</updated>
<entry>
<title>Add Mini logging format. Use in EasyMini</title>
<updated>2013-05-20T06:07:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T06:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=57b4d82dee10b142b820aa306028a288a85214f6'/>
<id>urn:sha1:57b4d82dee10b142b820aa306028a288a85214f6</id>
<content type='text'>
This is a 16-byte record that includes all of the sensor data in each
sensor record, along with records for flight state changes.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/easymini: Initialize beep and ADC. Declare use of igniter bits.</title>
<updated>2013-05-20T03:39:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a4df2575b4e782e83cc4e9b1d2e5cd2397a97dd8'/>
<id>urn:sha1:a4df2575b4e782e83cc4e9b1d2e5cd2397a97dd8</id>
<content type='text'>
This makes easymini actually work!

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/easymini: Use different pins for igniter outputs</title>
<updated>2013-05-20T03:39:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a87a8e8067d7b2d0ff3a3274af9f1e919b5b7793'/>
<id>urn:sha1:a87a8e8067d7b2d0ff3a3274af9f1e919b5b7793</id>
<content type='text'>
Was using the I2C outputs which are open drain, which makes it
impossible to force them high as needed to driver our igniters.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/easymini: MS5607 chip select bits were defined wrong</title>
<updated>2013-05-20T03:39:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=16eb0b04df3d1db65bd40717133abe94db0f2a15'/>
<id>urn:sha1:16eb0b04df3d1db65bd40717133abe94db0f2a15</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/easymini: Easymini doesn't have USB connect or VBUS wiring</title>
<updated>2013-05-20T03:39:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=455802b7e853956180799c058e9561876d98d831'/>
<id>urn:sha1:455802b7e853956180799c058e9561876d98d831</id>
<content type='text'>
Disable these in ao_pins.h

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Force idle mode if USB gets an address during boot time</title>
<updated>2013-05-20T03:39:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=35b120c4154df0351c3a802f86dda224a7643068'/>
<id>urn:sha1:35b120c4154df0351c3a802f86dda224a7643068</id>
<content type='text'>
This lets EasyMini be booted to idle mode by simply plugging it into USB.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Reset SPI device at startup time</title>
<updated>2013-05-20T03:39:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c1f01cd4406063191a51cb68fc4634eabfc60fc2'/>
<id>urn:sha1:c1f01cd4406063191a51cb68fc4634eabfc60fc2</id>
<content type='text'>
Wasn't doing the reset sequence correctly (write 0, then write 1).

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Configuring wrong pin for SPI1 MOSI</title>
<updated>2013-05-20T03:39:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=e0ad8b5b5e1b4c7a9ffba9d25f3c32ce708c3ec5'/>
<id>urn:sha1:e0ad8b5b5e1b4c7a9ffba9d25f3c32ce708c3ec5</id>
<content type='text'>
Was setting configuration for PIO1_21 instead of PIO0_21.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Allow for alternate SPI SCLK0 pin usage</title>
<updated>2013-05-20T03:39:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b9bb088a36fd351809f4c378356327ffa663c974'/>
<id>urn:sha1:b9bb088a36fd351809f4c378356327ffa663c974</id>
<content type='text'>
SPI SCLK0 can appear on three different pins; let the application
configure which one it wants.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Leave SPI enabled all the time</title>
<updated>2013-05-20T03:39:19+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-20T03:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=397109139fb9ff27ec7cfb0cafa65d1dbea053bd'/>
<id>urn:sha1:397109139fb9ff27ec7cfb0cafa65d1dbea053bd</id>
<content type='text'>
Might be able to turn it off with some care; more experimentation required.

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