Any way to run Rust code on edukit device?
-
I'd like to write Rust code to run on this device but am pretty new to all things embedded. Anyone have any hints, tips, resources, etc for compiling Rust to run on the edukit?
-
Run Rust code on M5Stack
https://elchika.com/article/bb1df791-4160-4a6c-a557-aead5ba21d47/ -
Yes, there is a newer repository that has rust bindings for FreeRTOS/ESP-IDF by Espressif themselves:
https://github.com/espressif/rust-esp32-exampleThe blog that @flypeek shared is using that library with other libraries that seem to be able to access some of the peripherals on the device. Note that many of the features are not available or will need to be modified since the blog is on the older M5Stack devices. I would love to see a more robust port and example with all/most of the features working—would be a fun project. I'd love to promote it on the AWS IoT EduKit Content Library.