<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/lpc/lpc.h, branch telefire-4-no-addr</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telefire-4-no-addr</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telefire-4-no-addr'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2016-07-12T22:41:41+00:00</updated>
<entry>
<title>Switch from GPLv2 to GPLv2+</title>
<updated>2016-07-12T22:41:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-07-05T16:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a'/>
<id>urn:sha1:1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Add fast timer</title>
<updated>2016-03-26T23:07:20+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-03-25T01:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=b31c6fd153825ae5ad0fcea7189472af1a9cffff'/>
<id>urn:sha1:b31c6fd153825ae5ad0fcea7189472af1a9cffff</id>
<content type='text'>
This offers a faster timer callback for higher-precision operation

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Missing */ in definition of PIO0_4</title>
<updated>2013-12-21T07:02:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-12-21T07:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f578d9455eec9ea0eccd2d5e21349e274ea4281a'/>
<id>urn:sha1:f578d9455eec9ea0eccd2d5e21349e274ea4281a</id>
<content type='text'>
Would maek using these values pretty hard.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Add boot loader</title>
<updated>2013-06-24T21:30:22+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-24T21:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0dd148e388944d8d265da51d62806c4a00b2c13d'/>
<id>urn:sha1:0dd148e388944d8d265da51d62806c4a00b2c13d</id>
<content type='text'>
Support the USB boot loader, add USB pull-up support.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Don't disable all interrupts when disabling one interrupt</title>
<updated>2013-06-22T07:49:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-22T02:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=58eda6f873f5d6e8e219f769bdf67ce4dbc96fd7'/>
<id>urn:sha1:58eda6f873f5d6e8e219f769bdf67ce4dbc96fd7</id>
<content type='text'>
The nvic iser and icer registers read value indicates all enabled
interrupts, icer writes disable the set interrupts. Re-writing icer
with the current value ends up disabling all interrupts, not exactly
what we wanted.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Enable brown-out-detector</title>
<updated>2013-06-22T07:49:59+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-22T02:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=23f11b188fc6aacd29e7f01a7d8a40853b7655df'/>
<id>urn:sha1:23f11b188fc6aacd29e7f01a7d8a40853b7655df</id>
<content type='text'>
Make sure the processor does something sensible when the power disappears.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: Filter ADC inputs</title>
<updated>2013-06-15T08:21:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-06-15T08:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=be9ee9ed2d041c4ab4e77ee2010fe3c7a1ca6597'/>
<id>urn:sha1:be9ee9ed2d041c4ab4e77ee2010fe3c7a1ca6597</id>
<content type='text'>
They're amazingly noisy on EasyMini, so just filter them as the only
thing we use them for is battery and pyro numbers.

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: Fix beeper driver</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:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=07d261c08214837b5d5cac4d2be43e51a0c47868'/>
<id>urn:sha1:07d261c08214837b5d5cac4d2be43e51a0c47868</id>
<content type='text'>
Set prescale limit, not current prescale value (pr instead of pc).
Flip output 1 on PWM match (set emc toggle for channel 1).
Don't hold counter in reset (turn off CRST bit).

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/lpc: add gpio int, spi, adc and ct32b defines to lpc.h</title>
<updated>2013-05-18T10:17:23+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-18T10:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ed25a46571d988ccf37ae915dff97b5f00bcf9cf'/>
<id>urn:sha1:ed25a46571d988ccf37ae915dff97b5f00bcf9cf</id>
<content type='text'>
Lots more devices

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