mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-15 16:48:56 +00:00
v1.2.0
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,6 +14,7 @@ partition_table.h
|
|||||||
output/
|
output/
|
||||||
/toolchain/
|
/toolchain/
|
||||||
build/
|
build/
|
||||||
|
!bsp/peripheral/wireless/aic8800/build/
|
||||||
tools/toolchain/Xuantie-900-gcc-elf-newlib-x86_64
|
tools/toolchain/Xuantie-900-gcc-elf-newlib-x86_64
|
||||||
tools/toolchain/Xuantie-900-gcc-elf-newlib-mingw
|
tools/toolchain/Xuantie-900-gcc-elf-newlib-mingw
|
||||||
tools/env/tools/qemu/qemu-win
|
tools/env/tools/qemu/qemu-win
|
||||||
|
|||||||
68
bsp/peripheral/wireless/aic8800/build/aic8800_config.h
Normal file
68
bsp/peripheral/wireless/aic8800/build/aic8800_config.h
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
/*--------------------------------------------------------------------------------------------------------------------
|
||||||
|
# (C) Copyright 2006, 2007 Aicsemi. All Rights Reserved.
|
||||||
|
#-------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#=========================================================================
|
||||||
|
# File Name : aicwifi config
|
||||||
|
# Description : Main make file for the aicwifi.
|
||||||
|
#
|
||||||
|
# Usage : make [-s] -f aicwifi.mak OPT_FILE=<path>/<opt_file>
|
||||||
|
#
|
||||||
|
# Notes : The options file defines macro values defined
|
||||||
|
# by the environment, target, and groups. It
|
||||||
|
# must be included for proper package building.
|
||||||
|
#
|
||||||
|
#=========================================================================*/
|
||||||
|
#ifndef _AICWF_CONFIG_H
|
||||||
|
#define _AICWF_CONFIG_H
|
||||||
|
|
||||||
|
#define CONFIG_AIC8800DW_SUPPORT
|
||||||
|
#define CONFIG_AIC8800D80_SUPPORT
|
||||||
|
#define CONFIG_SDIO_SUPPORT
|
||||||
|
//#define CONFIG_OOB
|
||||||
|
|
||||||
|
//// firmware bin file
|
||||||
|
#define CONFIG_DOWNLOAD_FW
|
||||||
|
//#define CONFIG_LOAD_FW_FROM_FLASH
|
||||||
|
|
||||||
|
//// wifi setting
|
||||||
|
#define CONFIG_RWNX_FULLMAC
|
||||||
|
//#define CONFIG_OFFCHANNEL
|
||||||
|
#define USE_5G
|
||||||
|
#define CONFIG_USE_5G
|
||||||
|
|
||||||
|
//// hardware settings
|
||||||
|
#define CONFIG_PMIC_SETTING
|
||||||
|
#define CONFIG_LOAD_USERCONFIG
|
||||||
|
#define CONFIG_VRF_DCDC_MODE
|
||||||
|
#define CONFIG_DPD
|
||||||
|
#define CONFIG_FORCE_DPD_CALIB
|
||||||
|
|
||||||
|
//// SDIO and AP power save
|
||||||
|
//#define CONFIG_SDIO_BUS_PWRCTRL
|
||||||
|
#define CONFIG_SDIO_BUS_PWRCTRL_DYN
|
||||||
|
|
||||||
|
//// software settings
|
||||||
|
#define CONFIG_LWIP
|
||||||
|
#define CONFIG_REORD_FORWARD_LIST
|
||||||
|
//#define CONFIG_RX_NOCOPY
|
||||||
|
#define CONFIG_RX_WAIT_LWIP
|
||||||
|
|
||||||
|
/// WPA3 Need
|
||||||
|
#define CONFIG_MBEDTLS
|
||||||
|
|
||||||
|
// flow ctr delay ms
|
||||||
|
#define SDIO_FC_NARB
|
||||||
|
|
||||||
|
//// debug log
|
||||||
|
#define CONFIG_RWNX_DBG
|
||||||
|
#define AIC_LOG_DEBUG_ON
|
||||||
|
|
||||||
|
////rm driver one key ,just reset env
|
||||||
|
#define CONFIG_DRIVER_ORM
|
||||||
|
|
||||||
|
//rtthread os
|
||||||
|
//#define PLATFORM_ASR_THREADX
|
||||||
|
#define CONFIG_RTTHEAD_PLAT
|
||||||
|
#endif
|
||||||
|
|
||||||
Reference in New Issue
Block a user