提交 5910ae41 编写于 作者: armink_ztl's avatar armink_ztl

[NET] Add telnet app to netutils.

上级 f975ef51
Some net utils which using standard interface such as BSD Sockets.
\ No newline at end of file
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('LwIP', src, depend = ['RT_USING_NETUTILS'], CPPPATH = CPPPATH)
Return('group')
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册