Commit Graph

3 Commits

Author SHA1 Message Date
Jon Shallow f183068416 coap: Update libcoap library to commit 8fbe440
Fixes #74

Provides new functionality to build Client Only or Server Only code.

Provides new functionality to include TCP (and hence TLS) support.

Removes the requirement for -Wno-warning
2022-07-27 12:38:28 +00: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
Harshit Malpani db60efdfb6 Add libcoap to Component Manager 2022-02-17 19:50:30 +05:30