esp-idf/components/coap
Jon Shallow 993267d745 coap_config_posix.h: Set up defines for correct mutex usage
if COAP_CONSTRAINED_STACK is defined (is for esp-idf), the mutexes set up
to protect the critical sections were not working as expected and were just
dummy entries.

Use the pthread_ version of the mutex instead by defining HAVE_PTHREAD_H
and HAVE_PTHREAD_MUTEX_LOCK.
2022-05-24 14:43:02 +05:30
..
libcoap@3aa11612c1 mbedtls: fix build fail with client only mbedtls 2021-10-04 19:18:45 +08:00
port/include coap_config_posix.h: Set up defines for correct mutex usage 2022-05-24 14:43:02 +05:30
CMakeLists.txt
Kconfig
component.mk