Compilation success with pthreads enabled

- The project can be compiled with pthread enabled on opencv build
	- FIXME: Needed to add a call to pthread_cond_init() in the main component for the linker to work.
	The pthread_cond implementation is done in esp-idf/components/pthreads/
- The optimization hasn't yet enhanced the benchmark performances, hasn't found why for now
This commit is contained in:
Joachim
2020-03-30 12:39:59 +02:00
parent d73da63355
commit ab6954cc23
9 changed files with 21 additions and 7 deletions