Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 238 Bytes

File metadata and controls

12 lines (9 loc) · 238 Bytes

ESP-IDF application with Rust component

This is ESP-IDF project which contains Rust Bare Metal (no_std) part as a component.

How to build:

cd components/example_rust
cargo build --release
cd ../../
idf.py build flash monitor