<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/tests/stm32/src/bin/hash.rs, branch main</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>stm32: Add hash test for sha512, varying lengths</title>
<updated>2025-08-15T09:16:53+00:00</updated>
<author>
<name>Matt Johnston</name>
<email>matt@codeconstruct.com.au</email>
</author>
<published>2025-08-12T09:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=d939d901e245c30f924e30a7605e378be0be5cca'/>
<id>d939d901e245c30f924e30a7605e378be0be5cca</id>
<content type='text'>
sha512 is only supported by hash_v3 and hash_v4, so add a feature for
those chips.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sha512 is only supported by hash_v3 and hash_v4, so add a feature for
those chips.
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/hash: Clear HMAC mode bit when hashing</title>
<updated>2025-08-15T09:16:52+00:00</updated>
<author>
<name>Matt Johnston</name>
<email>matt@codeconstruct.com.au</email>
</author>
<published>2025-08-12T09:09:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=410a18b536e73c005285b458eaeb8b6c3a71c1af'/>
<id>410a18b536e73c005285b458eaeb8b6c3a71c1af</id>
<content type='text'>
Running a hash after a hmac would hang, the CR.MODE bit isn't cleared by
INIT.

Test it by running the test twice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running a hash after a hmac would hang, the CR.MODE bit isn't cleared by
INIT.

Test it by running the test twice.
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32/hash: remove DMA generic param.</title>
<updated>2025-03-25T20:57:37+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-03-25T20:57:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=db86aba841851d1a25f9bec7a1686db34c94c885'/>
<id>db86aba841851d1a25f9bec7a1686db34c94c885</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2024-08-05T13:07:51+00:00</updated>
<author>
<name>Dion Dokter</name>
<email>diondokter@gmail.com</email>
</author>
<published>2024-08-05T13:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3cd20814501d03852a3c30facbd204dffcf048db'/>
<id>3cd20814501d03852a3c30facbd204dffcf048db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.</title>
<updated>2024-05-01T00:24:45+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-05-01T00:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=fb67fe0a6c155191534955f1230dccaea0e11a94'/>
<id>fb67fe0a6c155191534955f1230dccaea0e11a94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/stm32: add stm32f091rc, stm32h503rb.</title>
<updated>2024-02-17T01:36:48+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-02-17T01:36:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0e80dc4cd929f201dd35b569aa0aadd891c58682'/>
<id>0e80dc4cd929f201dd35b569aa0aadd891c58682</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added HMAC to STM32 hash test.</title>
<updated>2024-02-13T15:17:19+00:00</updated>
<author>
<name>Caleb Garrett</name>
<email>47389035+caleb-garrett@users.noreply.github.com</email>
</author>
<published>2024-02-13T15:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f0045b92173a46e45be1724d28e1a59045c9c3f6'/>
<id>f0045b92173a46e45be1724d28e1a59045c9c3f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update STM32 hash test.</title>
<updated>2024-02-13T01:33:04+00:00</updated>
<author>
<name>Caleb Garrett</name>
<email>47389035+caleb-garrett@users.noreply.github.com</email>
</author>
<published>2024-02-13T01:33:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=37c869827e96fb17838f89a082f12c08f3177fff'/>
<id>37c869827e96fb17838f89a082f12c08f3177fff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidated hash drivers.</title>
<updated>2024-02-11T16:32:29+00:00</updated>
<author>
<name>Caleb Garrett</name>
<email>47389035+caleb-garrett@users.noreply.github.com</email>
</author>
<published>2024-02-11T16:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=eb64d71247dd7c217c7ead98635610fdd8a104e3'/>
<id>eb64d71247dd7c217c7ead98635610fdd8a104e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated stm32-metapac.</title>
<updated>2024-02-06T15:44:52+00:00</updated>
<author>
<name>Caleb Garrett</name>
<email>47389035+caleb-garrett@users.noreply.github.com</email>
</author>
<published>2024-02-06T15:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b7db75adff16eb0a4670e926dc664549433654fd'/>
<id>b7db75adff16eb0a4670e926dc664549433654fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
