no1wudi commented on PR #2487: URL: https://github.com/apache/nuttx-apps/pull/2487#issuecomment-2581537794
@lvanasse > Sorry I have other questions @no1wudi, what if we want to use `cargo test` to run test on the program? Would it be at runtime that we maybe instead launch the test? If your application solely utilizes APIs from the Rust standard library, executing `cargo test` will run the tests on your local PC. However, as of now, there is no automated way to conduct these tests directly on the development board. This capability requires further development and engineering efforts to achieve. > And what about the development experience? When you write your code for the Rust application do you have access to the linter and etc? I guess the development experience is akin to that of regular Rust programs on a PC, as we are developing against the standard library. It's possible that we may introduce an additional crate in the future to provide interfaces for NuttX. Even if issues related to target settings arise, they can be resolved by adjusting the parameters of the linter, especially since support for NuttX has now been integrated into rustc itself. -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org