Commit Graph

4 Commits

Author SHA1 Message Date
Alexey Lapshin 6723c4219e Ignore format warnings 2022-07-07 11:48:55 +04:00
Jon Shallow 448b0b5e7c 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-06-14 12:52:39 +00:00
Aditya Patwardhan b90b4caa8a mbedtls-3.X: Add patch in port/coap_mbedtls.c 2022-02-22 18:07:33 +05:30
Harshit Malpani db60efdfb6 Add libcoap to Component Manager 2022-02-17 19:50:30 +05:30