Mbed OS Reference
Loading...
Searching...
No Matches
mx_wifi_conf.h
1/**
2 * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
3 * SPDX-License-Identifier: BSD-3-Clause
4 * All rights reserved.</center></h2>
5 *
6 * This software component is licensed by ST under BSD 3-Clause license,
7 * the "License"; You may not use this file except in compliance with the
8 * License. You may obtain a copy of the License at:
9 * opensource.org/licenses/BSD-3-Clause
10 *
11 ******************************************************************************
12 */
13
14/* Define to prevent recursive inclusion -------------------------------------*/
15#ifndef MX_WIFI_CONF_H
16#define MX_WIFI_CONF_H
17
18/* Define your Hardware config UART or SPI */
19#define MX_WIFI_USE_SPI (MBED_CONF_EMW3080B_WIFI_SPI_INTERFACE)
20
21/* Bypass mode or AT command */
22#define MX_WIFI_NETWORK_BYPASS_MODE (1)
23
24#define MX_WIFI_USE_MBED_OS (1)
25//#define MX_WIFI_TX_BUFFER_NO_COPY (0)
26
27
28/* Includes ------------------------------------------------------------------*/
29#include "mx_wifi_mbed_os.h"
30#include "mx_wifi_conf_template.h"
31
32#endif /* MX_WIFI_CONF_H */