|
|
vor 5 Jahren | |
|---|---|---|
| fh8620 | vor 8 Jahren | |
| stm32l4 | vor 5 Jahren | |
| x1000 | vor 8 Jahren | |
| LICENSE.txt | vor 8 Jahren | |
| README.md | vor 8 Jahren | |
| SConscript | vor 5 Jahren | |
| wlan_wiced.h | vor 8 Jahren |
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