Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers fnet_services_config.h Source File

fnet_services_config.h

00001 /**************************************************************************
00002 *
00003 * Copyright (c) 2017, Arm Limited and affiliates.
00004 * Copyright 2011-2016 by Andrey Butok. FNET Community.
00005 * Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc.
00006 *
00007 ***************************************************************************
00008 *
00009 *  Licensed under the Apache License, Version 2.0 (the "License"); you may
00010 *  not use this file except in compliance with the License.
00011 *  You may obtain a copy of the License at
00012 *
00013 *  http://www.apache.org/licenses/LICENSE-2.0
00014 *
00015 *  Unless required by applicable law or agreed to in writing, software
00016 *  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
00017 *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00018 *  See the License for the specific language governing permissions and
00019 *  limitations under the License.
00020 *
00021 ***********************************************************************/
00022 /*!
00023 * @brief Services default configuration.
00024 *
00025 ***************************************************************************/
00026 
00027 /**************************************************************************
00028  * !!!DO NOT MODIFY THIS FILE!!!
00029  **************************************************************************/
00030 
00031 #ifndef _FNET_SERVICES_CONFIG_H_
00032 
00033 #define _FNET_SERVICES_CONFIG_H_
00034 
00035 /*! @addtogroup fnet_services_config */
00036 /*! @{ */
00037 
00038 /**************************************************************************/ /*!
00039  * @def     FNET_CFG_POLL_MAX
00040  * @brief   Maximum number of registered services in the service-polling list.@n
00041  *          Default value is @b @c 10.
00042  * @showinitializer
00043  ******************************************************************************/
00044 #ifndef FNET_CFG_POLL_MAX
00045     #define FNET_CFG_POLL_MAX   (11u)
00046 #endif
00047 
00048 //#include "services/dhcp/fnet_dhcp_config.h"
00049 //#include "services/autoip/fnet_autoip_config.h"
00050 //#include "services/tls/fnet_tls_config.h"
00051 //#include "services/http/fnet_http_config.h"
00052 //#include "services/fs/fnet_fs_config.h"
00053 //#include "services/tftp/fnet_tftp_config.h"
00054 //#include "services/telnet/fnet_telnet_config.h"
00055 #include "services/dns/fnet_dns_config.h"
00056 //#include "services/ping/fnet_ping_config.h"
00057 #include "services/serial/fnet_serial_config.h"
00058 //#include "services/shell/fnet_shell_config.h"
00059 //#include "services/llmnr/fnet_llmnr_config.h"
00060 #include "services/mdns/fnet_mdns_config.h"
00061 //#include "services/flash/fnet_flash_config.h"
00062 //#include "services/link/fnet_link_config.h"
00063 
00064 /*! @} */
00065 
00066 #endif /* _FNET_SERVICES_CONFIG_H_ */