Rust on Microcontrollers?

Is there any interest or effort to implement rust on microcontrollers? Like the Pi Pico or ESP modules? There is CPython, MicroPython, etc. So thinking, ah, maybe 'MicroRust' project?

Rust already cross-compiles to some common uC targets such as the AVR or ARM Cortex-M.

1 Like

Yes, there is lots of interest and many efforts ongoing. See the Rust on Embedded Devices working group for more information: Rust Embedded · GitHub.

See also projects like Rust on ESP and Rust on RP series.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.