Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
int 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_test
Function · 0.85
demo_core
Function · 0.70
Tested by
no test coverage detected