提交 f40d11e9 编写于 作者: wuyangyong's avatar wuyangyong

update project.

上级 4b99afc2
......@@ -20,13 +20,11 @@
void rt_init_thread_entry(void* parameter)
{
rt_components_init();
rt_kprintf("new");
#ifdef RT_USING_LWIP
cme_m7_eth_init();
//set_if("e0", "192.168.3.99", "192.168.1.1", "255.255.255.0");
set_if("e0", "192.168.1.99", "192.168.1.1", "255.255.255.0");
#endif /* RT_USING_LWIP */
}
......
此差异已折叠。
此差异已折叠。
......@@ -63,12 +63,12 @@
#define RT_CONSOLE_DEVICE_NAME "uart2"
/* SECTION: finsh, a C-Express shell */
//#define RT_USING_FINSH
#define RT_USING_FINSH
/* Using symbol table */
#define FINSH_USING_SYMTAB
#define FINSH_USING_DESCRIPTION
#define FINSH_USING_MSH
#define FINSH_USING_MSH_ONLY
//#define FINSH_USING_MSH_ONLY
//#define RT_USING_NEWLIB
#define RT_USING_ARM_LIBC
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册