Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ main
Function
main
bsp/microblaze/startup.c:102–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
int main (void)
103
{
104
/* invoke rtthread_startup */
105
rtthread_startup();
106
107
return 0;
108
}
109
110
/*@}*/
Callers
nothing calls this directly
Calls
1
rtthread_startup
Function · 0.70
Tested by
no test coverage detected