refactor(pthread): added esp_pthread unit tests for linux target

This commit is contained in:
Jakob Hasse
2024-09-03 12:57:03 +02:00
parent 0b70e296a0
commit 7834519af8
8 changed files with 127 additions and 57 deletions

View File

@@ -7,12 +7,12 @@
* pthread port for Linux build
*/
#include <pthread.h>
#include <sys/param.h>
#include "sdkconfig.h"
#include "esp_pthread.h"
#include "esp_heap_caps.h"
#include <pthread.h>
#include <string.h>
#include "freertos/FreeRTOS.h"