/esp-rs-nix

A nix-shell for developing with Rust on Xtensa+RISCV ESP32 targets

Primary LanguageNixMIT LicenseMIT

esp-rs-nix

Project goals:

Project status: works on my machine!

why?

The recommended installation method using the espup tool didn't work for me.

notes

  • This is for development of no_std, esp-hal-based applications only. NOT for use with esp-hal-idf.
  • This is hard-coded to download binaries for x86_64 only, at the moment.
  • PRs welcome!