This folder contains a podman/docker container with the esp-rust toolchain installed. The goal is to make it easy to build esp rust projects without installing much into your system.
My main use case is to have working lsp in the esp-hal
project which host many different esp crates.
Run:
podman build --tag esp-rust:latest -f container/rust-esp.Containerfile .
The easiest way to use the resulting container is to add the bin directory to your PATH
export PATH=$PATH_TO_TOOLS_REPO/bin:$PATH
Add more scripts to bin:
- rust-analyzer
- cargo
- espflash