<feed xmlns='http://www.w3.org/2005/Atom'>
<title>laks/platforms/stm32, branch orbtrace</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>stm32g4: Rename DMAMUX1 to DMAMUX.</title>
<updated>2022-09-10T15:07:33+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2022-09-10T15:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=2ea5b06c6b5f7ef7c29547dc44f279f4709d2eed'/>
<id>2ea5b06c6b5f7ef7c29547dc44f279f4709d2eed</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>stm32g4: Add 512k variant.</title>
<updated>2022-07-27T21:03:11+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2022-07-27T21:02:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=a3a82c502e045c4e6de37f7ead1f3b9fcecd37b9'/>
<id>a3a82c502e045c4e6de37f7ead1f3b9fcecd37b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32g4: Add ADC.</title>
<updated>2022-07-27T21:03:11+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2022-07-27T21:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=0ae9db980e00cdd3e458ec59462aa6d75f919a61'/>
<id>0ae9db980e00cdd3e458ec59462aa6d75f919a61</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>stm32g4: initial platform support</title>
<updated>2022-04-16T19:37:28+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@tweak.net.au</email>
</author>
<published>2022-02-07T22:12:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=3696c07f0707daa106d85ccd2b81fbad1adb22dd'/>
<id>3696c07f0707daa106d85ccd2b81fbad1adb22dd</id>
<content type='text'>
Have some demo code using lptim, lpuart, exti and rtc mostly working.
It glitches into undefined exceptions, so it's a little concerning,
but... it's all cross checked against RM0440_rev7, so it's pretty good.

Signed-off-by: Karl Palsson &lt;karlp@tweak.net.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Have some demo code using lptim, lpuart, exti and rtc mostly working.
It glitches into undefined exceptions, so it's a little concerning,
but... it's all cross checked against RM0440_rev7, so it's pretty good.

Signed-off-by: Karl Palsson &lt;karlp@tweak.net.au&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>platforms: stm32wb: add LPUART1</title>
<updated>2022-04-16T19:37:28+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@tweak.net.au</email>
</author>
<published>2022-01-31T22:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=6c73ab8da761db34333fe0305a5b6113614f256e'/>
<id>6c73ab8da761db34333fe0305a5b6113614f256e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIXME: platforms: stm32l4: fix all rcc enables, add lptim</title>
<updated>2022-04-16T19:37:28+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@tweak.net.au</email>
</author>
<published>2022-01-31T00:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=7fb9f96855c43867a5a9451c431a42d37e0f3539'/>
<id>7fb9f96855c43867a5a9451c431a42d37e0f3539</id>
<content type='text'>
FIXME: LPTIM should be split out, rcc should squish to earlier, as early
as we can with other rcc fixes,post the last dev_v2 merge.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FIXME: LPTIM should be split out, rcc should squish to earlier, as early
as we can with other rcc fixes,post the last dev_v2 merge.
</pre>
</div>
</content>
</entry>
<entry>
<title>platforms: stm32l4: Fix interrupts, enable</title>
<updated>2022-04-16T19:37:28+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@tweak.net.au</email>
</author>
<published>2022-01-30T17:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=9fe219dde499f88ab6314bfc879b8fbef875386f'/>
<id>9fe219dde499f88ab6314bfc879b8fbef875386f</id>
<content type='text'>
Need to actually include the l4 file to start building!

When I copied all the peripheral addresses out of the ref man, I ignored
the RCC interrupts and platform define.  Fix that now, against
RM0351_rev9

Signed-off-by: Karl Palsson &lt;karlp@tweak.net.au&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Need to actually include the l4 file to start building!

When I copied all the peripheral addresses out of the ref man, I ignored
the RCC interrupts and platform define.  Fix that now, against
RM0351_rev9

Signed-off-by: Karl Palsson &lt;karlp@tweak.net.au&gt;
</pre>
</div>
</content>
</entry>
</feed>
