add wifi project.(board/EVB_LN882x, example/wifi_ln882x, platform/vendor_bsp)

This commit is contained in:
wuliang
2020-04-09 21:44:01 +08:00
parent 8123240a91
commit c6894019ec
518 changed files with 202767 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
#ifndef __MCU_INIT_H
#define __MCU_INIT_H
#ifdef __cplusplus
extern "C" {
#endif
#include "main.h"
//#include "adc.h"
//#include "i2c.h"
//#include "sdio.h"
//#include "spi.h"
//#include "usart.h"
//#include "usb.h"
//#include "gpio.h"
#include "tos_k.h"
void board_init(void);
#ifdef __cplusplus
}
#endif
#endif /*__ __MCU_INIT_H */