catching up (trying to) wiht CSpot

This commit is contained in:
Philippe G
2022-01-06 18:46:57 -08:00
parent 491d0d260d
commit 9af4cd5b23
57 changed files with 2165 additions and 343 deletions

View File

@@ -10,6 +10,7 @@
#endif
#include <pthread.h>
#include <string>
namespace bell
{
@@ -51,6 +52,7 @@ namespace bell
}
else
{
printf("task on internal %s", this->taskName.c_str());
esp_pthread_cfg_t cfg = esp_pthread_get_default_config();
cfg.stack_size = stackSize;
cfg.inherit_cfg = true;