<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/avr, 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-17T05:32:10+00:00</updated>
<entry>
<title>altos: Add telescience-pwm product</title>
<updated>2012-10-17T05:32:10+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-17T05:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=f34f0ac7f355149446374a4c82dbf004919bc2dd'/>
<id>urn:sha1:f34f0ac7f355149446374a4c82dbf004919bc2dd</id>
<content type='text'>
Split out special PWM-sampling telescience product

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Only enable PWM on telescience_pwm product</title>
<updated>2012-10-17T05:17:25+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-17T05:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=14698c424f833dc6d2fb38f69f5f661804cf8303'/>
<id>urn:sha1:14698c424f833dc6d2fb38f69f5f661804cf8303</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>telescience: correctly calculating rate values with higher resolution</title>
<updated>2012-10-17T05:16:38+00:00</updated>
<author>
<name>Robert Garbee</name>
<email>robert@gag.com</email>
</author>
<published>2012-07-19T00:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ac318c19594569532f1fa53b639eefa28d9b7c34'/>
<id>urn:sha1:ac318c19594569532f1fa53b639eefa28d9b7c34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ICP3 working</title>
<updated>2012-10-17T05:16:31+00:00</updated>
<author>
<name>Robert Garbee</name>
<email>robert@gag.com</email>
</author>
<published>2012-07-18T20:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=da7ac5e95575f6aa1d2514748869771b7686c0e1'/>
<id>urn:sha1:da7ac5e95575f6aa1d2514748869771b7686c0e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Timer 3 working with slower clock and all 16 bits.</title>
<updated>2012-10-17T05:16:25+00:00</updated>
<author>
<name>Robert Garbee</name>
<email>robert@gag.com</email>
</author>
<published>2012-07-18T19:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ed5aa2329985ffbaba74514e0555f67fc378a8d8'/>
<id>urn:sha1:ed5aa2329985ffbaba74514e0555f67fc378a8d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>first work on PWM input to TeleScience, 'p' command displays timer 1</title>
<updated>2012-10-17T05:16:13+00:00</updated>
<author>
<name>Robert Garbee</name>
<email>robert@gag.com</email>
</author>
<published>2012-07-17T19:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1d7e6f5dcb29535cde9b7dfd6998d7889baf835b'/>
<id>urn:sha1:1d7e6f5dcb29535cde9b7dfd6998d7889baf835b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>telescience: steal last adc channel for icp3 most recent value</title>
<updated>2012-10-17T05:11:12+00:00</updated>
<author>
<name>Robert Garbee</name>
<email>robert@gag.com</email>
</author>
<published>2012-07-19T17:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1747ab07dab6f4e977e0c3e83b57510cd668e369'/>
<id>urn:sha1:1747ab07dab6f4e977e0c3e83b57510cd668e369</id>
<content type='text'>
Make the ICP3 rpm counter use in ao_adc_avr.c optional

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos/avr: Use ISR_BLOCK to disable interrupts during slave ISR</title>
<updated>2012-10-17T04:08:58+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-10-17T04:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4d6d90e15db30991bf81060a0876ae8adb843c75'/>
<id>urn:sha1:4d6d90e15db30991bf81060a0876ae8adb843c75</id>
<content type='text'>
This avoids enabling and then immediatly disabling them

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Revert "first work on PWM input to TeleScience, 'p' command displays timer 1"</title>
<updated>2012-09-01T05:15:16+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-01T05:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=01820c3e95fe85d2bee648d41809f1a753f81020'/>
<id>urn:sha1:01820c3e95fe85d2bee648d41809f1a753f81020</id>
<content type='text'>
PWM bits not suitable for master

This reverts commit e93c6bcc799d76d4ff425815e2601a25e6796229.
</content>
</entry>
<entry>
<title>Revert "Timer 3 working with slower clock and all 16 bits."</title>
<updated>2012-09-01T05:15:02+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2012-09-01T05:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=3ccc4a13e3f76bec864d61b0cdfd57c76c6baadb'/>
<id>urn:sha1:3ccc4a13e3f76bec864d61b0cdfd57c76c6baadb</id>
<content type='text'>
PWM bits not suitable for master

This reverts commit 49b1ff4c614d24977b33cd17b583acc87acff476.
</content>
</entry>
</feed>
