Good day ladies and gentlemen,
I have a little question about C++ support for Embedded Studio. I trying use std::mutex, but I'm getting an error: "no type named 'mutex' in namespace 'std'".
This is a bit surprising since the header file <mutex> exists. Judging by its contents, the creation of a mutex is not available because multithreading is not available. It's strange, because even on a single-core controller, interrupts can occur, which means that mutexes are also needed in single-threaded mode.
Do you have plans to add mutex support?
example code:
Thanks,
Best regards
I have a little question about C++ support for Embedded Studio. I trying use std::mutex, but I'm getting an error: "no type named 'mutex' in namespace 'std'".
This is a bit surprising since the header file <mutex> exists. Judging by its contents, the creation of a mutex is not available because multithreading is not available. It's strange, because even on a single-core controller, interrupts can occur, which means that mutexes are also needed in single-threaded mode.
Do you have plans to add mutex support?
example code:
Thanks,
Best regards