|
|
5 년 전 | |
|---|---|---|
| fh8620 | 8 년 전 | |
| stm32l4 | 5 년 전 | |
| x1000 | 8 년 전 | |
| LICENSE.txt | 8 년 전 | |
| README.md | 8 년 전 | |
| SConscript | 5 년 전 | |
| wlan_wiced.h | 8 년 전 |
wlan driver with WICED.
SOC_FH8620 is defined in rtconfig.h, if you are using IoT Camera boardBOARD_X1000_REALBOARD is defined in rtconfig.h, if you are using X1000 RealBoard v2 boardPlease initialize the WiFi module in application as follows before using
#ifdef RT_USING_WIFI
#include "wlan_wiced.h"
int wifi_init(void)
{
rt_kprintf("wifi init\n");
wifi_hw_init();
}
INIT_ENV_EXPORT(wifi_init);
#endif