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

Demo of tokio running on esp32 using esp-idf

Results 6 esp32-tokio-demo issues
Sort by recently updated
recently updated
newest added

This is the record of my attempt today for making this demo work on my ESP32C3 board. Please pay particular attention to last commit's message

Thanks for the work you've done on bringing tokio to the esp I think its a great scenario, its the closest we have been to successfully sharing our codebase from...

I'm getting a compile error when compiling this according to the instructions from the readme: error[E0432]: unresolved import `core::sync::atomic::AtomicU64` --> /home/rafael/.cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-idf-hal-0.41.2/src/interrupt.rs:1:26 | 1 | use core::sync::atomic::{AtomicU64, Ordering}; | ^^^^^^^^^ |...

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...

Hi, checking this project, I'm trying to develop a xmpp client for esp32 using tokio-xmpp for Rust. But in the main, I get a stack overflow at the line runtime.block_on()...

Thanks for providing this demo. I had some build errors compiling with the current stable verison of ESP-IDF, v5.4.2, and had to make some changes to accommodate. Providing this PR...