<feed xmlns='http://www.w3.org/2005/Atom'>
<title>laks/adc, branch dev_v2</title>
<subtitle>Microcontroller support library.</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/'/>
<entry>
<title>stm32g4: Add OPAMP.</title>
<updated>2022-09-10T15:07:52+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2022-09-10T15:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=59b94427c591e7ec4603b2d9dd6753b1b0927175'/>
<id>59b94427c591e7ec4603b2d9dd6753b1b0927175</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32_adc: Rename common blocks to ADC12 and ADC345 respectively.</title>
<updated>2022-07-28T21:13:15+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2022-07-28T21:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=104c965101dfa6b9122184209cc00d0f18e7dbbe'/>
<id>104c965101dfa6b9122184209cc00d0f18e7dbbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adc: convert to new style</title>
<updated>2022-07-27T21:03:11+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@tweak.net.au</email>
</author>
<published>2022-05-03T22:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=b5cd432df8f336c90d530b5d55fda7f2c25472c2'/>
<id>b5cd432df8f336c90d530b5d55fda7f2c25472c2</id>
<content type='text'>
Converted the old STM32 headers to new style and copied offsets to
platform data.

Signed-off-by: Karl Palsson &lt;karlp@tweak.net.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Converted the old STM32 headers to new style and copied offsets to
platform data.

Signed-off-by: Karl Palsson &lt;karlp@tweak.net.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32f7: Add more peripherals.</title>
<updated>2022-04-16T19:09:52+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2022-04-16T19:00:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=2492e82430fa2016efc4067c0f74495b435eb079'/>
<id>2492e82430fa2016efc4067c0f74495b435eb079</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32wb: use ADC_COMMON1 for consistent naming</title>
<updated>2022-01-26T22:40:29+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@etactica.com</email>
</author>
<published>2021-09-20T09:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=ed02786614b2fc4d20a47d51c76bed77d8f418a9'/>
<id>ed02786614b2fc4d20a47d51c76bed77d8f418a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adc: stm32f3: expand and verify</title>
<updated>2022-01-20T18:01:51+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@etactica.com</email>
</author>
<published>2021-09-17T14:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=2d8a1c0489da61996bb4787a53353585d0413a03'/>
<id>2d8a1c0489da61996bb4787a53353585d0413a03</id>
<content type='text'>
Working with dma and timers.  This preserves the somewhat dubious
decision that ADC clock for F1 and F3 should be 12Mhz.  It can always be
overridden later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Working with dma and timers.  This preserves the somewhat dubious
decision that ADC clock for F1 and F3 should be 12Mhz.  It can always be
overridden later.
</pre>
</div>
</content>
</entry>
<entry>
<title>adc: stm32wb: add old style</title>
<updated>2021-09-16T18:29:55+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@etactica.com</email>
</author>
<published>2021-09-15T17:45:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=c7666a7cd83d590a067d8cbbe4a7e4eb93d155d6'/>
<id>c7666a7cd83d590a067d8cbbe4a7e4eb93d155d6</id>
<content type='text'>
ADC has not been converted to new style, so leveraging legacy f3 code
for now.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ADC has not been converted to new style, so leveraging legacy f3 code
for now.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added F3 ADC definition.</title>
<updated>2014-12-21T18:22:02+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2014-12-21T18:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=ebddcef73dbe544718ea5d607072fad36e1809d4'/>
<id>ebddcef73dbe544718ea5d607072fad36e1809d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ADC register definition.</title>
<updated>2012-09-05T15:46:50+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2012-09-05T15:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=48073a5e31d9aa4bfffbd9d9511d987ee9a33e79'/>
<id>48073a5e31d9aa4bfffbd9d9511d987ee9a33e79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
