Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ main
Function
main
bsp/nios_ii/startup.c:78–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
int main(void)
79
{
80
/* disable interrupt first */
81
rt_hw_interrupt_disable();
82
83
/* startup RT-Thread RTOS */
84
rtthread_startup();
85
86
return 0;
87
}
88
89
/*@}*/
Callers
nothing calls this directly
Calls
2
rtthread_startup
Function · 0.70
rt_hw_interrupt_disable
Function · 0.50
Tested by
no test coverage detected