esp32-tokio-demo icon indicating copy to clipboard operation
esp32-tokio-demo copied to clipboard

Add support for ESP32-C6

Open HenningHolmDE opened this issue 1 year ago • 0 comments

This adds support for ESP32-C6 by bumping the ESP-IDF version to v5.1 and providing the required MCU environment variable. Also, this fixes the compilation on Rust 1.74 by bumping the ESP-IDF Rust dependencies (fixes #3).

Unfortunately, I can only test this on ESP32-C3 and ESP32-C6 hardware, but at least building for the Xtensa targets still works on my machine.

HenningHolmDE avatar Dec 15 '23 14:12 HenningHolmDE