Hi,Is there an environment that allows me to compile Rust code for STM32 just like STM32CubeIDE allows me to compile C code? Or is it currently only possible to use the command line?Thanks.
Thank you!However, maybe I didn't express myself well. I would like to understand if there is an IDE that allows me to debug and compile Rust code for STM32 without ever using the prompt, just like with STM32CubeIde and the C language. I have seen on...