Commit Graph

9 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
Ivan Grokhotkov 4573d2810b
coap: define HAVE_INTTYPES_H to avoid PRIu32 redifinition 2022-08-08 00:12:57 +02:00
Laukik Hase 44bca01bc3
coap: Updated submodule to fix mbedtls-3.2.1 related errors 2022-08-05 16:02:24 +05:30
Alexey Lapshin 6129302e42 coap: ignore format warnings 2022-07-29 12:17:21 +04:00
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
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