<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src, branch telemini</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=telemini</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=telemini'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2013-08-27T01:47:27+00:00</updated>
<entry>
<title>altos: Don't use ao_data on cc1111 projects</title>
<updated>2013-08-27T01:47:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T01:46:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=a73b02518fcbc9fc0807ed8e141d3a06e8ad8214'/>
<id>urn:sha1:a73b02518fcbc9fc0807ed8e141d3a06e8ad8214</id>
<content type='text'>
cc1111 ao_adc.c supplies the needed globals at this point, and linking
both into the program leads to two different versions of each at
different addresses (yay SDCC linker!)

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make ao_wakeup reentrant</title>
<updated>2013-08-27T01:47:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T01:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=d54156caf856ab5570f050692b333a2c5d991265'/>
<id>urn:sha1:d54156caf856ab5570f050692b333a2c5d991265</id>
<content type='text'>
In case we end up invoking it from two places at once.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Check for MS5607 MISO low before sleeping</title>
<updated>2013-08-27T01:47:27+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T01:43:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7e941695aa27e5eaf453ca1128b8d835472410a4'/>
<id>urn:sha1:7e941695aa27e5eaf453ca1128b8d835472410a4</id>
<content type='text'>
If the MISO line goes low before we manage to configure the
interrupts, we'll miss it entirely unless we check the pin explicitly.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/telemini-v2.0: Add ao_exti.h depend. Init beeper and usb.</title>
<updated>2013-08-27T00:18:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T00:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=9b9acb88aa97e8565cdf9342fc59a5aee08e3d34'/>
<id>urn:sha1:9b9acb88aa97e8565cdf9342fc59a5aee08e3d34</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Use %ld and %lu for MS5607 debug output</title>
<updated>2013-08-27T00:18:17+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T00:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=7274b77666df9d2cab2854ec1a403d80e5fce73b'/>
<id>urn:sha1:7274b77666df9d2cab2854ec1a403d80e5fce73b</id>
<content type='text'>
The value are 'long', so use the right printf format.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/cc1111: Wake up non-ADC sensor code each timer tick</title>
<updated>2013-08-27T00:17:47+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T00:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4e3955a5b0ac125bd807920c467f959618449fbc'/>
<id>urn:sha1:4e3955a5b0ac125bd807920c467f959618449fbc</id>
<content type='text'>
Make sure the MS5607 code gets told to sample every tick

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/cc1111: Leave pin interrupts completely disabled at init time</title>
<updated>2013-08-27T00:16:54+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T00:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3b2f83a7d686b5fbc0aaa56d48cb734f353631c8'/>
<id>urn:sha1:3b2f83a7d686b5fbc0aaa56d48cb734f353631c8</id>
<content type='text'>
Don't even turn in the PICTL bits as that seems to cause the chip to
be unhappy.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Get telemini to copy current MS5607 state to ring.</title>
<updated>2013-08-27T00:15:55+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-27T00:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=8ca98dc8c868c47c372d6b666c36e691fa402824'/>
<id>urn:sha1:8ca98dc8c868c47c372d6b666c36e691fa402824</id>
<content type='text'>
The ADC code is responsible for actually inserting the non-ADC data
into the ring, so do the copy there.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>cc1111: Hacky pin interrupt support. Only useful for TeleMini v2</title>
<updated>2013-08-26T23:42:45+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-26T23:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=af9f9cf0c21630562c74fae41773319229bf44d3'/>
<id>urn:sha1:af9f9cf0c21630562c74fae41773319229bf44d3</id>
<content type='text'>
This code is designed to support the MS5607 MISO interrupt bits.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>cc1111: Rework ADC configuration a bit, fix Tm V2 ADC usage</title>
<updated>2013-08-26T23:41:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-08-26T23:41:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=2380a4b9bd69629c78eec0a87ff8681a0524d8d2'/>
<id>urn:sha1:2380a4b9bd69629c78eec0a87ff8681a0524d8d2</id>
<content type='text'>
The Tm v2 ADC code was not actually fetching and storing the ADC
conversion values.

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