esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
port.hpp
Go to the documentation of this file.
1#ifndef ESP8266NDN_PORT_PORT_HPP
2#define ESP8266NDN_PORT_PORT_HPP
3
4#include "choose.h"
5
6#ifdef ESP8266NDN_PORT_SHA256_BEARSSL
7#include "sha256-bearssl.hpp"
8#endif
9
10#ifdef ESP8266NDN_PORT_SHA256_CRYPTOSUITE
12#endif
13
14#ifdef ESP8266NDN_PORT_EC_UECC
15#include "ec-uecc.hpp"
16#endif
17
18#ifdef ESP8266NDN_PORT_QUEUE_FREERTOS
19#include "queue-freertos.hpp"
20#endif
21
22#define NDNPH_PORT_FS_CUSTOM
23#include "fs.hpp"
24
25#define NDNPH_PORT_RANDOM_CUSTOM
26#include "random.hpp"
27
28#include <NDNph.h>
29
30#endif // ESP8266NDN_PORT_PORT_HPP