klips/esp/rust/README.md
2025-09-20 15:51:15 -04:00

731 B

esp/rust

shaunrd0/klips/esp/rust
├── 01_es-idf-std   # Template project for using ESP-IDF with std enabled.
└── README.md

Development Setup

Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

You must run these commands to set up ESP before building any of these examples.

sudo apt install python3-venv
mkdir /tmp/espup && cd /tmp/espup
cargo install espup --locked
espup install
cargo install ldproxy
sudo usermod -aG dialout $USER
newgrp dialout

Some notes I took while setting this up for the first time: Knoats

Espressif Rust book