Removal of the MEMARRAY code from riot-boards.h now requires
including the memarray header in every file where memarray_init()
and memarray_alloc() are used.
Change-Id: I96f881c540da098174561fac6533d05b127ca00f
The pre-processor macro MEMARRAY helps declaring and initializing the
buffer and memarray_t structure that are required by memarray_init().
Change-Id: I9f9732881469d7163c5710b3ffd0e46d86a9fb66
This change fixes the invocation of the MEMARRAY macro and
memarray_init() to conform with the proposed API in [1].
[1] https://github.com/RIOT-OS/RIOT/pull/7651/
Change-Id: Iaede8ac17dfef758e54cd4072d58212c64ca4b08
Fixes dtls_config.h not visible in headers
Include dtls_config.h in tinydtls.h and include tinydtls.h in all necessary
headers.
Remaining headers do not use 'ifdef', but they may require it too.
Change-Id: I39c86dffc8bbc8bd7551e74386994f92f49d00ec
Signed-off-by: Gaëtan Harter <gaetan.harter@inria.fr>