Skip to content

ysak-y/rust-on-m5stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-on-m5stack

Rust examples for M5Stack. To implement and flash firmware for M5Stack in Rust, please check following tools at first.

I use M5Stack GRAY to run firmware, maybe you need to modify something to run correctly if you want to run it on other devices.

espup

This firmware is witten in Rust. You need to install espup first. Please follow this document https://github.com/esp-rs/rust-build .

espflash

You can flash firmware by using espflash.

$ cargo build
$ espflash flash /target/xtensa-esp-espidf/debug/your-project-name

Examples

About

Rust examples for M5Stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages