mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2025-07-31 20:31:06 +00:00
update wifi driver
This commit is contained in:
parent
f93445dfa6
commit
7f4971152a
5 changed files with 12 additions and 8 deletions
|
|
@ -26,11 +26,6 @@ if GetDepend(['RT_USING_LWIP']):
|
|||
cwd + '/../network/ssl/polarssl-1.3.8/include',
|
||||
cwd + '/../network/ssl/ssl_ram_map/rom']
|
||||
|
||||
if GetDepend('RT_USING_LWIP141'):
|
||||
path += [RTT_ROOT + '/components/net/lwip-1.4.1/src/include/lwip']
|
||||
elif GetDepend('RT_USING_LWIP202'):
|
||||
path += [RTT_ROOT + '/components/net/lwip-2.0.2/src/include/lwip']
|
||||
|
||||
group = DefineGroup('ameba_wifi', src, depend = [], CPPPATH = path)
|
||||
|
||||
Return('group')
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "tcpip.h"
|
||||
#include "lwip/tcpip.h"
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include <platform/platform_stdlib.h>
|
||||
#include "platform_opts.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
#include "main.h"
|
||||
#include "tcpip.h"
|
||||
#include "lwip/tcpip.h"
|
||||
#include "wifi/wifi_conf.h"
|
||||
|
||||
#ifndef CONFIG_WLAN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue