VSF Documented
vsf_wifi_cfg.h
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright(C)2009-2022 by VSF Team *
3 * *
4 * Licensed under the Apache License, Version 2.0 (the "License"); *
5 * you may not use this file except in compliance with the License. *
6 * You may obtain a copy of the License at *
7 * *
8 * http://www.apache.org/licenses/LICENSE-2.0 *
9 * *
10 * Unless required by applicable law or agreed to in writing, software *
11 * distributed under the License is distributed on an "AS IS" BASIS, *
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
13 * See the License for the specific language governing permissions and *
14 * limitations under the License. *
15 * *
16 ****************************************************************************/
17
18/*============================ INCLUDES ======================================*/
21
22#ifndef __VSF_WIFI_CFG_H__
23#define __VSF_WIFI_CFG_H__
24
25/*============================ MACROS ========================================*/
26
27#ifndef VSF_USE_WIFI
28# define VSF_USE_WIFI DISABLED
29#endif
30
31#ifndef VSF_WIFI_ASSERT
32# define VSF_WIFI_ASSERT VSF_ASSERT
33#endif
34
35/*
36 * Chip driver enable switches.
37 *
38 * Each chip family has its own ENABLE switch so applications can choose
39 * which chip drivers to compile in. The switches are bus-agnostic; the
40 * same chip driver object can be used by USB / SDIO / SPI shims.
41 *
42 * A bus shim (e.g. vsf_usbh_wifi) MUST require at least one chip driver
43 * to be enabled when the bus class itself is enabled.
44 */
45#ifndef VSF_WIFI_USE_RT28XX
46# define VSF_WIFI_USE_RT28XX ENABLED
47#endif
48
49/*============================ MACROFIED FUNCTIONS ===========================*/
50/*============================ TYPES =========================================*/
51/*============================ GLOBAL VARIABLES ==============================*/
52/*============================ LOCAL VARIABLES ===============================*/
53/*============================ PROTOTYPES ====================================*/
54
55
56#endif
57/* EOF */
Generated from commit: vsfteam/vsf@3b461d0