Loading...
Searching...
No Matches
esp_eth_params.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 Gunar Schorcht
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
9#pragma once
10
20
21#if defined(MODULE_ESP_ETH) || defined(DOXYGEN)
22
27#ifndef ESP_ETH_STACKSIZE
29#define ESP_ETH_STACKSIZE THREAD_STACKSIZE_DEFAULT
30#endif
31
32#ifndef ESP_ETH_PRIO
34#define ESP_ETH_PRIO GNRC_NETIF_PRIO
35#endif
37
38#ifdef __cplusplus
39extern "C" {
40#endif
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* MODULE_ESP_ETH || DOXYGEN */
47