Alan C. Assis
Alan C. Assis
Hi @simbit18 yes I'm using it from sourceforge as well. But I think we could lose it from sourceforge, it should be important to have is same at our official...
@resyfer currently the only option is just enabling the auto-format, right?
> NuttX doesn't support Rust yet, that's why no Rust coding standard exist in official document. As far as I know, Rust defines an official coding standard, so I would...
> Is this a suggestion that NuttX RTOS itself will move from C to Rust? Or a mix of the two? Sorry if it's a dumb question but I know...
> I have tried creating my account through [this url](https://lists.apache.org/[email protected]) when I click on "Subscribe to list" button, nothing happens. Kindly guide. You can send a email to [email protected] and...
@lupyuen I think you pointed to hello world in C, the hello world in rust is at hello_rust. But as Dan Gohman ( @sunfishcode ) commented in this Rustix presentation,...
@lupyuen thank you for summarize it very well. Let's ping @ptka he could be interested to see this progress and hopeful help us on this effort.
That is an interesting interview with Linus Torvalds about Rust: https://www.youtube.com/watch?v=YyRVOGxRKLg Although he doesn't program in Rust, he seems to agree it is an important addition to Linux.
> Another problem are definitions like this: > > ``` > #ifde CONFIG_XXX > # define CONFIG_XXX something > #endif > ``` > > where CONFIG_XXX is not defined in...
> I think this is more common problem. You can find many ifdefs with the `DMAPRIO` phrase that are missing in Kconfig and it's been like that since I started...