<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/boot/application/stm32wl/memory.x, branch fix-input-sync-bypass</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/'/>
<entry>
<title>Fix dma nvic issues on dual core lines</title>
<updated>2024-08-17T13:54:41+00:00</updated>
<author>
<name>Alexandros Liarokapis</name>
<email>liarokapis.v@gmail.com</email>
</author>
<published>2024-08-16T21:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2b7e76efe9916170cba69da964d53c19a246ae45'/>
<id>2b7e76efe9916170cba69da964d53c19a246ae45</id>
<content type='text'>
This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup.
Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration.
This ensures that each core will only handle the interrupts of the DMA channels that it uses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit addresses #3256 by disabling dma NVIC interrupt enablement at startup.
Instead, per-channel NVIC interrupt enablement is now done with the rest of the dma channel configuration.
This ensures that each core will only handle the interrupts of the DMA channels that it uses.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated WL examples to use new API</title>
<updated>2024-08-05T12:43:57+00:00</updated>
<author>
<name>Dion Dokter</name>
<email>diondokter@gmail.com</email>
</author>
<published>2024-08-05T12:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=5884576b88e7ec7e26ec1c9b9f61e253cb0e5ea6'/>
<id>5884576b88e7ec7e26ec1c9b9f61e253cb0e5ea6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix WL boot example</title>
<updated>2024-08-05T10:12:55+00:00</updated>
<author>
<name>Dion Dokter</name>
<email>diondokter@gmail.com</email>
</author>
<published>2024-08-05T10:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=90427ee231f7c58ca92100817668cd6f16843ebb'/>
<id>90427ee231f7c58ca92100817668cd6f16843ebb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(boot): update examples </title>
<updated>2024-02-07T11:50:48+00:00</updated>
<author>
<name>Badr Bouslikhin</name>
<email>bouslikhin.badr@gmail.com</email>
</author>
<published>2024-02-07T11:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=cfc3e966331310b7210c94339cf8f111a65d9e53'/>
<id>cfc3e966331310b7210c94339cf8f111a65d9e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix RAM origin copy paste from nrf</title>
<updated>2022-06-29T17:14:07+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>lulf@redhat.com</email>
</author>
<published>2022-06-29T17:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7b35b4ebee70a1fd4379d3c442a854f1658844b3'/>
<id>7b35b4ebee70a1fd4379d3c442a854f1658844b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move bootloader main to examples</title>
<updated>2022-06-24T17:56:15+00:00</updated>
<author>
<name>Ulf Lilleengen</name>
<email>ulf.lilleengen@gmail.com</email>
</author>
<published>2022-06-24T17:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=776be79f7bb10b09e795e2ea93bb795a653c9b4c'/>
<id>776be79f7bb10b09e795e2ea93bb795a653c9b4c</id>
<content type='text'>
This should remove some confusion around embassy-boot-* being a library
vs. a binary. The binary is now an example bootloader instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should remove some confusion around embassy-boot-* being a library
vs. a binary. The binary is now an example bootloader instead.
</pre>
</div>
</content>
</entry>
</feed>
