Search found 5 matches
- Wed Sep 14, 2022 4:54 pm
- Forum: ESP-IDF
- Topic: C11 threads support
- Replies: 1
- Views: 1331
C11 threads support
Hi, Is the C11 threads library supported in ESP-IDF? I know about the pthreads support and there is mention of C++ std::thread (and relatives) support, as they are based on pthreads in GCC, but is the C11 threads lib also based on pthreads ans thus supported? I see that the threads.h header is avail...
- Thu Aug 18, 2022 12:58 pm
- Forum: ESP-IDF
- Topic: Mixing pthreads support and FreeRTOS APIs
- Replies: 0
- Views: 1158
Mixing pthreads support and FreeRTOS APIs
Hi, maybe this has been asked before but I can't find it (searching for non-trivial stuff is hard because the forum goes blank most of the time) ESP-IDF has pthread support wrappers. Great! I have code that needs to be shared between Linux and ESP-IDF as much and as easily as possible, preferably us...
- Tue Aug 16, 2022 5:20 am
- Forum: ESP-IDF
- Topic: Use PSRAM and write flash possible?
- Replies: 2
- Views: 1931
Re: Use PSRAM and write flash possible?
Hi, thanks for the fast and clear answer! I already thought this would be handled by ESP-IDF because in general I find it well thought through and made.
- Mon Aug 15, 2022 7:32 pm
- Forum: ESP-IDF
- Topic: Crash when using stack on external PSRAM
- Replies: 3
- Views: 4476
Re: Crash when using stack on external PSRAM
Did this solve the problem? Thanks in advance!
Bart
Bart
- Mon Aug 15, 2022 7:31 pm
- Forum: ESP-IDF
- Topic: Use PSRAM and write flash possible?
- Replies: 2
- Views: 1931
Use PSRAM and write flash possible?
Hello, this might have been asked before but it is hard to search the forum, it keeps serving blank pages 80% of the time ... To the point: The docs state that "When flash cache is disabled (for example, if the flash is being written to), the external RAM also becomes inaccessible; any reads from or...