OVMS3-idf/components/pthread
Ivan Grokhotkov 661769527c pthread: force linking pthread implementation from IDF
Force linking pthread implementation from IDF, instead of the weak
functions provided by gthread library. Previously this would either
work or not depending on the linking order.

Thanks @bpietsch for suggesting the fix.

Closes https://github.com/espressif/esp-idf/issues/3709
2019-07-29 04:43:49 +02:00
..
include Rename Kconfig options (components/pthread) 2019-05-21 09:09:01 +02:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt pthread: force linking pthread implementation from IDF 2019-07-29 04:43:49 +02:00
component.mk pthread: force linking pthread implementation from IDF 2019-07-29 04:43:49 +02:00
Kconfig Rename Kconfig options (components/pthread) 2019-05-21 09:09:01 +02:00
pthread.c pthread: force linking pthread implementation from IDF 2019-07-29 04:43:49 +02:00
pthread_cond_var.c pthread: force linking pthread implementation from IDF 2019-07-29 04:43:49 +02:00
pthread_internal.h pthread: Add support for pthread thread local storage 2017-10-17 14:46:08 +08:00
pthread_local_storage.c pthread: force linking pthread implementation from IDF 2019-07-29 04:43:49 +02:00
sdkconfig.rename Rename Kconfig options (components/pthread) 2019-05-21 09:09:01 +02:00