提交 c2add5cb 编写于 作者: Lawlieta's avatar Lawlieta

[net][at] Add AT Socket select LIBC configure.

上级 a8d27156
......@@ -61,6 +61,7 @@ if RT_USING_AT
config AT_USING_SOCKET
bool "Provide similar BSD Socket API by AT"
select RT_USING_LIBC
default n
endif
......
......@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <sys/time.h>
#include <at_socket.h>
......
......@@ -23,8 +23,8 @@ if GetDepend('SAL_USING_POSIX'):
if not GetDepend('HAVE_SYS_SELECT_H'):
CPPPATH += [cwd + '/include/dfs_net/sys_select']
if not GetDepend('HAVE_SYS_SOCKET_H'):
CPPPATH += [cwd + '/include/socket/sys_socket']
if not GetDepend('HAVE_SYS_SOCKET_H'):
CPPPATH += [cwd + '/include/socket/sys_socket']
group = DefineGroup('SAL', src, depend = ['RT_USING_SAL'], CPPPATH = CPPPATH)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册