esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
417 stars 50 forks source link

Panic on timer and thread joining #56

Closed konradmoesch closed 2 years ago

konradmoesch commented 2 years ago

The code compiles (for ESP32 (revision 1), but on task joining (l. 430f. in the example), the code crashes. After commenting the threading test out, it panics in the test_timer() function (once_timer.after()) How to patch ESP-IDF, as its written in the comment (l.425)? Or is the problem not related to this "patch"?