https://www.raspberrypi.com/news/rust-on-rp2350/
https://github.com/rust-embedded
this is worth an Adafruit blog article on it.
Rust is moderately popular on desktops.
But Rust may become a most popular programming language on microcontrollers possibly sweeping and taking the world over.
Rust
Re: Rust
unfortunately, rust is still difficult where it comes to memory, tracking ownership can easily become difficult except for the simplest apps. it could make 'difficult programming'
https://doc.rust-lang.org/book/ch04-01- ... rship.html
https://doc.rust-lang.org/book/ch04-01- ... rship.html
Re: Rust
there are however some momentum there for rust on mcu
https://crates.io/search?q=stm32
https://crates.io/crates/stm32
https://crates.io/crates/stm32-hal2
https://crates.io/crates/embassy-stm32
https://crates.io/search?q=stm32
https://crates.io/crates/stm32
https://crates.io/crates/stm32-hal2
https://crates.io/crates/embassy-stm32
Re: Rust
it is 'staggering' what rust is today
https://crates.io/
81,824,624,001 downloads
156,949 Crates in stock
https://crates.io/crates/embassy-stm32
https://crates.io/crates/embassy-nrf
https://embassy.dev/
https://crates.io/crates/embassy-rp
https://crates.io/crates/embassy-usb
https://crates.io/crates/stm32-hal2
https://crates.io/crates/esp32
https://crates.io/crates/avr-device
https://crates.io/crates/ch32-metapac
https://crates.io/
81,824,624,001 downloads
156,949 Crates in stock
https://crates.io/crates/embassy-stm32
https://crates.io/crates/embassy-nrf
https://embassy.dev/
https://crates.io/crates/embassy-rp
https://crates.io/crates/embassy-usb
https://crates.io/crates/stm32-hal2
https://crates.io/crates/esp32
https://crates.io/crates/avr-device
https://crates.io/crates/ch32-metapac
Re: Rust
c/c++ will still be around, but rust is a 'direct competitor' to micropython etc. and would run quite well on mcus with just adequate resources to run rust.
micropython would still have its niche, but it cannot compete vs the leaness of rust as rust is compiled and not intepretated.
rust possibly compete vs arduino and even all the rtos(es), rust is practically its own embedded os
micropython would still have its niche, but it cannot compete vs the leaness of rust as rust is compiled and not intepretated.
rust possibly compete vs arduino and even all the rtos(es), rust is practically its own embedded os