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

Function main

bsp/phytium/aarch32/applications/main.c:90–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88#endif
89
90int main(void)
91{
92#ifdef BSP_USING_DRIVERS_EXAMPLE
93 auto_test();
94#elif defined RT_USING_SMP
95 demo_core();
96#endif
97 return RT_EOK;
98}

Callers

nothing calls this directly

Calls 2

auto_testFunction · 0.85
demo_coreFunction · 0.70

Tested by

no test coverage detected