<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/examples/rp/src/bin/flash.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>ci: use beta, add secondary nightly ci.</title>
<updated>2023-12-21T14:03:57+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-12-21T13:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8b36a32ed5d834b23e970d5b723dd7df1f1c94a2'/>
<id>8b36a32ed5d834b23e970d5b723dd7df1f1c94a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>time: Update examples, tests, and other code to use new Timer::after_x convenience methods</title>
<updated>2023-10-15T00:30:12+00:00</updated>
<author>
<name>Adam Greig</name>
<email>adam@adamgreig.com</email>
</author>
<published>2023-10-14T23:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=0621e957a0ddc7010d46b3ea3ddc8b9852bc8333'/>
<id>0621e957a0ddc7010d46b3ea3ddc8b9852bc8333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rp/flash: change naming to `blocking_*`, `new_blocking`.</title>
<updated>2023-08-18T11:21:21+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2023-08-18T11:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=b948e3776969ac488abb6507ce429fee33ceb48b'/>
<id>b948e3776969ac488abb6507ce429fee33ceb48b</id>
<content type='text'>
- Needed for consistency with other drivers.
- Having two `new()` functions sometimes resulted in 'multiple applicable methods' errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Needed for consistency with other drivers.
- Having two `new()` functions sometimes resulted in 'multiple applicable methods' errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>rp: add async flash</title>
<updated>2023-07-28T22:50:54+00:00</updated>
<author>
<name>Derek Hageman</name>
<email>hageman@inthat.cloud</email>
</author>
<published>2023-07-25T21:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=7ed9e29326e42bf286b4f7c5883ef216cfb21531'/>
<id>7ed9e29326e42bf286b4f7c5883ef216cfb21531</id>
<content type='text'>
Implement an async flash mode using the XIP background best effort
read interface.  Only reads are actually async, write and erase remain
blocking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement an async flash mode using the XIP background best effort
read interface.  Only reads are actually async, write and erase remain
blocking.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add descriptions to all RP2040 examples. Some need hardware that was not specified.</title>
<updated>2023-07-13T09:16:11+00:00</updated>
<author>
<name>Henrik Berg</name>
<email>henrik1965@gmail.com</email>
</author>
<published>2023-07-13T09:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=588c0479f5dacd21e8654463eb3ca3d847d5dcd9'/>
<id>588c0479f5dacd21e8654463eb3ca3d847d5dcd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rp: Read flash unique id and jedec id</title>
<updated>2023-05-16T09:21:17+00:00</updated>
<author>
<name>kalkyl</name>
<email>henrik.alser@me.com</email>
</author>
<published>2023-05-16T09:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=ab63f3832fdceeea994500042594e0b7c0acac95'/>
<id>ab63f3832fdceeea994500042594e0b7c0acac95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove random delay from example, and move flash functions to allow using without embedded-storage in scope</title>
<updated>2022-10-27T05:10:35+00:00</updated>
<author>
<name>Mathias</name>
<email>mk@blackbird.online</email>
</author>
<published>2022-10-27T05:10:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=3c6c382465131c6f76567f976198b77e327df4b2'/>
<id>3c6c382465131c6f76567f976198b77e327df4b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Buffer data to be written to flash in ram if it does not already reside in ram</title>
<updated>2022-10-26T13:02:39+00:00</updated>
<author>
<name>Mathias</name>
<email>mk@blackbird.online</email>
</author>
<published>2022-10-26T12:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=1669e395654430dff6dffda0cef9522f9ccfd213'/>
<id>1669e395654430dff6dffda0cef9522f9ccfd213</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add flash example &amp; flash HIL test</title>
<updated>2022-10-26T10:24:04+00:00</updated>
<author>
<name>Mathias</name>
<email>mk@blackbird.online</email>
</author>
<published>2022-10-26T08:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=80e58426fcf40b6cea28368e43a7289e827461cf'/>
<id>80e58426fcf40b6cea28368e43a7289e827461cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
