<feed xmlns='http://www.w3.org/2005/Atom'>
<title>laks/cortex_m, branch dev_v2</title>
<subtitle>Microcontroller support library.</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/'/>
<entry>
<title>riscv: Add critical section.</title>
<updated>2022-09-10T15:10:09+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2022-09-10T15:10:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=2d75a9be32e2510ff32d331c33178c4625a53054'/>
<id>2d75a9be32e2510ff32d331c33178c4625a53054</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>async: Add preliminary time scheduler.</title>
<updated>2022-04-16T19:02:39+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2022-04-16T18:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=d6c95a111c0950757d75496af254e3427e3769b6'/>
<id>d6c95a111c0950757d75496af254e3427e3769b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debug: add overload for writing floats to stimulus ports</title>
<updated>2022-01-26T22:40:29+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@etactica.com</email>
</author>
<published>2021-09-24T10:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=db8607216cf2d75fdf77aec524c6af91984ca48d'/>
<id>db8607216cf2d75fdf77aec524c6af91984ca48d</id>
<content type='text'>
Overload all the things!

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Overload all the things!

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cortex-debug: support itm blocking for char too</title>
<updated>2022-01-26T22:40:29+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@tweak.net.au</email>
</author>
<published>2021-09-20T21:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=9cdb6ccf05015fe5c4b87e975a86740677584a2a'/>
<id>9cdb6ccf05015fe5c4b87e975a86740677584a2a</id>
<content type='text'>
less end user casting, more back end c++ magic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
less end user casting, more back end c++ magic
</pre>
</div>
</content>
</entry>
<entry>
<title>cortex-debug: add blocking ITM helpers.</title>
<updated>2022-01-26T22:40:29+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@etactica.com</email>
</author>
<published>2021-09-20T17:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=e141ef35b9a93ed174f206bf8cdae0c34c0a7fd2'/>
<id>e141ef35b9a93ed174f206bf8cdae0c34c0a7fd2</id>
<content type='text'>
Sometimes you really would like to slow things down to get trace out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes you really would like to slow things down to get trace out.
</pre>
</div>
</content>
</entry>
<entry>
<title>ITM: allow varisized access</title>
<updated>2021-09-16T18:29:55+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@etactica.com</email>
</author>
<published>2021-09-16T17:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=996cf482bcf49fd58ab84eddd2ad9b138bcc425b'/>
<id>996cf482bcf49fd58ab84eddd2ad9b138bcc425b</id>
<content type='text'>
save that trace bandwidth baby</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
save that trace bandwidth baby</pre>
</div>
</content>
</entry>
<entry>
<title>cortex_m: debug: basic ITM/DWT/TPIU stubs.</title>
<updated>2021-09-16T18:29:55+00:00</updated>
<author>
<name>Karl Palsson</name>
<email>karlp@etactica.com</email>
</author>
<published>2021-09-15T14:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=17e2631f49b799121c1dcfdf3e89e8d6a4928a42'/>
<id>17e2631f49b799121c1dcfdf3e89e8d6a4928a42</id>
<content type='text'>
Sourced from zyp on irc. Maybe not the best or most permanent name, but
saves dropping it into every project.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sourced from zyp on irc. Maybe not the best or most permanent name, but
saves dropping it into every project.

Signed-off-by: Karl Palsson &lt;karlp@etactica.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed FPU support.</title>
<updated>2012-12-31T13:06:20+00:00</updated>
<author>
<name>Vegard Storheil Eriksen</name>
<email>zyp@jvnv.net</email>
</author>
<published>2012-12-31T12:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/laks/commit/?id=8419b87c6bd7be468239d0f68155631dfb5db103'/>
<id>8419b87c6bd7be468239d0f68155631dfb5db103</id>
<content type='text'>
Selecting proper FPU flags in build_rules and enabling FPU during startup.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Selecting proper FPU flags in build_rules and enabling FPU during startup.</pre>
</div>
</content>
</entry>
</feed>
