Re: [Article] Rust Apps on NuttX with QEMU RISC-V Emulator

2024-04-06 Thread Alin Jerpelea
Nice work Lup!

Best regards
Alin

On Sun, 7 Apr 2024, 01:03 Tomek CEDRO,  wrote:

> On Sun, Apr 7, 2024 at 12:58 AM Lee, Lup Yuen  wrote:
> > This article explains the current steps for running barebones Rust Apps
> on
> > NuttX and the challenges we faced:
>
> Congratulations Lup! Looks like no problem is any challenge for You!! :-)
>
> --
> CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
>


Re: [Article] Rust Apps on NuttX with QEMU RISC-V Emulator

2024-04-06 Thread Tomek CEDRO
On Sun, Apr 7, 2024 at 12:58 AM Lee, Lup Yuen  wrote:
> This article explains the current steps for running barebones Rust Apps on
> NuttX and the challenges we faced:

Congratulations Lup! Looks like no problem is any challenge for You!! :-)

--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info


[Article] Rust Apps on NuttX with QEMU RISC-V Emulator

2024-04-06 Thread Lee, Lup Yuen
This article explains the current steps for running barebones Rust Apps on
NuttX and the challenges we faced:

(1) How we compile Rust Apps for NuttX
(2) Running NuttX and Rust Apps on QEMU RISC-V Emulator
(3) Console Input and Output for Rust on NuttX
(4) Software vs Hardware Floating-Point and why it’s a problem
(5) Linking Issues with the Rust Panic Handler
(6) Standard vs Embedded Rust and why it matters
(7) Why we’re doing all this for Google Summer of Code (GSoC)

Here's the article: https://lupyuen.codeberg.page/articles/rust3.html

Mr Rushabh Gala is my GSoC Mentee, when the project begins I'll do the
proper intro. Stay tuned :-)

Lup