Commit Graph

5 Commits

Author SHA1 Message Date
Harshit Malpani 9825935663
coap: Upgrade libcoap to release v4.3.1
Changelog: https://github.com/obgm/libcoap/blob/v4.3.1/ChangeLog
2022-12-09 15:58:20 +05:30
Laukik Hase 44bca01bc3
coap: Updated submodule to fix mbedtls-3.2.1 related errors 2022-08-05 16:02:24 +05:30
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