esp-idf/components/coap
Jon Shallow 430b737760 Fix libcoap building with various MbedTLS compile time options
components/coap/port/coap_mbedtls.c:

Add in additional compile time check wrappers for different MbedTLS
configurations.

components/coap/CMakeLists.txt:
components/coap/component.mk:
components/coap/port/coap_notls.c:
components/coap/port/include/coap_config_posix.h:

Add in the ability to compile and run if MbedTLS does not have any TLS
mode enabled.

examples/protocols/coap_client/main/coap_client_example_main.c:

Inform user that MbedTLS Client Mode is required for DTLS if not enabled,
and coaps:// has been requested.
[Lower libcoap library will still error and report this condition]

examples/protocols/coap_server/main/coap_server_example_main.c:

Inform user that MbedTLS Server Mode is required for DTLS if not enabled.
[Lower libcoap library will still error and report this condition]

Closes https://github.com/espressif/esp-idf/issues/3961
Closes https://github.com/espressif/esp-idf/issues/3971
Closes https://github.com/espressif/esp-idf/pull/3977
2019-09-06 16:13:52 +05:30
..
libcoap@98954eb30a
port Fix libcoap building with various MbedTLS compile time options 2019-09-06 16:13:52 +05:30
CMakeLists.txt Fix libcoap building with various MbedTLS compile time options 2019-09-06 16:13:52 +05:30
Kconfig coap: kconfig cleanup, have component specific configuration for common options 2019-08-06 10:37:40 +05:30
component.mk Fix libcoap building with various MbedTLS compile time options 2019-09-06 16:13:52 +05:30