• @nous
    link
    English
    41 year ago

    Yes, as rust has built in support for riscv but not the Xtensa architecture that the other ESP chips use. There is esp-rs/rust fork that add support for these using a fork of llvm. So you can run rust on the other chips but need to build your own rust compiler do to so. Hopefully this work will be unstreamed someday but it could take a long time to do that.

    • @[email protected]
      link
      fedilink
      English
      51 year ago

      Actually you don’t need to build your own. The rust on esp project provide a espup tool that downloads a pre built toolchain for Xtensa.