mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 09:32:28 +08:00
update project.
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
1609
bsp/CME_M7/project.uvopt
Normal file
1609
bsp/CME_M7/project.uvopt
Normal file
File diff suppressed because it is too large
Load Diff
983
bsp/CME_M7/project.uvproj
Normal file
983
bsp/CME_M7/project.uvproj
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user