|
|
il y a 5 ans | |
|---|---|---|
| fh8620 | il y a 8 ans | |
| stm32l4 | il y a 5 ans | |
| x1000 | il y a 8 ans | |
| LICENSE.txt | il y a 8 ans | |
| README.md | il y a 8 ans | |
| SConscript | il y a 5 ans | |
| wlan_wiced.h | il y a 8 ans |
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