MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_init_thread_entry

Function rt_init_thread_entry

bsp/CME_M7/applications/application.c:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <rtthread.h>
13
14void rt_init_thread_entry(void* parameter)
15{
16 rt_components_init();
17
18#ifdef RT_USING_LWIP
19 cme_m7_eth_init();
20
21 set_if("e0", "192.168.1.99", "192.168.1.1", "255.255.255.0");
22#endif /* RT_USING_LWIP */
23}
24
25int rt_application_init()
26{

Callers

nothing calls this directly

Calls 3

cme_m7_eth_initFunction · 0.85
set_ifFunction · 0.85
rt_components_initFunction · 0.50

Tested by

no test coverage detected