You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/21 03:56:16 UTC

[GitHub] [incubator-nuttx] no1wudi commented on pull request #5566: Introduce HAVE_RUST config.

no1wudi commented on pull request #5566:
URL: https://github.com/apache/incubator-nuttx/pull/5566#issuecomment-1046447759


   
   @ptka  Could you share more detail and plan for the Rust support ?
   
   Since there are sereval approach to use Rust with NuttX, for example like https://github.com/no1wudi/nuttx.rs, it use NuttX to provide BSP and fundamental infrastructure for Rust application, or let Rust application as a piece of NuttX based application.
   
   And for NuttX port, would you let the NuttX enter the libstd like esp-idf or other os ? (https://doc.rust-lang.org/rustc/platform-support.html)?
   <html>
   <body>
   <!--StartFragment-->
   
   riscv32gc-unknown-linux-gnu |   |   | RISC-V Linux (kernel 5.4, glibc 2.33)
   -- | -- | -- | --
   riscv32gc-unknown-linux-musl |   |   | RISC-V Linux (kernel 5.4, musl + RISCV32 support patches)
   riscv32imc-esp-espidf | ✓ |   | RISC-V ESP-IDF
   riscv64gc-unknown-linux-musl |   |   | RISC-V Linux (kernel 4.20, musl 1.2.0)
   
   <!--EndFragment-->
   </body>
   </html>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org