QuickSpot / walter-esp-idf

This repository contains all libraries and software to use Walter in the ESP-IDF framework
9 stars 6 forks source link

FreeRTOS: Mutex not found #4

Open joeyboey opened 2 hours ago

joeyboey commented 2 hours ago

Hello again,

I'm still unable to compile the example, now #include <mutex> is the problem. Modul Version
ESP-IDF v5.3.1
walter-modem 1.1.1

I already tried to modify the CMakeLists.txt to include freertos but with no success.

managed_components/dptechnics__walter-modem/src/WalterModem.h:52:10: fatal error: mutex: No such file or directory
   52 | #include <mutex>

Thanks again for the help!

joeyboey commented 1 hour ago

Quick Update,

none of the suggested libraries in the upgrade Guide solve the problem.

joeyboey commented 1 hour ago

It seems like some standard libraries are missing, if mutex is removed, it fails at

#import <bitset>