Commit from GitHub Actions

This commit is contained in:
Lup Yuen Lee 2025-01-10 00:57:36 +00:00
parent e957a7d3b8
commit 0b41ad7c2e

View file

@ -529,6 +529,7 @@ $ make</code></pre></div>
<p><em>Can we auto-close the File Descriptor when it goes out of scope?</em> <p><em>Can we auto-close the File Descriptor when it goes out of scope?</em>
Probably, if we do <a href="https://docs.rs/rustix/latest/rustix/fd/struct.OwnedFd.html"><strong>Managed File Descriptors</strong></a>. But thats way beyond the size, scope and scale of GSoC.</p> Probably, if we do <a href="https://docs.rs/rustix/latest/rustix/fd/struct.OwnedFd.html"><strong>Managed File Descriptors</strong></a>. But thats way beyond the size, scope and scale of GSoC.</p>
</blockquote> </blockquote>
<p><a href="https://github.com/apache/nuttx-apps/pull/2487">(More discussion here)</a></p>
<p><img src="https://lupyuen.github.io/images/rust6-qemu.jpg" alt="Testing Rust Blinky on QEMU Emulator" /></p> <p><img src="https://lupyuen.github.io/images/rust6-qemu.jpg" alt="Testing Rust Blinky on QEMU Emulator" /></p>
<h1 id="appendix-daily-test-of-rust-blinky"><a class="doc-anchor" href="#appendix-daily-test-of-rust-blinky">§</a>13 Appendix: Daily Test of Rust Blinky</h1> <h1 id="appendix-daily-test-of-rust-blinky"><a class="doc-anchor" href="#appendix-daily-test-of-rust-blinky">§</a>13 Appendix: Daily Test of Rust Blinky</h1>
<p>Earlier we said that our Rust Blinky App might someday <a href="https://lupyuen.github.io/articles/rust6#daily-build-and-test"><strong>fail to build or execute</strong></a> correctly. Thats why we…</p> <p>Earlier we said that our Rust Blinky App might someday <a href="https://lupyuen.github.io/articles/rust6#daily-build-and-test"><strong>fail to build or execute</strong></a> correctly. Thats why we…</p>